View Single Post
Posts: 94 | Thanked: 15 times | Joined on Dec 2009
#22
Originally Posted by twaelti View Post
What if you try to launch the widget form the commandline?
Code:
python2.5 /usr/lib/hildon-desktop/shutter.py
Helps in debugging, as it shows in the commandline if something is missing and what the app did (or tried to do :-)
that works .. can see the widget on the desktop and the ir command works too .. but as soon as I Ctrl-C or close the terminal, the widget is gone from the desktop ..

output on Ctrl-C for your reference:
Code:
CTraceback (most recent call last):
  File: "/usr/lib/hildon-desktop/shutter.py", line 117, in <module>
     gtk.main()
KeyboardInterrupt
HTH ...