03-02-2015, 04:10 PM
Is there a Terminal command to get the system tray back to default settings in LL 2.2
A friend has really messed his up.
Jocklad
A friend has really messed his up.
Jocklad
Is there a Terminal command to get the system tray back to default settings in LL 2.2
xfce4-panel --quitpkill xfconfdrm -rf ~/.config/xfce4rm -rf ~/.config/xfce4-sessioncp -Rf /etc/skel/.config/xfce4 ~/.config/xfce4cp -Rf /etc/skel/.config/xfce4-session ~/.config/xfce4-sessionxfce4-panelxfce4-panel --quit ; pkill xfconfd ; rm -rf ~/.config/xfce4; rm -rf ~/.config/xfce4-session ; cp -Rf /etc/skel/.config/xfce4 ~/.config/xfce4; cp -Rf /etc/skel/.config/xfce4-session ~/.config/xfce4-session ; xfce4-panelxfce4-panel --quit ; pkill xfconfd ; rm -rf ~/.config/xfce4/panel ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml ; xfce4-panel;