uxdgmenu
uxdgmenu copied to clipboard
Not working on Ubuntu deb package installe
Hi, deb package installed on ubuntu with openbox but not working when i try to start daemon:
root@gabriele-Aspire-5810T:~# uxm-daemon start -f openbox
Traceback (most recent call last):
File "/usr/bin/uxm-daemon", line 146, in
can someone help me?
thanks
Hi, Thanks for taking time to report this issue.
The error is caused by uxdgmenu not being able to find the default icon (the default icon name was not found in your selected icon theme). Before going further, it's important to mention that uxm-daemon is a user-space daemon and must not be run as root, because menus, icons, etc are user-specific preferences (unless you run your whole X session as root, which is really not a good idea). Moreover, the root user's GUI preferences (especially the GTK icon theme) are often not set by default on a fresh linux distro install.
So my advice is that you first try to run the daemon as a normal user. If the problem persist, try setting the default icons in the configuration to something existing. For example to look for a default application icon, you could run
$ find /usr/share/icons -name "application-x-executable*"
# or restrict to a particular theme
$ find /usr/share/icons/YOUR_THEME_NAME -name "application-x-executable*"
If you can't find anything, I suggest you install the gnome-icon-theme
package, which contain sensible defaults.
That being said, the application die like this, so I'll be working on fixing this issue ASAP!