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>
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>