Reply
Thread Tools
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#21
Annoying problem and no solution, yet.
Even sometimes there is no response at all and no notification about new SMS or missed calls, until I kill hildon-home.

About widgets removed from desktop, this is easy to handle:
just make a save copy of Your widgets
cp /home/user/.config/hildon-desktop/home.plugins /home/user/.config/hildon-desktop/home.plugins.save
in time. And when this problem occurs, just
sudo killall hildon-home
and after some seconds
cp /home/user/.config/hildon-desktop/home.plugins.save /home/user/.config/hildon-desktop/home.plugins
I've put those commands into some executable scripts, just open xterm and type
sh scriptname.

This way You get, at least, Your widgets back

--edit
Please see here
http://talk.maemo.org/showpost.php?p...4&postcount=34
for more details.

Last edited by peterleinchen; 2011-06-02 at 09:20. Reason: added scripts in other thread
 

The Following 6 Users Say Thank You to peterleinchen For This Useful Post:
Posts: 434 | Thanked: 245 times | Joined on Jan 2010
#22
My desktop shortcuts just get frozen again. Now I think that I can definitely exclude DCEW which was removed before I upgrade phone to kernel47.

Last edited by kolos; 2011-05-05 at 05:57.
 
Posts: 135 | Thanked: 75 times | Joined on Apr 2011 @ Buenos Aires, Argentina
#23
Originally Posted by kolos View Post
My desktop shortcuts just get frozen again. Now I think that I can definitely exclude DCEW which was removed before I upgrade phone to kernel47.
Mine too. Seconded. What an ugly bug we have here.
 
Posts: 135 | Thanked: 75 times | Joined on Apr 2011 @ Buenos Aires, Argentina
#24
Originally Posted by sr00t View Post
Mine too. Seconded. What an ugly bug we have here.
Well, problems incremented since Desktop Execution Commands reinstall. It's freezing all days, one time minimum. It's really f*cking annoying.
 
Posts: 147 | Thanked: 150 times | Joined on Aug 2010 @ Finland
#25
You all are probably already aware of this thread, though it offers no solution that I'm aware of. Perhaps someone could merge 'em?

widgets disappearing
http://talk.maemo.org/showthread.php?t=43144
 
CutterSlade's Avatar
Posts: 64 | Thanked: 16 times | Joined on Apr 2010 @ Germany, near Hamburg
#26
I have the bug too and reported it: https://bugs.maemo.org/show_bug.cgi?id=12009
I suspected CSSU because it appeared after an update of CSSU and so far I could also exclude power kernel as the source of the error.

Do your contact shortcuts still work? Because mine do even when nothing else does.

Last edited by CutterSlade; 2011-05-27 at 00:21.
 
Posts: 147 | Thanked: 150 times | Joined on Aug 2010 @ Finland
#27
Originally Posted by CutterSlade View Post
I have the bug too and reported it: https://bugs.maemo.org/show_bug.cgi?id=12009
I suspected CSSU because it appeared after an update of CSSU and so far I could also exclude power kernel as the source of the error.

Do your contact shortcuts still work? Because mine do even when nothing else does.
If I remember correctly, the contact shortcuts kept working. it's been a while since I've gotten that far, as now it always crashes on desktop editing while doing anything with DCE widgets. I deleted .desktop_cmd_exec, then restored it, and now everything seems to work. I'll see if I get it to crash again.
 

The Following User Says Thank You to Aonsaithya For This Useful Post:
Posts: 2 | Thanked: 0 times | Joined on Mar 2010
#28
Any ideas on how to stop the desktop from freezing?

a workaround until this is fixed: write a script that gets run every hour and checks if hildon-desktop is still running ok. If the desktop is frozen it could be restarted using peterleinchens idea above.

All that is needed is to find a way for the script to determine if the desktop is still alive. Perhaps a dbus query that fails when the desktop shortcuts are frozen. I'll try different dbus queries when the freeze happens again.
 
Posts: 147 | Thanked: 150 times | Joined on Aug 2010 @ Finland
#29
No ideas on that, but to make restoring as effortless as possible, you could do what I did and create a shortcut for the script and place it in the system menu, I placed mine under "Desktop".
 
Posts: 31 | Thanked: 44 times | Joined on Jun 2010
#30
Originally Posted by daku View Post
All that is needed is to find a way for the script to determine if the desktop is still alive.
Here's an outline for an idea:
1. add a desktop widget which touches file1 to update its timestamp when the widget runs.
2. using a mechanism which is *not* dependent on the desktop being alive, but which can know when a widget *should* be activated (e.g., some kind of notification that the desktop is being displayed), touch file2 to update its timestamp whenever the widget's *should* run.
3. A background script can periodically compare the timestamps of file1 and file2, if file1 lags, it's a good indication that the desktop is not alive.

I'm just not sure how to do (2) ...
 
Reply


 
Forum Jump


All times are GMT. The time now is 13:47.