Author Topic: [SOLVED] Adeskbar  (Read 796 times)

Offline Ximru

  • Jr. Member
  • **
  • Posts: 19
[SOLVED] Adeskbar
« on: January 07, 2011, 07:52:27 PM »
Has anyone installed Adeskbar in openbox. I installed from synaptics and everything seems to be there.
Nothing happens when I try to run it, or when trying to launch from terminal I get no response or errors.
Will not execute from ( /usr/bin/adeskbar )  or ( /usr/share/applications/adeskbar) or anywhere else I can think of.

/home/ximru/.config/adeskbar/output.log  

Traceback (most recent call last):
  File "/usr/share/adeskbar/main.py", line 30, in <module>
    import adesk.bar
  File "/usr/share/adeskbar/adesk/bar.py", line 14, in <module>
    import ui
  File "/usr/share/adeskbar/adesk/ui.py", line 12, in <module>
    import adesk.core as Core
  File "/usr/share/adeskbar/adesk/core.py", line 11, in <module>
    from xdg import BaseDirectory, DesktopEntry
ImportError: No module named xdg

Does anyone know what I should do with this import error? xdg module?

« Last Edit: January 08, 2011, 03:53:55 AM by Texstar »

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12518
Re: Adeskbar
« Reply #1 on: January 07, 2011, 07:57:07 PM »
install pyxdg

Thanks to everyone who donates. You keep the servers running.

Offline Ximru

  • Jr. Member
  • **
  • Posts: 19
Re: Adeskbar
« Reply #2 on: January 07, 2011, 08:02:47 PM »
Can't believe how fast I got a reply-thanks much -2minutes and I was fussing with this for awhile.