https://bugs.kde.org/show_bug.cgi?id=418370

--- Comment #2 from Evgen <alts...@gmail.com> ---
My current workaround is to restart GUI after login with script

nano ~/.config/autostart-scripts/restart_anydesk.sh

#!/bin/bash
if pgrep -f "anydesk --tray" > /dev/null; then
pkill -x anydesk
/usr/bin/anydesk --tray &
fi

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to