Notices


Reply
Thread Tools
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#21
doesnt want to add widget, seems desktop crashes upon attempt...

plus it 'removed' all my other widgets the first time I attempted to add it
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#22
Originally Posted by f2thak View Post
doesnt want to add widget, seems desktop crashes upon attempt...

plus it 'removed' all my other widgets the first time I attempted to add it
Yeah, same here.
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 
Posts: 376 | Thanked: 511 times | Joined on Aug 2009 @ Greece
#23
Originally Posted by f2thak View Post
doesnt want to add widget, seems desktop crashes upon attempt...

plus it 'removed' all my other widgets the first time I attempted to add it
Thanks for testing it!

Some questions:
a) How exactly did you install it?
b) Are you using any other software from extras-devel?
c) Was an older version already installed?

The removal of other widgets indicates a crash of hildon-home. You may be able to restore them by running "killall hildon-home"
 

The Following User Says Thank You to v13 For This Useful Post:
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#24
a) thru FappMan
b) um, yes =)
c) nope..

thanks
 

The Following User Says Thank You to F2thaK For This Useful Post:
Posts: 376 | Thanked: 511 times | Joined on Aug 2009 @ Greece
#25
Originally Posted by f2thak View Post
a) thru FappMan
b) um, yes =)
c) nope..
I'll need some more information. In an xterm type:

Code:
dpkg -l hildon-desktop-python-loader python-hildon python-hildondesktop python2.5 python-support python
And copy-paste its output here.

p.s. I assume you're using version 0.3-1 of drlaunch.
 
Tiboric's Avatar
Posts: 433 | Thanked: 312 times | Joined on Nov 2009 @ U.K
#26
Originally Posted by f2thak View Post
doesnt want to add widget, seems desktop crashes upon attempt...

plus it 'removed' all my other widgets the first time I attempted to add it
I'm now getting this as well. been using this since day one..
only thing i can think of is, i tried the new 'k9' widget.

dam i really like this app ad use it daily.
 
Posts: 376 | Thanked: 511 times | Joined on Aug 2009 @ Greece
#27
Please run the command I wrote in my previous post if you are experiencing problems. It is 100% harmless and it may help me identify the problem.
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#28
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.5/drlaunch/widget.py", line 112, in do_realize
config.load()
File "/usr/lib/pymodules/python2.5/drlaunch/config.py", line 190, in load
if not dt0['data'].has_key(self.id):
TypeError: 'NoneType' object is unsubscriptable
./drlaunch_widget.py:36: GtkWarning: gdk_window_set_geometry_hints: assertion `GDK_IS_WINDOW (window)' failed
obj.show_all()
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.5/drlaunch/widget.py", line 112, in do_realize
config.load()
File "/usr/lib/pymodules/python2.5/drlaunch/config.py", line 190, in load
if not dt0['data'].has_key(self.id):
TypeError: 'NoneType' object is unsubscriptable
./drlaunch_widget.py:36: GtkWarning: gdk_window_unmaximize: assertion `GDK_IS_WINDOW (window)' failed
obj.show_all()
./drlaunch_widget.py:36: GtkWarning: gdk_window_unstick: assertion `GDK_IS_WINDOW (window)' failed
obj.show_all()
./drlaunch_widget.py:36: GtkWarning: gdk_window_deiconify: assertion `GDK_IS_WINDOW (window)' failed
obj.show_all()
./drlaunch_widget.py:36: GtkWarning: gdk_window_unfullscreen: assertion `GDK_IS_WINDOW (window)' failed
obj.show_all()
./drlaunch_widget.py:36: GtkWarning: gdk_window_set_keep_above: assertion `GDK_IS_WINDOW (window)' failed
obj.show_all()
./drlaunch_widget.py:36: GtkWarning: gdk_window_set_keep_below: assertion `GDK_IS_WINDOW (window)' failed
obj.show_all()
./drlaunch_widget.py:36: GtkWarning: gdk_window_show: assertion `GDK_IS_WINDOW (window)' failed
obj.show_all()
Traceback (most recent call last):
File "./drlaunch_widget.py", line 37, in <module>
gtk.main()
NameError: name 'gtk' is not defined
PS. It's missing python-osso as a dependency.

Changing line 193 of config.py to "if dt0 == None or dt0['data'].has_key(self.id) == False:" allows for it to work here.

P.P.S. If trying to set an application with its desktop file not having an "Icon" entry, Dr. Launch will not alllow for it to be set.

Last edited by qwerty12; 2010-07-17 at 19:59.
 

The Following 2 Users Say Thank You to qwerty12 For This Useful Post:
Tiboric's Avatar
Posts: 433 | Thanked: 312 times | Joined on Nov 2009 @ U.K
#29
$ dpkg -l hildon-desktop-python-loader python-hildon python-hildondesktop python2.5 python-support python
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==================-==================-================================================== ==
ii hildon-desktop-pyt 0.1.0-1maemo3 Hildon Desktop Python Plugin Loader
ii python 2.5.2-3maemo3 An interactive high-level object-oriented language (
ii python-hildon 0.9.0-1maemo17 Python bindings for Hildon Framework.
ii python-hildondeskt 0.1.0-1maemo3 Python bindings for libhildondesktop
ii python-support 1.0.6maemo1 automated rebuilding support for Python modules
ii python2.5 2.5.4-1maemo6 An interactive high-level object-oriented language (
 

The Following User Says Thank You to Tiboric For This Useful Post:
Posts: 376 | Thanked: 511 times | Joined on Aug 2009 @ Greece
#30
Here comes v0.4-1.

It is mostly a bug-fix release that should take care of the problems of 0.3-1 you reported. Special thanks goes to...

... qwerty12

You can get it from here. As always, feel free to abuse it and report problems :-)

p.s. If anyone knows how to make packages interface get the changes from the changelog (like it mysteriously did with version 0.3-1) please tell me.
 

The Following 5 Users Say Thank You to v13 For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 01:39.