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
[SOLVED] System Tray Default Settings
|
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
03-02-2015, 04:13 PM
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? ![]()
03-02-2015, 04:37 PM
Thanks Scott will have another look at it. Jocklad
03-02-2015, 07:15 PM
Code: 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.
03-07-2015, 05:12 PM
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.freecinema2022.gq/manual/custo...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.
03-07-2015, 08:49 PM
Thanks Gold_finger.
I will see him in the next couple of days and try that. Many thanks. Jocklad ![]()
03-08-2015, 03:34 AM
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
Tux's Links
http://shengchieh.50webs.com/tuxslinks.html
03-08-2015, 09:38 AM
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 ![]() ![]() ![]()
03-08-2015, 10:59 AM
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 ![]()
03-08-2015, 08:51 PM
This is how I reset the panel:
First I quit the panel Code: xfce4-panel --quit Code: pkill xfconfd Code: rm -rf ~/.config/xfce4 Code: rm -rf ~/.config/xfce4-session Code: cp -Rf /etc/skel/.config/xfce4 ~/.config/xfce4 Code: cp -Rf /etc/skel/.config/xfce4-session ~/.config/xfce4-session 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; |
« Next Oldest | Next Newest »
|