https://bugs.kde.org/show_bug.cgi?id=356225
--- Comment #26 from Bob Wya <bob.mt....@gmail.com> --- Created attachment 97673 --> https://bugs.kde.org/attachment.cgi?id=97673&action=edit Plasma 5 panel location reset BASH script (hack!!) For anyone where restarting the Plasma Shell is not enough to fix your panel locations... For my own use I had to write a little script to move my panels back to the screens I want them on - when running games in dual monitor setup. The script is simply a hack to go through the main configuration file and re-write you panel settings back to some sane defaults (of your choosing). The script details the codes for the panel locations (left, top, right, bottom) - but you'll probably want to copy your existing panel settings, from your own configuration file, into the script. You can read your existing Plasma 5 panel settings with: grep -B 6 -A 1 'org.kde.panel' "${HOME}/.config/plasma-org.kde.plasma.desktop-appletsrc" I've got this script set on a global shortcut and it's a life saver - till this bug gets fixed!! -- You are receiving this mail because: You are watching all bug changes.