Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Using both Gnome and KDE Plasma?
Date: Sun, 28 Jan 2018 09:18:49
Message-Id: p4k4cf$lft$1@blaine.gmane.org
In Reply to: [gentoo-user] Using both Gnome and KDE Plasma? by Nikos Chantziaras
1 On 25/01/18 01:16, Nikos Chantziaras wrote:
2 > One user wants Gnome, the other wants Plasma. Is this doable?
3 >
4 > Currently, Plasma is installed, and the profile is:
5 >
6 >   default/linux/amd64/17.0/desktop/plasma/systemd
7 >
8 > The profiles seem to be either-or. There's one for plasma, one for
9 > gnome. But I need both now :-/
10
11 Thanks everyone for the replies. It seems that for this one, the easy
12 solution happens to be the same as the safe solution:
13
14 mkdir /etc/portage/profile
15 cd /etc/portage/profile
16 ln -s PORTDIR/profiles/targets/desktop/gnome/make.defaults .
17 ln -s PORTDIR/profiles/targets/desktop/gnome/package.use .
18
19 # disable Gnome USE flags I don't want, like "online-accounts" etc.
20
21 emerge -auDN --with-bdeps=y @world
22 emerge -a gnome
23
24 Still building webkit-gtk... But there were no conflicts.