View Single Post
Posts: 1,313 | Thanked: 2,978 times | Joined on Jun 2011 @ Finland
#491
Originally Posted by Hariainm View Post
Hello guys! first of all, thanks for creating this useful aplication, and second, yes, a request for help
Accuweather has some problem not udating in events feed, so in the related thread about this problem, they suggest to execute this code
Code:
/sbin/initctl restart xsession/msyncd
but sadly this doesn't work for me, i have a rule when all days from 1:00 - 11:00 enter flight mode, silent and power saving on (restore all this to previous profile) and the above code when this rule deactivate. All the previous actions work fine, but i can't get accuweather to work, unless i open the app, but i don't know how to run it from terminal, ps or top doesn't help me much.
Can anyone of you have a clue about how to get accuweather to update by himself?
You can't use initctl as it requires devel-su credentials.

Luckily for you, msyncd process is running as user. So you can just kill it and it will be restarted.

So put this to custom action:

Code:
pkill msyncd
__________________
My N9/N950 projects:
 

The Following User Says Thank You to ajalkane For This Useful Post: