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 · 2 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

@rubin110
Copy link

Thanks for the hint. This seems to be an issue with Synergy too. After initiating a logout and getting stuck, killing Synergy would roll the logout along again.

@dougg0k
Copy link

dougg0k commented Jan 14, 2025

Not only, cloudflare warp has the same issue. https://bugs.kde.org/show_bug.cgi?id=498332

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

3 participants