From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7B79613877A for ; Mon, 4 Aug 2014 10:44:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1CEBE09D8; Mon, 4 Aug 2014 10:44:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26008E09B5 for ; Mon, 4 Aug 2014 10:44:45 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DCDF34006F for ; Mon, 4 Aug 2014 10:44:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 1D9261881B for ; Mon, 4 Aug 2014 10:44:43 +0000 (UTC) From: "Jauhien Piatlicki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" Message-ID: <1407149005.1eb67b9be0d5a0de870ef0c60f4ef51736c89cc2.jauhien@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/sddm/files/ X-VCS-Repository: proj/qt X-VCS-Files: x11-misc/sddm/files/sddm-9999-consolekit.patch X-VCS-Directories: x11-misc/sddm/files/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: 1eb67b9be0d5a0de870ef0c60f4ef51736c89cc2 X-VCS-Branch: master Date: Mon, 4 Aug 2014 10:44:43 +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-Archives-Salt: daaaad60-86e1-4aff-83f9-97e3548f625d X-Archives-Hash: 90c9bae7ce52ce26553a00ab59c1e6c6 commit: 1eb67b9be0d5a0de870ef0c60f4ef51736c89cc2 Author: Jauhien Piatlicki gentoo org> AuthorDate: Mon Aug 4 10:43:25 2014 +0000 Commit: Jauhien Piatlicki gentoo org> CommitDate: Mon Aug 4 10:43:25 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=1eb67b9b [x11-misc/sddm] fix bug #518192 --- x11-misc/sddm/files/sddm-9999-consolekit.patch | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/x11-misc/sddm/files/sddm-9999-consolekit.patch b/x11-misc/sddm/files/sddm-9999-consolekit.patch index a5ac62a..acdfdc1 100644 --- a/x11-misc/sddm/files/sddm-9999-consolekit.patch +++ b/x11-misc/sddm/files/sddm-9999-consolekit.patch @@ -1,19 +1,13 @@ ---- data/scripts/Xsession -+++ data/scripts/Xsession -@@ -74,13 +74,13 @@ +diff --git a/data/scripts/Xsession b/data/scripts/Xsession +index a5d270d..4b48524 100755 +--- a/data/scripts/Xsession ++++ b/data/scripts/Xsession +@@ -74,7 +74,7 @@ case $session in exec xterm -geometry 80x24-0-0 ;; - custom) -- exec $HOME/.xsession -+ exec ck-launch-session $HOME/.xsession - ;; - default) -- exec /usr/bin/startkde -+ exec ck-launch-session /usr/bin/startkde - ;; *) - eval exec "$session" -+ eval ck-launch-session "$session" ++ eval exec ck-launch-session "$session" ;; esac exec xmessage -center -buttons OK:0 -default OK "Sorry, cannot execute $session. Check $DESKTOP_SESSION.desktop."