Open GoogleCodeExporter opened 8 years ago
the issue isn't about starting it with open windows per se. if you start pytyle
in advance, and then put a window on all desktops, pytyle will crash.
Traceback (most recent call last):
File "/usr/bin/pytyle2", line 59, in <module>
d = Dispatcher(event_data)
File "/usr/lib64/python2.7/site-packages/pt/dispatcher.py", line 20, in __init__
getattr(self, self._event_data['event'])()
File "/usr/lib64/python2.7/site-packages/pt/dispatcher.py", line 95, in PropertyNotifyEvent
win.update_property(a)
File "/usr/lib64/python2.7/site-packages/pt/window.py", line 233, in update_property
m()
File "/usr/lib64/python2.7/site-packages/pt/window.py", line 249, in update_NET_WM_DESKTOP
self.update_monitor()
File "/usr/lib64/python2.7/site-packages/pt/window.py", line 223, in update_monitor
workspace = Workspace.WORKSPACES[self.properties['_NET_WM_DESKTOP']]
KeyError: 'all'
curiously, this does not hold true for below-layered windows - only
normal-layered windows.
Original comment by alexande...@gmail.com
on 14 Apr 2011 at 12:46
Original issue reported on code.google.com by
rsha...@gmail.com
on 3 Feb 2011 at 3:51Attachments: