From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6258A138335 for ; Wed, 15 May 2019 18:51:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CAB6E0839; Wed, 15 May 2019 18:51:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24264E0839 for ; Wed, 15 May 2019 18:51:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8D303445AD for ; Wed, 15 May 2019 18:51:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E3D45EA for ; Wed, 15 May 2019 18:51:42 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1557946275.3ba45433f1a974b4fb6a37c3099cc731a445de8f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xinit/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xinit/files/startDM.sh X-VCS-Directories: x11-apps/xinit/files/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3ba45433f1a974b4fb6a37c3099cc731a445de8f X-VCS-Branch: master Date: Wed, 15 May 2019 18:51:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e2d6a649-e0bf-425d-aaa7-da035b4b4df4 X-Archives-Hash: 572a4e26265dd68960b10c31c4b3d9d0 commit: 3ba45433f1a974b4fb6a37c3099cc731a445de8f Author: Matt Turner gentoo org> AuthorDate: Wed May 15 18:41:10 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed May 15 18:51:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba45433 x11-apps/xinit: Drop long-dead GTK envar Signed-off-by: Matt Turner gentoo.org> x11-apps/xinit/files/startDM.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/x11-apps/xinit/files/startDM.sh b/x11-apps/xinit/files/startDM.sh index a4bf30e31ba..640bb24b7a2 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)"