Hi all. Made this slitaz setup using fbpanel , tint2 and thunar in daemon. How do I disable the openbox menu?

Disable openbox menu
(8 posts) (4 voices)-
Posted 13 years ago #
-
by openbox menu do you mean lxpanel?
because that is under preferences and then auto-started applications, just remove it from the list.
Posted 13 years ago # -
No, I think he means the right click menu. With pcmanfm it's under preferences--> desktop and you just uncheck the Show menus provided by WM when desktop is clicked. Other desktop managers should have a similar option. I'm not sure it's possible to remove it otherwise, but you could probably modify the menu to look like you want and remove the stuff you don't want.
I also think you mean lxpanel not fbpanel (which lxpanel is based on).
Posted 13 years ago # -
@Trixar. I don't use pcmanfm, it's still there though.Yeah, I edited it so it handles wallpaper (nitrogen) and the exit commands.
I don't use lxpanel. Like I said, fbpanel and tint2 ( with volwheel). Had to convert the lucid and squeeze debs though to get this working.
http://dzon65.deviantart.com/art/Slitaz-251488048Posted 13 years ago # -
@pcromagnon
You want to know how to disable the right click openbox desktop menu ?Posted 13 years ago # -
Well, I solved it by adding just the previous mentioned launchers, but, yeah, I'd like to know.
Posted 13 years ago # -
For user tux group users account :
#cp /etc/xdg/openbox/rc.xml ~/.config/openbox
chown tux.users ~/.config/openbox/rc.xml
nano ~/.config/openbox/rc.xmlRemoved 3 instances:
- <mousebind button="Right" action="Press">
- <action name="Focus"/>
- <action name="Raise"/>
- <action name="ShowMenu">
- <menu>client-menu</menu>
- </action>
- </mousebind>Removed 1 instance:
- </action>
- </mousebind>
- <mousebind button="Right" action="Press">
- <action name="ShowMenu">
- <menu>root-menu</menu>Saved
Logout/inPosted 13 years ago # -
Cool.Thanks Mojo.
Posted 13 years ago #
Reply
You must log in to post.