Gentoo Archives: gentoo-user

From: "Matt Connell (Gmail)" <matthewdconnell@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user]
Date: Fri, 09 Oct 2020 19:31:33
Message-Id: 8e2ff6b693685384d6b7b6b0e1f484920b21cd6f.camel@gmail.com
In Reply to: [gentoo-user] by Jude DaShiell
1 On Fri, 2020-10-09 at 15:19 -0400, Jude DaShiell wrote:
2 > how is desktop different from desktop-gnome?
3
4 The desktop profile will be more generic in its USE flags and in the
5 packages it considers to be part of @system. desktop/gnome will set
6 more USE flags (such as the `gnome` flag globally) and include more
7 gnome-desktop specific packages in @system. desktop/gnome/systemd is
8 even more narrow yet, and will implicitly install even more programs.
9
10 Put another way, the more specific a profile is, the more settings and
11 packages will be implicitly included, resulting in a more 'targetted'
12 (less general) setup.
13
14 You can preview and compare/contrast these differences by setting the
15 profile, and then inspecting the output of emerge --info. (There's
16 probably a better way to do that, but that's the first thing that comes
17 to mind.)