@jkibbe: You found the solution, congratulations!
But why not combine the best of both worlds? I.e. make certain that you can change desktop preferences by calling pcmanfm from the alternative "Openbox " menu. This is very easy to do:
- open the next file for editing with the Leafpad editor, or the editor of your choice.
If this file is not present you can copy it from
- look for the code snippet
Code: Select all
<menu id="/Debian" />
<separator />
<menu id="client-list-menu" />
and insert the next code just below this
Code: Select all
<item label="Preferences">
<action name="Execute"><execute>pcmanfm --desktop-pref</execute></action>
</item>
This adds the menu-item "Preferences" to the Openbox desktop-menu, and the item is linked to the execution of the pcmanfm command.
- If the openbox desktop menu is running right-click on the desktop and choose "Restart" to restart Openbox with the new menu definition.
- Now if you again right-click on the desktop you see the new menu item "Preferences" under the item "Desktop". Selecting this item will start pcmanfm, where you can deselect "Show menus provided by window managers when desktop is clicked." again.
Succes!