The Following User Says Thank You to ironm8 For This Useful Post: | ||
![]() |
2010-08-09
, 22:11
|
Posts: 376 |
Thanked: 511 times |
Joined on Aug 2009
@ Greece
|
#82
|
i just updated dr launch and it seems that the "kill all my hildon widgets" bug is still there, so i dont think thats fix, unless you thing that a purge and reinstall should sort that out.
thanks for putting effort on this
$ cd /usr/lib/hildon-desktop $ python drlaunch_widget.py
Traceback (most recent call last): File "drlaunch_widget.py", line 33, in <module> gobject.type_register(hd_plugin_type) NameError: name 'gobject' is not defined
$ cd /usr/lib/pymodules/python2.5/drlaunch/ $ python2.5 widget.py
The Following User Says Thank You to v13 For This Useful Post: | ||
![]() |
2010-08-09
, 22:13
|
Posts: 376 |
Thanked: 511 times |
Joined on Aug 2009
@ Greece
|
#83
|
![]() |
2010-08-09
, 22:31
|
Posts: 729 |
Thanked: 155 times |
Joined on Dec 2009
|
#84
|
![]() |
2010-08-10
, 07:09
|
Posts: 138 |
Thanked: 85 times |
Joined on Jun 2010
@ Finland
|
#85
|
a) Can you please describe what you did? Was an older version installed and you upgraded?
b) What was the result? If for example you restart the phone, is drlaunch visible/usable?
c) Try this at phone:
That should fail withCode:$ cd /usr/lib/hildon-desktop $ python drlaunch_widget.pyIf not, please report.Code:Traceback (most recent call last): File "drlaunch_widget.py", line 33, in <module> gobject.type_register(hd_plugin_type) NameError: name 'gobject' is not defined
d) Try this at phone:
This should not produce any output and instead display the widget. If not, please report.Code:$ cd /usr/lib/pymodules/python2.5/drlaunch/ $ python2.5 widget.py
The Following User Says Thank You to aanckar For This Useful Post: | ||
![]() |
2010-08-10
, 09:29
|
Posts: 376 |
Thanked: 511 times |
Joined on Aug 2009
@ Greece
|
#86
|
$ dpkg -l python2.5-qt4-core
$ lsof -nc hildon-home
The Following User Says Thank You to v13 For This Useful Post: | ||
![]() |
2010-08-10
, 09:33
|
Posts: 376 |
Thanked: 511 times |
Joined on Aug 2009
@ Greece
|
#87
|
Could you use the current theme background picture for application shortcuts instead of the custom widget one? It would look better (fit better to the theme).
Would be really nice!
The Following User Says Thank You to v13 For This Useful Post: | ||
![]() |
2010-08-10
, 09:56
|
Posts: 1,397 |
Thanked: 2,126 times |
Joined on Nov 2009
@ Dublin, Ireland
|
#88
|
I also had the "kill all non-stock widgets" problem with the previous version of DrLaunch and I can confirm that it's still present.
After installing the latest version 0.7.3 (previous version was uninstalled) all non-stock widgets disappeared from all desktops.
It is very usable and seems to function perfectly well.
![]() |
2010-08-10
, 10:02
|
Posts: 138 |
Thanked: 85 times |
Joined on Jun 2010
@ Finland
|
#89
|
Which theme are you using? Have you modded your device in any way? Which widgets do you have enabled?
If you type
Do you get version "4.7.4-maemo0"? I assume you use PR1.2.Code:$ dpkg -l python2.5-qt4-core
Finally It could be useful if you installed lsof and gave me the output of:
Code:$ lsof -nc hildon-home
![]() |
2010-08-10
, 10:18
|
Posts: 729 |
Thanked: 155 times |
Joined on Dec 2009
|
#90
|
There are two problems with that:
- It won't be possible to have the glowing effect since bitmaps are static. (Maybe just make this an option).
- Icon backgrounds would need rotation too but this would require a larger bounding box for each icon (imagine the background icon rotated at 45 degrees).
However, I promise that I'll give it a look.
thanks for putting effort on this