You are not logged in.
Pages: 1
Hi all. Made this slitaz setup using fbpanel , tint2 and thunar in daemon. How do I disable the openbox menu?
Offline
by openbox menu do you mean lxpanel?
because that is under preferences and then auto-started applications, just remove it from the list.
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).
Offline
@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-251488048
Offline
@pcromagnon
You want to know how to disable the right click openbox desktop menu ?
Offline
Well, I solved it by adding just the previous mentioned launchers, but, yeah, I'd like to know.
Offline
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.xml
Removed 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/in
Offline
Cool.Thanks Mojo.
Offline
Pages: 1
[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]