I would like to setup an old PC as a thinclient for our VMware View infrastructure. I need to disable the menu that pops up when I right-click on the desktop, along with some other things such as disabling the screen saver.
This is what I have done so far:
Disable LXDE screensaver
Delete
@xscreensaver –no-splashfrom/etc/xdg/lxsession/LXDE/autostartRemove right click desktop menu options
Right click on desktop and choose
Desktop PreferencesSelect the advanced tab and check off
Show menus provided by window managers when desktop is clickedEdit
/etc/xdg/openbox/menu.xmland remove everything between<menu id=”root-menu” label=”Openbox 3”>and</menu>Disable the LXPanel
Edit
/etc/xdg/lxsession/LXDE/autostartand comment out@lxpanel –profile LXDE.
All of this seems to work fine, but when I right-click the desktop I still see this:

How do I kill this?
Show menus provided by window managers when desktop is clicked" is precisely what causes this right-click menu provided by PCManFM to be invoked. Setting that checkbox on hides this menu (leaving everything up to the WM a.k.a. OB) but retains its ability to provide background & icons. Disabling PCManFM altogether in autostart would remove all three facilities.