You are not logged in.
Pages: 1
Hello. Recently installed obmenu-generator but when im in terminal and use the command: obmenu-generator -s for a static menu i get: bash: /usr/bin/obmenu-generator: Permission denied .
With sudo im getting: sudo: obmenu-generator: command not found
What's the fix here?
Thank you.
Offline
I was using obmenu-generator recently and followed this guide;
http://lxlinux.com/obmenu-generator.html
Maybe you need this?
sudo chmod 777 /usr/bin/obmenu-generator
Offline
@playah:
welcome to the forums!
how did you install obmenu-generator?
Offline
I install obmenu-generator from the link that mrneilypops provided and now im getting this error:
Can't open file '/home/playah/.config/openbox/menu.xml' for write: Permission denied at /usr/bin/obmenu-generator line 387.
Offline
@playah:
Did you try the suggestion given by @mrneilypops in post #2?
sudo chmod 777 /usr/bin/obmenu-generator
Offline
Yes i did. No luck with it.
Offline
please post output of
ls -al ~/.config/openbox/
Last edited by ohnonot (2015-12-30 08:43:29)
Offline
Try generating your static menu with the command:
obmenu-generator -s -c
Otherwise, try changing permissions in /etc/xdg/openbox and ~/.config/openbox. I have never used obmenu-generator to generate a static menu. It is much easier and lighter to just use the openbox menu.xml with submenus. See Lxlinux-After Openbox for details.
Offline
Pages: 1