Software - Support > Tutorials

Restore Taskbar

(1/1)

Jerry:

--- Quote from: 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?


--- End quote ---

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

ohjrson:
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!!

Jerry:
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: ---xfce4-panel --quit
pkill xfconfd
rm -rf ~/.config/xfce4/panel
rm -rf ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
--- End code ---


--- Code: ---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 &
--- End code ---

Navigation

[0] Message Index

Go to full version