Hello, I recently upgraded to 13.04 and there was a few small problems which I fixed from past experience, but I can't seem to get Gdevilspie to run. I tried uninstalling and reinstalling and didn't work. I know devilspie still works because all the things it controls still work. I tried running it from terminal and I get this:
with gksudo:
Ok I am so sorry for wasting forum space I figured it out... It is a known bug and when I first searched I didn't find anything, but if you comment out line 374 in the program it works!
Code:
ian@Hell:~$ gdevilspie
Traceback (most recent call last):
File "/usr/bin/gdevilspie", line 893, in <module>
MainWindow = RulesListWindow()
File "/usr/bin/gdevilspie", line 374, in __init__
self.UpdateAutostartStatus()
File "/usr/bin/gdevilspie", line 545, in UpdateAutostartStatus
if (os.path.exists(xdg.DesktopEntry.xdg_config_home + "/autostart/devilspie.desktop")):
AttributeError: 'module' object has no attribute 'xdg_config_home'
Code:
(gksudo:28749): Gtk-WARNING **: Theme directory 22x22/action of theme glass has no size field
(gksudo:28749): Gtk-WARNING **: Theme directory 22x22/status of theme glass has no size field
MainWindow = RulesListWindow()
File "/usr/bin/gdevilspie", line 374, in __init__
self.UpdateAutostartStatus()
File "/usr/bin/gdevilspie", line 545, in UpdateAutostartStatus
if (os.path.exists(xdg.DesktopEntry.xdg_config_home + "/autostart/devilspie.desktop")):
AttributeError: 'module' object has no attribute 'xdg_config_home'
Ok I am so sorry for wasting forum space I figured it out... It is a known bug and when I first searched I didn't find anything, but if you comment out line 374 in the program it works!