[GH-ISSUE #237] kde cant log out, it doesnt log out till i run systemctl --user stop lan-mouse #112

Open
opened 2026-05-05 22:10:03 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @SteavenGamerYT on GitHub (Nov 23, 2024).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/237

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

Originally created by @SteavenGamerYT on GitHub (Nov 23, 2024). Original GitHub issue: https://github.com/feschber/lan-mouse/issues/237 kde cant log out, it doesnt log out till i run `systemctl --user stop lan-mouse` ```sh [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`
Author
Owner

@rubin110 commented on GitHub (Jan 13, 2025):

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.

<!-- gh-comment-id:2587624431 --> @rubin110 commented on GitHub (Jan 13, 2025): 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.
Author
Owner

@dougg0k commented on GitHub (Jan 14, 2025):

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

<!-- gh-comment-id:2590624492 --> @dougg0k commented on GitHub (Jan 14, 2025): Not only, cloudflare warp has the same issue. https://bugs.kde.org/show_bug.cgi?id=498332
Author
Owner

@feschber commented on GitHub (Jan 20, 2025):

Thanks for reporting! I will need to see what the exact issue is

<!-- gh-comment-id:2602921349 --> @feschber commented on GitHub (Jan 20, 2025): Thanks for reporting! I will need to see what the exact issue is
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/lan-mouse#112
No description provided.