You are not logged in.
I want to install gnome desktop environment and nothing else. no calculator, no system monitor, no calendar, etc. I don’t want my application menu to be full of random apps and things Ill never use. I just want the graphical environment, and setting. How do I go about doing this?
Offline
Offline
That’s great, except for the fact the that doesn’t seem to install Gnome GUI? trying to start gdm.service fails and tells me the service is not found.
Offline
You wanted just the graphical environment and nothing else so that's what you got.
GDM isn't required to start the session - you can just use startx instead but if you do want to use this optional component then you'll need to install it...
https://wiki.archlinux.org/title/GDM
Offline
It does install the "Gnome GUI" but it doesn't install a display manager. If you want gdm as a display manager, you'd also have to install gdm.
EDIT: too slow.
Last edited by Trilby (2022-05-07 02:12:49)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Okay, I guess what I meant was I want everything but the default apps. I don’t want the calendar and such but I do want the setting and backgrounds and such.
Offline
Gnome is monolithic; you don't get to pick and choose. That's the whole point of a desktop environment...
Offline
When you put it like that it makes sense but that’s still annoying.
Offline
Why? Gnome doesn't have any "special sauce". If you care enough, you could probably replicate most of it starting from Openbox (at least in X).
Offline
you can remove what you do not want as I do.
I use pacman -Rnsc gnome-calendar gnome-software yelp gome-calendar gnome-contacts cheese etc... read what it will remove. Rnsc can wipe out whole gnome so read what it wants to remove. Remove program by program. I use gdm because gnome works with it smoothly.
Archi3
Offline
Gnome is monolithic; you don't get to pick and choose. That's the whole point of a desktop environment...
While GNOME is intended to be used as "a whole package", this is not correct. You can only install the parts of the environment you need, and it should run just fine, although you should keep in mind that some functionality may require additional packages (e.g. accessing settings requires gnome-control-center, GNOME's built in weather display requires gnome-weather etc.)
You definitely don't need to install every default GNOME application. However, installing the whole gnome group does install everything. Instead of that, you can only install the desktop environment components and applications you need. Installing gdm, gnome-shell and gnome-control-center should be sufficient for working bare-bones environment IIRC.
Offline