View Single Post
Posts: 648 | Thanked: 650 times | Joined on Oct 2011
#54
Originally Posted by Fuzzillogic View Post
I'd try to do it the nice way first, by graciously restarting the service instead of recklessly killing it:

Code:
~ # /sbin/initctl restart xsession/msyncd
Run as root. No need to look up the PID.

However, it didn't help in my case (killing msynd didn't either).
This command works to reset Accuweather to update again after coming out of airplane mode if run in terminal. But when I create a *.desktop file to execute it it doesn't work. Anybody knows why? Is it because it requires root access?

Code:
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=true
Name=ResetAccu
Exec=sh -c '/sbin/initctl restart xsession/msyncd'
Icon=/usr/share/applications/iconaccu.png
X-Osso-Type=application/x-executable