View Single Post
Markkyboy's Avatar
Posts: 433 | Thanked: 727 times | Joined on Oct 2012 @ Costa Blanca, Espaņa
#2589
Originally Posted by coderus View Post
How do you restart lipstick? It should not happen if you do it in a correct way without killing processes, etc.
That's a good question, I made a launcher icon and filled the desktop entry with same details used in sailfish utilities for restarting lipstick.

Code:
[Desktop Entry]
    Type=Application
    Name=Refresh
    Icon=refresh
    Exec=nohup sh -c "pkill jolla-settings;systemctl --user --no-block restart lipstick.service" 1>/dev/null 2>/dev/null &
    X-Desktop-File-Install-Version=0.20
or when I'm using SSH, I tend to use ` systemctl --user restart lipstick.service`
__________________
..oO(Don't just sit there standing around, pick up a shovel and sweep up!)Oo..

Last edited by Markkyboy; 2018-10-02 at 18:02.
 

The Following 2 Users Say Thank You to Markkyboy For This Useful Post: