Activity log for bug #666394

Date Who What changed Old value New value Message
2010-10-25 16:56:39 Johannes Sasongko bug added bug
2010-10-25 17:00:06 Johannes Sasongko description Enabling the Desktop Cover plugin in Windows produces a warning: | C:\exaile\xlgui\guiutil.py:109: GtkWarning: gdk_property_get: Not implemented | return rootwindow.property_get(workarea)[2][2:4] # W,H and sometimes followed by an error: | Traceback (most recent call last): | File "C:\exaile\xl\plugins.py", line 124, in enable_plugin | plugin.enable(self.exaile) | File "C:\exaile\plugins\desktopcover\__init__.py", line 63, in enable | DESKTOPCOVER = DesktopCover() | File "C:\exaile\plugins\desktopcover\__init__.py", line 118, in __init__ | self.update_position() | File "C:\exaile\plugins\desktopcover\__init__.py", line 181, in update_position | workarea_width, workare_height = get_workarea_size() | File "C:\exaile\xlgui\guiutil.py", line 109, in get_workarea_size | return rootwindow.property_get(workarea)[2][2:4] # W,H | TypeError: 'NoneType' object is unsubscriptable (Note: I've modified some of files, so line numbers may not be accurate). Enabling the Desktop Cover plugin in Windows produces a warning: C:\exaile\xlgui\guiutil.py:109: GtkWarning: gdk_property_get: Not implemented return rootwindow.property_get(workarea)[2][2:4] # W,H and sometimes followed by an error: Traceback (most recent call last): File "C:\exaile\xl\plugins.py", line 124, in enable_plugin plugin.enable(self.exaile) File "C:\exaile\plugins\desktopcover\__init__.py", line 63, in enable DESKTOPCOVER = DesktopCover() File "C:\exaile\plugins\desktopcover\__init__.py", line 118, in __init__ self.update_position() File "C:\exaile\plugins\desktopcover\__init__.py", line 181, in update_position workarea_width, workare_height = get_workarea_size() File "C:\exaile\xlgui\guiutil.py", line 109, in get_workarea_size return rootwindow.property_get(workarea)[2][2:4] # W,H TypeError: 'NoneType' object is unsubscriptable (Note: I've modified some of files, so line numbers may not be accurate).
2010-10-26 02:48:50 Johannes Sasongko description Enabling the Desktop Cover plugin in Windows produces a warning: C:\exaile\xlgui\guiutil.py:109: GtkWarning: gdk_property_get: Not implemented return rootwindow.property_get(workarea)[2][2:4] # W,H and sometimes followed by an error: Traceback (most recent call last): File "C:\exaile\xl\plugins.py", line 124, in enable_plugin plugin.enable(self.exaile) File "C:\exaile\plugins\desktopcover\__init__.py", line 63, in enable DESKTOPCOVER = DesktopCover() File "C:\exaile\plugins\desktopcover\__init__.py", line 118, in __init__ self.update_position() File "C:\exaile\plugins\desktopcover\__init__.py", line 181, in update_position workarea_width, workare_height = get_workarea_size() File "C:\exaile\xlgui\guiutil.py", line 109, in get_workarea_size return rootwindow.property_get(workarea)[2][2:4] # W,H TypeError: 'NoneType' object is unsubscriptable (Note: I've modified some of files, so line numbers may not be accurate). Enabling the Desktop Cover plugin in Windows produces a warning:   C:\exaile\xlgui\guiutil.py:109: GtkWarning: gdk_property_get: Not implemented     return rootwindow.property_get(workarea)[2][2:4] # W,H and sometimes followed by an error:   Traceback (most recent call last):     File "C:\exaile\xl\plugins.py", line 124, in enable_plugin       plugin.enable(self.exaile)     File "C:\exaile\plugins\desktopcover\__init__.py", line 63, in enable       DESKTOPCOVER = DesktopCover()     File "C:\exaile\plugins\desktopcover\__init__.py", line 118, in __init__       self.update_position()     File "C:\exaile\plugins\desktopcover\__init__.py", line 181, in update_position       workarea_width, workare_height = get_workarea_size()     File "C:\exaile\xlgui\guiutil.py", line 109, in get_workarea_size       return rootwindow.property_get(workarea)[2][2:4] # W,H   TypeError: 'NoneType' object is unsubscriptable (Note: I've modified some files, so line numbers may not be accurate). gdk.Window.property_get always returns None and prints out the warning.
2012-07-29 05:20:47 Dustin Spicuzza exaile: milestone 0.3.3.0 0.3.3.1
2012-08-20 07:33:40 Johannes Sasongko exaile: assignee Johannes Sasongko (sjohannes)
2012-08-20 08:24:11 Mathias Brodala exaile: status Confirmed Fix Committed
2012-08-20 08:24:11 Mathias Brodala exaile: assignee Mathias Brodala (mathbr)
2012-08-24 12:20:34 Launchpad Janitor branch linked lp:~wgrant/exaile/test
2012-09-24 19:15:26 Dustin Spicuzza exaile: status Fix Committed Fix Released