Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved] Debian 12 (BOOKWORM)

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
User avatar
hawghaven
Posts: 13
Joined: 2022-11-21 17:16
Has thanked: 1 time

[Solved] Debian 12 (BOOKWORM)

#1 Post by hawghaven »

Hello All,
I'm running the Gnome 43.6 DE with Muffin WM and Cinnamon theme on Debian 12.
I upgraded from Debian 11 yesterday, and the system is a lot slower now. Is there a easy way to change my DE to something less resource hungry?
Maybe MATE ?
I'm open for any suggestions...
Thanks.
Last edited by hawghaven on 2024-02-22 12:04, edited 1 time in total.

User avatar
bbbhltz
Posts: 166
Joined: 2024-01-10 14:53
Location: Normandy
XMMP/Jabber: bbbhltz@mailbox.org
Has thanked: 49 times
Been thanked: 33 times

Re: Debian 12 (BOOKWORM)

#2 Post by bbbhltz »

You could use tasksel or install one of the desktop meta packages. The mate-desktop-environment package for example.

Those packages will also install a set of common apps (calculator, image viewers).

Gnome is more resource-hungry. KDE is a little lighter now, then would come Xfce. Not sure how the other DEs fit in the ranking anymore. Last time I checked LXQt worked great, but the Stable repos has a somewhat older version for the moment.

Gutting the Gnome bits, as mentioned, will take a little time. Also, if the display manager or login manager changes you might need to make some minor config changes.

That part is easy, though. The annoying part is then getting rid of Gnome if you decide to keep Mate or Cinnamon or whatever.

PS. You should update the title of your first post with a description of what you need help with.
bbbhltz
longtime desktop Linux user; eternal newbie

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1412
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 46 times
Been thanked: 70 times

Re: Debian 12 (BOOKWORM)

#3 Post by None1975 »

Hello.

If you want to uninstall GNOME and its dependencies first, do (as root):

Code: Select all

apt purge `dpkg --get-selections | grep gnome | cut -f 1`

Code: Select all

apt -f install

Code: Select all

apt purge `dpkg --get-selections | grep deinstall | cut -f 1`

Code: Select all

apt -f install
To install MATE with core packages, do the following (as root):

Code: Select all

apt install mate-desktop-environment-core
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

Post Reply