[Solved] Unexpected desktop change

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Juan Jimenez

[Solved] Unexpected desktop change

Post by Juan Jimenez »

As part of debugging a backup script that eventually gets triggered at system start up I had to reboot my system many times to test it. After one of such reboots, for no explainable reason, my desktop changed a bit as follows:
  • The Panel (some call it the task bar) moved from the bottom to the top of the screen
  • Some new, unsighly set of icons appeared on the bottom of screen centred
Set of icons at the bottom I never asked to have
Set of icons at the bottom I never asked to have
DesktopChange.png (29.11 KiB) Viewed 976 times
  • The menu structure changed somewhat so I can no longer start typing a string to find all apps that contain that pattern in their names
I have been poking around extensively, especially in Settings (Window Manager, Panel, Desktop, Desktop Settings) but I cannot find anything to change that would bring back the default layout I had when I first installed Mint 20.1. This is very annoying as I am quite certain I did not do this change knowingly nor I can recall getting anywhere near something that would cause such a drastic change not to remember it.

I am, first and foremost, looking for instruction on how to revert to the installation default. Secondly, I am curious if other users have experienced similar random behaviours with Mint 20.1. I have used all versions since Mint 15 and this is the first time I had anything like this.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
LanceM

Re: Unexpected desktop change

Post by LanceM »

Never had it happen to me.
Xfce Panel reset:

Code: Select all

xfce4-panel --quit ; pkill xfconfd ; rm -rf ~/.config/xfce4/panel ; rm -rf ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml ; xfce4-panel
User avatar
antikythera
Level 15
Level 15
Posts: 5721
Joined: Thu Jul 02, 2020 12:52 pm
Location: Cymru

Re: Unexpected desktop change

Post by antikythera »

The 'ugly' icons and layout are the default XFCE desktop panel set. Whatever script you are using triggered that change eventually, anyway run the command given in the post above by Lance and all should be okay again.
I’ll tell you a DNS joke but be advised, it could take up to 24 hours for everyone to get it.
Juan Jimenez

Re: Unexpected desktop change

Post by Juan Jimenez »

LanceM wrote: Wed Feb 24, 2021 5:17 pm Never had it happen to me.
Xfce Panel reset:

Code: Select all

xfce4-panel --quit ; pkill xfconfd ; rm -rf ~/.config/xfce4/panel ; rm -rf ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml ; xfce4-panel
Marvelous! That indeed did the trick. I have saved a copy of everything that was deleted with the rm commands so that if this happens again I can inspect the differences and, from there, try to infer how on earth those configuration changes happened.

Even though this is a trivial problem I am still immensely grateful for the correct prompt reply as I found it really annoying.
Locked

Return to “Xfce”