vajrasky / wallpapoz

Wallpapoz -- Gnome and XFCE Desktop Wallpapers Configuration Tool
http://vajrasky.wordpress.com/wallpapoz
GNU General Public License v2.0
22 stars 15 forks source link

Crash on gnome startup #3

Open ghost opened 13 years ago

ghost commented 13 years ago

When loging into a gnome-session, the wallpapoz daemon is crashing with the following error message: backtrace: :wallpapoz_system.py:116:finding_total_workspaces:ValueError: invalid literal for int() with base 10: '' : :Traceback (most recent call last): : File "/usr/libexec/daemon_wallpapoz", line 90, in : wallpapozxml = XMLProcessing() : File "../share/wallpapoz/lib/xml_processing.py", line 49, in init : wallpapoz_system = WallpapozSystem() : File "../share/wallpapoz/lib/wallpapoz_system.py", line 56, in init : self.finding_total_workspaces() : File "../share/wallpapoz/lib/wallpapoz_system.py", line 116, in finding_total_workspaces : self.total_workspaces = int(self.exec_cmd_under_X("xprop -root _NET_NUMBER_OF_DESKTOPS")[36:38]) :ValueError: invalid literal for int() with base 10: '' : :Local variables in innermost frame: :self: <wallpapoz_system.WallpapozSystem instance at 0x8b46a8c>

ghost commented 13 years ago

This bug has also been reported downstream to fedora's bugtracker: https://bugzilla.redhat.com/show_bug.cgi?id=711541

ghost commented 11 years ago

Duplicate #8