Gentoo Archives: gentoo-user

From: Alexander Kapshuk <alexander.kapshuk@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] which profile for lxde
Date: Fri, 12 Dec 2014 15:20:19
Message-Id: CAJ1xhMVLFiJ5bNGct06DWQjEaqXo7+oWFKzJXp5+k3ybAB6wdQ@mail.gmail.com
In Reply to: Re: [gentoo-user] which profile for lxde by Alexander Kapshuk
1 On Fri, Dec 12, 2014 at 5:12 PM, Alexander Kapshuk
2 <alexander.kapshuk@×××××.com> wrote:
3 > On Fri, Dec 12, 2014 at 4:34 PM, Harry Putnam <reader@×××××××.com> wrote:
4 >> During a fresh install when on selects their profile the choices are:
5 >> (Taken from quickinstall pages:
6 >> www.gentoo.org/doc/en/gentoo-x86-quickinstall.xml)
7 >>
8 >> Available profile symlink targets:
9 >> [1] default/linux/x86/13.0 *
10 >> [2] default/linux/x86/13.0/desktop
11 >> [3] default/linux/x86/13.0/desktop/gnome
12 >> [4] default/linux/x86/13.0/desktop/kde
13 >> [5] default/linux/x86/13.0/server
14 >>
15 >> If this is to be a `personal use' HOST and I eventually want an LXDE
16 >> desktop, , which is the smart profile to chose? 2?
17 >>
18 >>
19 >>
20 >
21 > Number two should be a safe bet:
22 > [2] default/linux/x86/13.0/desktop
23
24 You'll also want to enable the USE flags in your
25 /etc/portage/make.conf that would be appropriate for your desktop
26 environment, and disable those that our desktop environment doesn't
27 depend on.
28 E.g. As an XFCE user I enabled the gtk USE flags and disabled the qt,
29 gnome, and kde ones:
30 grep USE /etc/portage/make.conf
31 # These are the USE flags that were used in addition to what is provided by the
32 USE="bindist dvd alsa cdr -qt4 gtk gtk3" #Initial setup
33 USE="$USE -gnome -kde -minimal dbus jpeg lock session
34 startup-notification thunar udev X" #xfce4
35 USE="$USE -nvidia consolekit pam policykit udisks upower acpi lm_sensors"
36 USE="$USE java nsplugin pulseaudio"