LINUX LITE 7.4 RC1 RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] System Tray Default Settings
#10
This is how I reset the panel:
First I quit the panel
Code:
xfce4-panel --quit
Then I kill the xfce4 configuration daemon
Code:
pkill xfconfd
Remove the config files
Code:
rm -rf ~/.config/xfce4
And clear the session as well.
Code:
rm -rf ~/.config/xfce4-session
Copy the default configuration from the skeleton folder.
Code:
cp -Rf /etc/skel/.config/xfce4 ~/.config/xfce4
Code:
cp -Rf /etc/skel/.config/xfce4-session ~/.config/xfce4-session
And finally I restart the panel. This will also respawn tne xfce4 configuration daemon.
Code:
xfce4-panel

Instead of running all the commands line by line I use this oneliner:
Code:
xfce4-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-panel

What you did was this:
Code:
xfce4-panel --quit ; pkill xfconfd ; rm -rf ~/.config/xfce4/panel ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml ; xfce4-panel;
That removes the panel an then asks you to use default xfce4 configuration or a blank panel.
Reply


Messages In This Thread
Re: System Tray default setting - by Scott(0) - 03-02-2015, 04:13 PM
Re: System Tray Default Settings - by Jocklad - 03-02-2015, 04:37 PM
Re: System Tray Default Settings - by rokytnji - 03-02-2015, 07:15 PM
Re: System Tray Default Settings - by gold_finger - 03-07-2015, 05:12 PM
Re: System Tray Default Settings - by Jocklad - 03-07-2015, 08:49 PM
Re: System Tray Default Settings - by shengchieh - 03-08-2015, 03:34 AM
Re: System Tray Default Settings - by Jocklad - 03-08-2015, 09:38 AM
Re: [SOLVED] System Tray Default Settings - by misko_2083 - 03-08-2015, 08:51 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)