uxdgmenu
uxdgmenu copied to clipboard
Mint Debian with Openbox, not working
Installed the deb package. Been trying to make it work. Was having same issue as gmstyle (Not working on Ubuntu deb package installe https://github.com/ju1ius/uxdgmenu/issues/7). I deactivated icons and gmstyle's issue seemed to have disapeared. But now I get the following:
jyfradet@ordlinux:~/.config/uxdgmenu$ Traceback (most recent call last):
File "/usr/bin/uxm-daemon", line 146, in <module>
action(options)
File "/usr/lib/uxdgmenu/uxm/daemon.py", line 14, in start
update(opts)
File "/usr/lib/uxdgmenu/uxm/daemon.py", line 53, in update
update_devices(opts)
File "/usr/lib/uxdgmenu/uxm/daemon.py", line 97, in update_devices
data = parser.parse_devices()
File "/usr/lib/uxdgmenu/uxm/parsers/devices.py", line 25, in parse_devices
devices_list.append(self.parse_device(device))
File "/usr/lib/uxdgmenu/uxm/parsers/devices.py", line 69, in parse_device
icn = self.find_icon_for_device(device)
File "/usr/lib/uxdgmenu/uxm/parsers/devices.py", line 90, in find_icon_for_device
return self.internal_drive_icn
AttributeError: 'Parser' object has no attribute 'internal_drive_icn'
My machine is very old and has Linux Mint Debian 32 bits with Openbox.
Anyone can help me solve this ?
Thanks in advance.