diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-05-15 11:41:10 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-05-15 11:51:15 -0700 |
commit | 3ba45433f1a974b4fb6a37c3099cc731a445de8f (patch) | |
tree | 084563d09d0677a30af5614c4e6debbe9482c424 /x11-apps/xinit/files | |
parent | x11-apps/xinit: Don't use deprecated /etc/init.d/functions.sh (diff) | |
download | gentoo-3ba45433f1a974b4fb6a37c3099cc731a445de8f.tar.gz gentoo-3ba45433f1a974b4fb6a37c3099cc731a445de8f.tar.bz2 gentoo-3ba45433f1a974b4fb6a37c3099cc731a445de8f.zip |
x11-apps/xinit: Drop long-dead GTK envar
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xinit/files')
-rw-r--r-- | x11-apps/xinit/files/startDM.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-apps/xinit/files/startDM.sh b/x11-apps/xinit/files/startDM.sh index a4bf30e31ba7..640bb24b7a26 100644 --- a/x11-apps/xinit/files/startDM.sh +++ b/x11-apps/xinit/files/startDM.sh @@ -18,10 +18,6 @@ if ! type get_options >/dev/null 2>/dev/null ; then [ -r "${svclib}"/sh/rc-services.sh ] && . "${svclib}"/sh/rc-services.sh fi -# Great new Gnome2 feature, AA -# We enable this by default -export GDK_USE_XFT=1 - export RC_SVCNAME=xdm EXEC="$(get_options service)" NAME="$(get_options name)" |