https://bugs.kde.org/show_bug.cgi?id=351906
--- Comment #9 from kdeb...@caseyconnor.org --- For what it's worth, as a workaround I set up a desktop-login script using xdotool to hide my panels just after login: #!/bin/bash sleep 3 xdotool mousemove 2534 1445 mousemove restore mousemove 1920 2032 mousemove restore (obviously the sleep time and mouse locations would need to be customized for a given desktop) -- You are receiving this mail because: You are watching all bug changes.