You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kde cant log out, it doesnt log out till i run systemctl --user stop lan-mouse
[Unit]
Description=Lan Mouse
# lan mouse needs an active graphical session
After=graphical-session.target
# make sure the service terminates with the graphical session
BindsTo=graphical-session.target
[Service]
ExecStart=/usr/bin/lan-mouse --daemon
Restart=on-failure
[Install]
WantedBy=graphical-session.target
workaround
add # before BindsTo=graphical-session.target
The text was updated successfully, but these errors were encountered:
kde cant log out, it doesnt log out till i run
systemctl --user stop lan-mouse
workaround
add # before
BindsTo=graphical-session.target
The text was updated successfully, but these errors were encountered: