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

--- Comment #12 from Kristian Rink <m...@zimmer428.net> ---
(In reply to Alain Knaff from comment #11)
> (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.

Ah cool, thanks, that should do for my purposes too. Not changing desktop too
often once it has been set up anyway. :)

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

Reply via email to