this post was submitted on 19 Feb 2025
8 points (100.0% liked)

Arch Linux

245 readers
3 users here now

founded 2 years ago
MODERATORS
 

I'm using Gnome as DE and was really happy with it until my last update. I would like to re-install Gnome, but want to remove before that all Gnome stuff, settings and dependencies. This is no problem for the packages installed via pacman and also it's dependencies. But I fear that I don't know how to remove all relevant settings. Is there some special folder or set of files to remove, before I can start from scratch?

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 2 days ago

pacman -Rscn gnome gnome-extra

[–] [email protected] 1 points 2 days ago

Many thx. Will try that as a second user, just in case that the current user block something.

My main issue is, that I can't shutdown or reboot from within the quick settings panel anymore. If I do that, applications do close, but the computer doesn't shutdown. However it's working fine from a terminal.

[–] Limonene 1 points 2 days ago (1 children)

Programs that run as regular users usually store their config in ~/.config/ or ~/.local/share/ so look in those places for config files relating to gnome. There might be a lot. It may be easier to backup then remove the both directories, saving only the config of your most important programs. Some config is stored in dconf, which should also be in here.

[–] [email protected] 2 points 19 hours ago

Worked fine so far. I have just renamed .config and .local directory's for later use and reinstalled Gnome. So far this seems to work. In my tests today, I could shutdown/reboot succesfully with every try. Hopefully this is a permanent fix. Since I have all the old files, maybe I find the time to check them for errors. But I fear I didn't have so much time. Anyway, many thx for your tips which helped to fix the issue for me.