![]() |
2011-05-26
, 23:45
|
Posts: 147 |
Thanked: 150 times |
Joined on Aug 2010
@ Finland
|
#32
|
![]() |
2011-05-30
, 11:55
|
Posts: 55 |
Thanked: 13 times |
Joined on Jul 2010
@ Italy
|
#33
|
I find it's just the third-party ones that disappear. The Ovi one that was on from when the phone was new never goes (and I never use it) and the calendar never goes. Also, all icons and shortcuts remain
You all are probably already aware of this thread, though it offers no solution that I'm aware of. Perhaps someone could merge 'em?
Hildon Desktop Shortcut Freezing Randomly
http://talk.maemo.org/showthread.php?t=72147
![]() |
2011-05-31
, 12:21
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#34
|
![]() |
2011-05-31
, 19:55
|
Posts: 147 |
Thanked: 150 times |
Joined on Aug 2010
@ Finland
|
#35
|
Hey.
I already wrote some time ago, how to recover all widgets.
The behaviour of theses bugs is slightly different, but the result (loss of widgets) is the same.
Here I attach some (very small) scripts, which help me to workaround with this bug and also the other one (mentioned in above threads link).
They will kill hildon-home (resp. hildon-desktop) and recover the widgets.
The pluginssave should always be excuted, when You made some changes to Your desktop layout.
The plugins only, if the home or desktop script did not bring Your widgets back automatically (sometimes happens, maybe 5s is to less of sleeping).
I will put this post also in the other thread ().
#!/bin/sh if [ `id -u` != 0 ] ; then exec sudo gainroot <<EOF exec sh $0 $* EOF exit $? fi
cp /home/user/.config/hildon-desktop/home.plugins /home/user/.config/hildon-desktop/home.plugins.save
cp /home/user/.config/hildon-desktop/home.plugins.save /home/user/.config/hildon-desktop/home.plugins killall hildon-home
The Following 3 Users Say Thank You to Aonsaithya For This Useful Post: | ||
![]() |
2011-06-01
, 17:18
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#36
|
![]() |
2011-06-01
, 18:18
|
Posts: 147 |
Thanked: 150 times |
Joined on Aug 2010
@ Finland
|
#37
|
Nice idea with the shortcuts.
For me its not a big deal (and I love) to use xterm, but hey.
The order for restore might be wrong. As on killing hildon-home, the widgets may get lost, You should better kill hildon-home first, then sleep 5 seconds and the copy the file back to its original position.
But for the purpose You do here, a simple copy is enough!
Cheers.
![]() |
2011-06-02
, 08:13
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#38
|
![]() |
2011-06-02
, 09:53
|
Posts: 147 |
Thanked: 150 times |
Joined on Aug 2010
@ Finland
|
#39
|
Maybe I mixed up these two threads ( occasions of widgets disappearance ) also.
For me my sequences always works.
You do NOT need to kill hildon-home.
In fact, for Your script, a simple copy back (restore) should be enough (as I do with my "plugins")
You need to kill hildon-home only, if the desktop has become unresponsive. But then in my order.
![]() |
2011-06-03
, 22:00
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#40
|
Oh f*ck, right now I was done re-adding all the lost widgets, and after adding DCE widgets it just went black, then showed the desktop without third-party widgets AGAIN.
Is there a problem with both recaller and DCE or something? To hell with this...
EDIT:
I re-added the widgets again, and re-checked all DCE widgets in case there were some mistakes with the "run when"-settings. Right after tapping "save", the desktop went black and recovered without any third-party widgets.
EDIT:
Nothing wrong with these I presume...
InstanceCmd=
http://pastebin.com/gHwmx7c5
Last edited by Aonsaithya; 2011-05-26 at 23:40.