lan-mouse icon indicating copy to clipboard operation
lan-mouse copied to clipboard

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

Open SteavenGamerYT opened this issue 1 year ago • 3 comments

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

SteavenGamerYT avatar Nov 23 '24 13:11 SteavenGamerYT

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.

rubin110 avatar Jan 13 '25 16:01 rubin110

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

dougg0k avatar Jan 14 '25 17:01 dougg0k

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

feschber avatar Jan 20 '25 17:01 feschber