https://bugs.kde.org/show_bug.cgi?id=356225
--- Comment #312 from Dan Duris <kdeb...@staznosti.sk> --- For anyone looking for solution / workaround of this nasty (and annoying) UX bug: 1) open ~/.config/plasmashellrc 2) scroll to the end and look for [ScreenConnectors] section that will look like this: 0=eDP1 1=:0.0 2=DP1 3=DVI-I-1-2 4=XWAYLAND1 3) open ~/.config/plasma-org.kde.plasma.desktop-appletsrc 4) search and replace all with this regular expression string: lastScreen=([\-]{0,}[0-9]) and replace with (replace 0 with your actual screen as shown in Connectors above): lastScreen=0 5) kill plasmashell and reload: killall -9 plasmashell plasmashell 6) celebrate, if Plasma finally loads panel+widgets etc. on your current screen/monitor/display 7) if not, change lastScreen=X to next screen number, e.g. 1, and go to step 5 (repeat until you hit the right screen) -- You are receiving this mail because: You are watching all bug changes.