You are Here:
Linux Lite 7.0 Final Released - See Release Announcement Section



[SOLVED] System Tray Default Settings

Author (Read 9317 times)

0 Members and 1 Guest are viewing this topic.

Re: [SOLVED] System Tray Default Settings
« Reply #10 on: March 08, 2015, 04:51:24 PM »
 

anon222

  • Muted
  • Gold Level Poster
  • *
  • 688
    Posts
  • Reputation: 192
  • Linux Lite Member
    • View Profile

  • CPU: Dual core Pentium E5700 3GHz

  • MEMORY: 3Gb

  • VIDEO CARD: GeForce GT 430
This is how I reset the panel:
First I quit the panel
Code: [Select]
xfce4-panel --quitThen I kill the xfce4 configuration daemon
Code: [Select]
pkill xfconfdRemove the config files
Code: [Select]
rm -rf ~/.config/xfce4And clear the session as well.
Code: [Select]
rm -rf ~/.config/xfce4-sessionCopy the default configuration from the skeleton folder.
Code: [Select]
cp -Rf /etc/skel/.config/xfce4 ~/.config/xfce4
Code: [Select]
cp -Rf /etc/skel/.config/xfce4-session ~/.config/xfce4-sessionAnd finally I restart the panel. This will also respawn tne xfce4 configuration daemon.
Code: [Select]
xfce4-panel
Instead of running all the commands line by line I use this oneliner:
Code: [Select]
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: [Select]
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.
 

Re: [SOLVED] System Tray Default Settings
« Reply #9 on: March 08, 2015, 06:59:30 AM »
 

Jocklad

  • Banned
  • Gold Level Poster
  • *******
  • 508
    Posts
  • Reputation: 67
  • Linux Lite Member
    • View Profile

  • MEMORY: 8Gb

 Just to add:

 When i created the new systray it was at the top of the screen,I really wanted it at the bottom.

 Solution is simple:

 Right click on systray and unlock,drag the tray to bottom with the mouse and re-lock.

 Simple as that.

 It may help someone else.

 Jocklad  :)
 

Re: System Tray Default Settings
« Reply #8 on: March 08, 2015, 05:38:30 AM »
 

Jocklad

  • Banned
  • Gold Level Poster
  • *******
  • 508
    Posts
  • Reputation: 67
  • Linux Lite Member
    • View Profile

  • MEMORY: 8Gb
Many thanks to you all.

I managed to create a new systray with the help of Goldfingers link.

All is well.

I will mark this as solved.

Jocklad  :) :) :)
 

Re: System Tray Default Settings
« Reply #7 on: March 07, 2015, 10:34:07 PM »
 

shengchieh

  • Forum Regular
  • ***
  • 155
    Posts
  • Reputation: 46
  • Linux Lite Member
    • View Profile
    • Tux's Links
Will this workaround work?  Others correct me if not.

Create another user - let that user have root access.
Move all your file to that user.
Remove bad user.  (? Can that bad user be remove if it was the principle user in installation?)
Create 2nd new user with same name as bad user and root access.
Move everything back to 2nd user.

Others, what do think?

Sheng-Chieh

 

Re: System Tray Default Settings
« Reply #6 on: March 07, 2015, 03:49:17 PM »
 

Jocklad

  • Banned
  • Gold Level Poster
  • *******
  • 508
    Posts
  • Reputation: 67
  • Linux Lite Member
    • View Profile

  • MEMORY: 8Gb
Thanks Gold_finger.

I will see him in the next couple of days and try that.

Many thanks.

Jocklad  :)
 

Re: System Tray Default Settings
« Reply #5 on: March 07, 2015, 12:12:24 PM »
 

gold_finger

  • Documentation Writer
  • Platinum Level Poster
  • *****
  • 1094
    Posts
  • Reputation: 325
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core2 Duo E7500 3.0GHz

  • MEMORY: 4Gb

  • VIDEO CARD: Intel 4 Series Integrated Graphics
Jocklad,

Don't know if there is a command to start fresh with standard LL panel.  Don't know exactly what your friend's problem is, but have him look at this section of help manual to delete/add things until it's back to what he wants:  https://www.linuxliteos.com/manual/customize_desktop.html#panel

Or, delete /home/hisusername/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml.  Then log out and back in again.  At login it will ask if want a default setup or just one blank panel.  (Default in this situation is NOT an LL default -- it's a standard Xfce default with a top and bottom panel.  Might be best to pick option for one blank panel, then just add things on to it following above Help Manual page.)
Try Linux Beginner Search Engine for answers to Linux questions.
 

Re: System Tray Default Settings
« Reply #4 on: March 02, 2015, 02:15:29 PM »
 

rokytnji

  • Friganeer
  • Platinum Level Poster
  • **********
  • 1255
    Posts
  • Reputation: 139
    • View Profile

  • CPU: Intel Core2 Duo U9600

  • MEMORY: 4Gb

  • VIDEO CARD: Intel Mobile 4
Code: [Select]
Is there a Terminal command to get the system tray back to default settings in LL 2.2
Yes. But it involves deleting some files in config to bring it back to stock so I would wait for jerry or misko
to supply a answer. I will not supply the command myself.

LL 3.6,2.8
Dell XT2 > Touchscreen Laptop
Dell 755 > Desktop
Acer 150 > Desktop
I am who I am. Your approval is not needed.
 

Re: System Tray Default Settings
« Reply #3 on: March 02, 2015, 11:37:04 AM »
 

Jocklad

  • Banned
  • Gold Level Poster
  • *******
  • 508
    Posts
  • Reputation: 67
  • Linux Lite Member
    • View Profile

  • MEMORY: 8Gb

 Thanks Scott will have another look at it.

 Jocklad
 

Re: System Tray default setting
« Reply #2 on: March 02, 2015, 11:13:32 AM »
 

Scott

  • Global Moderator
  • Gold Level Poster
  • *****
  • 857
    Posts
  • Reputation: 186
  • Linux Lite Member
    • View Profile

  • CPU: Dual core Intel Core i3 M 330

  • MEMORY: 6Gb

  • VIDEO CARD: Intel Integrated Graphics
Hi Jocklad,

I'm not aware of a terminal command but that means one probably does exist. In the meantime would creating a new user so you could log into that account and make notes on the default tray settings help?
 

[SOLVED] System Tray Default Settings
« Reply #1 on: March 02, 2015, 11:10:32 AM »
 

Jocklad

  • Banned
  • Gold Level Poster
  • *******
  • 508
    Posts
  • Reputation: 67
  • Linux Lite Member
    • View Profile

  • MEMORY: 8Gb
 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
« Last Edit: March 09, 2015, 10:46:05 AM by Scott(0) »
 

 

-->
X Close Ad

Linux Lite 7.0 Final Released - See Release Announcement Section