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 D6099198006 for ; Wed, 6 Mar 2013 17:03:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C22BE0B53; Wed, 6 Mar 2013 17:03:24 +0000 (UTC) Received: from vms173003pub.verizon.net (vms173003pub.verizon.net [206.46.173.3]) by pigeon.gentoo.org (Postfix) with ESMTP id D2A2AE0B4D for ; Wed, 6 Mar 2013 17:03:23 +0000 (UTC) Received: from odin.tremily.us ([unknown] [72.68.87.226]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0MJ900CN70P4LE80@vms173003.mailsrvcs.net> for gentoo-catalyst@lists.gentoo.org; Wed, 06 Mar 2013 11:03:05 -0600 (CST) Received: by odin.tremily.us (Postfix, from userid 1000) id 8E0399068C8; Wed, 06 Mar 2013 12:03:03 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tremily.us; s=odin; t=1362589383; bh=CsFJAyCWMlII8SwrE2yyghWJUOU2e6lb19OM6zSGLLM=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=RvmaE2llrLCSADCOf270AcGUs5Y4q9KEXLptWjGvXM/w1/KZUJollvhhhMEj0KqWU 9xFAcQJrxcEClA5fyEj5NzDnfLgX8i0z0RFH4SlCNhtiX2z2dxmQr9CXqWtC+7A3+S 5UTt+aJag0Xwy89J5xsOJE3KiSDlJwm12JBmp5ZM= From: "W. Trevor King" To: Catalyst Cc: "W. Trevor King" Subject: [gentoo-catalyst] [PATCH v2 0/2] Fix livecdfs-update.sh startx handling Date: Wed, 06 Mar 2013 12:02:57 -0500 Message-id: X-Mailer: git-send-email 1.7.12.4 In-reply-to: <6d3c93bde552943c26acbf6c1946dae23821860c.1362366795.git.wking@tremily.us> References: <6d3c93bde552943c26acbf6c1946dae23821860c.1362366795.git.wking@tremily.us> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Archives-Salt: 6f0e6006-7f5e-4251-b7d6-94bea3b9e687 X-Archives-Hash: 6a4a554f7cc5baaa0aa1c1152e949d24 From: "W. Trevor King" Changes since v1: * Even with escaped ampersands, the old startx expression didn't work very well with a Bash shell. The XSESSION environment variable is set via /etc/profile which Bash only sources if it thinks its in a login shell. This version reworks the startx su call so Bash *does* source the profile. W. Trevor King (2): livecd-bashrc: Avoid a startx race by restricting to tty1 livecdfs-update.sh: Use `bash --login` to spawn startx livecd/files/livecd-bashrc | 2 +- targets/support/livecdfs-update.sh | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) -- 1.8.2.rc0.16.g20a599e