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

--- Comment #11 from Alain Knaff <k...@kde.lka.org.lu> ---
(In reply to Kristian Rink from comment #10)
> Wondering, though, whether there's a more reliable workaround for that.
> Restarting plasma seems to work just sometimes, but sometimes the panel just
> won't re-appear or apparently there's no way of making it show up again,
> leaving adding a new panel (and reconfiguring everything inside) the only
> option. That's pretty tedious if one has a customized panel. :(

After reconfiguring everything as I need it, I store a backup copy of
plasma-org.kde.plasma.desktop-appletsrc and plasmashellrc, and the restore
those in my restart script:


#!/bin/sh

#kquitapp plasmashell
killall plasmashell
cp -a $HOME/.config/PlasmaBackup/* $HOME/.config/
nohup plasmashell >/dev/null 2>&1 </dev/null &


Of course, after performing a *wanted* change, I have to copy the files over to
the reference again.

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

Reply via email to