Hello,
ahh, I'm in! :) The subscription process was rather uncertain and long...
My question/report:
When trying to run pypanel, a python/gtk based panel manager, I receive
an exception
File "/usr/bin/pypanel", line 360, in getDesktopNames
desktop.total = self.root.get_full_property(self._DESKTOP_COUNT, 0).value[0]
AttributeError: 'NoneType' object has no attribute 'value'
A minimal example is (in python):
from Xlib import display
num = display.Display().intern_atom("_NET_NUMBER_OF_DESKTOPS")
display.Display().screen().root.get_full_property(num, 0)
where the last command should return something with an value attribute,
but it returns None. (num is 370 in my case).
I'm using gentoo 2006.1, Xorg >=7.0 and ctwm 3.6-r1. I once tried upgrading
to ctwm 3.7, but there was some other error, which I don't remember (as
I said, the subscription process to this list was rather long).
Am I doing something wrong?
Bye, Fabian