View Single Post
Posts: 19 | Thanked: 20 times | Joined on Oct 2010 @ Mumbai, India
#196
Originally Posted by v13 View Post
Hello,



Open an xterm and run:
Code:
python /usr/share/pyshared/drlaunch/widget.py
If there is a problem it should produce some output.

You can stop it by pressing ctrl-c.


i seem to have a similar issue but only difference i got only 1 instance of drlaunch running. If I try 2 increase the number of shortcuts through settings, then drlaunch crashes and along with it the eyes widget also crashes. However, the media player appears back within a couple of seconds.

The output via xterm

Code:
File "/usr/share/pyshared/drlaunch/widget.py", line 122, in do_realize
    self.reloadIcons()
  File "/usr/share/pyshared/drlaunch/icongrid.py", line 368, in reloadIcons
    self.icons.load()
  File "/usr/share/pyshared/drlaunch/icons.py", line 227, in load
    self.get(x,y).setApp(app)
AttributeError: 'NoneType' object has no attribute 'setApp'
/usr/share/pyshared/drlaunch/widget.py:245: GtkWarning: gdk_window_set_geometry_hints: assertion `GDK_IS_WINDOW (window)' failed
  obj.show_all()
/usr/share/pyshared/drlaunch/widget.py:245: GtkWarning: gdk_window_resize: assertion `GDK_IS_WINDOW (window)' failed
  obj.show_all()
/usr/share/pyshared/drlaunch/widget.py:245: GtkWarning: gdk_window_freeze_toplevel_updates_libgtk_only: assertion `window != NULL' failed
  obj.show_all()



WTF??????????????????????



/usr/share/pyshared/drlaunch/widget.py:246: GtkWarning: gdk_window_thaw_toplevel_updates_libgtk_only: assertion `private->update_and_descendants_freeze_count > 0' failed
  gtk.main()
could you please help me with this issue
 

The Following User Says Thank You to dar3d3vil For This Useful Post: