I want to disable the right click on a file. It's possible?
I'm actually using Openbox, LXDE and PcManFM.
I had disable the right click to open the menu on the desktop but I want to disable the right click on a file too.
/etc/xdg/lxsession/LXDE/autostart that is starting pcmanfm.openbox-lxde in /etc/xdg/lxsession/LXDE/config to openbox.openbox-lxde.
/etc/xdg/lxsession/LXDE/config
/etc/xdg/lxsession/LXDE I don't have a file named config. I need to create him?
desktop_manager/command=filemanager and file_manager/command=pcmanfm from /etc/xdg/lxsession/Lubuntu/desktop.conf
Remove
<mousebind button="Right" action="Press">
<action name="ShowMenu"><menu>root-menu</menu></action>
</mousebind>
from /etc/xdg/openbox/rc.xml, then reboot.