Linux Lite Forums

Software - Support => Tutorials => Topic started by: Jerry on June 11, 2020, 03:01:47 AM

Title: Restore Taskbar
Post by: Jerry on June 11, 2020, 03:01:47 AM
Seems to be a problem that crops up from time to time. Will be a new feature in Lite Tweaks coming soon. In the meantime, here's how to restore a messed up taskbar to the originally installed state.

Open a Terminal:

Code: [Select]
xfce4-panel --quit
pkill xfconfd
rm -rf ~/.config/xfce4/panel
rm -rf ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml

Code: [Select]
cp -R /etc/skel/.config/xfce4/panel ~/.config/xfce4/
cp /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml ~/.config/xfce4/xfconf/xfce-perchannel-xml/
xfce4-panel &

Title: Re: Restore Taskbar
Post by: ohjrson on November 28, 2022, 06:02:49 PM
So Jerry,
If someone has inadvertantly removed their taskbar for one reason or another, this would bring it back?


I have done this very thing and I just rebooted the system and it was back up.


Good to know though!!

Title: Re: Restore Taskbar
Post by: Jerry on November 28, 2022, 08:47:22 PM

So Jerry,
If someone has inadvertantly removed their taskbar for one reason or another, this would bring it back?


The ability to do this is now served via Lite Tweaks > Taskbar Restore.