Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kde cant log out, it doesnt log out till i run systemctl --user stop lan-mouse #237

Open
SteavenGamerYT opened this issue Nov 23, 2024 · 0 comments

Comments

@SteavenGamerYT
Copy link

SteavenGamerYT commented Nov 23, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant