profiles/desktop/gnome: globally enable elogind, disable consolekit
authorMart Raudsepp <leio@gentoo.org>
Wed, 20 Mar 2019 09:36:42 +0000 (11:36 +0200)
committerMart Raudsepp <leio@gentoo.org>
Wed, 20 Mar 2019 09:50:44 +0000 (11:50 +0200)
GNOME really desires a logind provider. Now that the core gnome desktop
supports elogind, we can default enable it in GNOME profile with a clean
gnome-base/gnome install path without systemd. For this we also need to
disable consolekit from desktop profile (until it's still enabled there),
as some packages block between USE=consolekit and USE=elogind.
profiles/desktop/gnome/systemd relies on the systemd profile now
use.masking USE=elogind globally (a change I made some days ago), and
enabling USE=systemd in its place, so should be no regressions there.

Because stable doesn't have a usable non-systemd GNOME setup anyways,
desktop/gnome profile wasn't out of the box usable, thus we don't
need to concern ourselves for stable users here and get the profile
working for ~arch users -- before this everyone using gnome should
have been using desktop/gnome/systemd instead anyway.

Bug: https://bugs.gentoo.org/599470
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
profiles/targets/desktop/gnome/make.defaults

index 09b365139a7ba6893477f968a902841bf3e10d03..e32bb8b830e5faae42cfd742e1c3e28b7403382a 100644 (file)
@@ -1,4 +1,4 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-USE="colord eds evo gnome gnome-keyring gnome-online-accounts gstreamer introspection libsecret nautilus networkmanager pulseaudio tracker"
+USE="colord -consolekit eds elogind evo gnome gnome-keyring gnome-online-accounts gstreamer introspection libsecret nautilus networkmanager pulseaudio tracker"