Bug #80
Missing module xdg.DesktopEntry for awn-manager on GSB2.22
| Status : | Closed | Start : | 07/19/2008 | |
| Priority : | Normal | Due date : | ||
| Assigned to : | Steve Kennedy | % Done : | 0% |
|
| Category : | Packages | |||
| Target version : | Current | |||
Description
Hello,
i’m running here slackware 12.1 and GSB2.22 binary. decided to take a look at compiz-fusion, and when tried to run awn-manager, I came up with the following error
[alisson@northstar:~]$ awn-manager
Traceback (most recent call last):
File "/usr/bin/awn-manager", line 46, in <module>
from awnApplet import awnApplet
File "/usr/share/avant-window-navigator/awn-manager/awnApplet.py", line 38, in <module>
from xdg.DesktopEntry import DesktopEntry
ImportError: No module named xdg.DesktopEntry
unfortunately i don’t know much python for some doing some research here, but it seems to me some missing dependency
History
07/30/2008 07:29 AM - Steve Kennedy
- Category set to Packages
- Assigned to set to Steve Kennedy
- Target version set to Current
missing dependency was pyxdg. I added it to the slack-required for the awn package. thanks!