How to get the live default desktop of MX 23 *after* installation?

Message
Author
joseph.vidal-rosset
Posts: 6
Joined: Fri Sep 03, 2021 2:42 am

How to get the live default desktop of MX 23 *after* installation?

#1 Post by joseph.vidal-rosset »

Hello,
I installed for the third time MX 23 with XFCE, and I discovered that it was possible to choose the live default desktop at the installation. Nice option.
Now, I would be glad to be able to make such a choice that I missed on other PC, but without making a new install. I suspect that I have to remove some files in ~/.config/xfce and also in other directories of ~/.config/ but which ones exactly?
Your help is welcome. Thanks !

User avatar
dolphin_oracle
Developer
Posts: 22607
Joined: Sun Dec 16, 2007 12:17 pm

Re: How to get the live default desktop of MX 23 *after* installation?

#2 Post by dolphin_oracle »

I presume you are otherwise preserving your home folder?
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

joseph.vidal-rosset
Posts: 6
Joined: Fri Sep 03, 2021 2:42 am

Re: How to get the live default desktop of MX 23 *after* installation?

#3 Post by joseph.vidal-rosset »

Yes, you presume correctly. I want only to change the appearance of my present desktop for the default of MX 23 Libretto, but only the appearance, not the content of my home folder, of course.

User avatar
dolphin_oracle
Developer
Posts: 22607
Joined: Sun Dec 16, 2007 12:17 pm

Re: How to get the live default desktop of MX 23 *after* installation?

#4 Post by dolphin_oracle »

you can delete the ~/.config/Xfce folder. however, you need to do this while not running xfce.

so logout, then switch to a console with cntrl+alt+f1, do a text login, and the

Code: Select all

rm -R ~/.config/xfce4
which will wipe out any Xfce configuration.

Then return to the lightdm login screen with cntrl + alt +f7

and log in as normal. the Xfce desktop should be reset, including panel, theme, and wallpaper, font, etc...

any configured conky won't be reset, and no additional items will show up on the desktop.

If you want the default desktop items (faq and manual), then also remove ~/.config/MX-Linux/xdg_check, logout and login.

If you want the default conky, then you can copy that into your home folder too.

toggle conky off (menu item conkytoggle) and then

Code: Select all

cp /etc/skel/.conky/conky-startup.sh ~/.conky/conky-startup.sh 
cp -R /etc/skel/.conky/MX-CowonMildBlue/ ~/.conky/MX-CowonMildBlue
and toggle back on.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

joseph.vidal-rosset
Posts: 6
Joined: Fri Sep 03, 2021 2:42 am

Re: How to get the live default desktop of MX 23 *after* installation?

#5 Post by joseph.vidal-rosset »

Thanks for this precise reply ! It is very helpful !

Post Reply

Return to “XFCE Desktop Environment”