lan-mouse
lan-mouse copied to clipboard
kde cant log out, it doesnt log out till i run `systemctl --user stop lan-mouse`
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
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.
Not only, cloudflare warp has the same issue. https://bugs.kde.org/show_bug.cgi?id=498332
Thanks for reporting! I will need to see what the exact issue is