Panels keep being intermittently reset #467
-
|
~/.local/share/plasma-manager/run_all.sh is not reliably re-applying my panel configurations. For some reason Plasma keeps resetting them 🫠 I do seem to be able to get them to reapply by manually running this line from 2_desktop_script_panels.sh: qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript "$(cat /home/katie/.local/share/plasma-manager/data/desktop_script_panels.js)"I'm guessing the diff check at the beginning of the panels script is only expecting to need to run when there's configuration changes? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
|
What is the output of |
Beta Was this translation helpful? Give feedback.
-
|
I also have the same problem. Panels reset after (de|a)ttaching external monitors. I also end up creating the same alias 🙃 alias unfuck_plasma = qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript $"(cat /home/bemyak/.local/share/plasma-manager/data/desktop_script_panels.js)" |
Beta Was this translation helpful? Give feedback.
It also looks fine, the only error is that last_run scripts is deleted by overrideConfig before the scripts, I haven't fixed that yet, but I will in the rewrite I am doing in #465. But it shouldn't affect the other commands/scripts. Really don't know why it could be resetting