From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: GDM update! Date: Mon, 11 Feb 2019 15:39:46 +0100 Message-ID: <20190211153946.2a38a740@scratchpost.org> References: <875ztrp982.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/FWAB4iQ_nE3IQgWbCoKpO5U"; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:43304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtCkn-0007Kk-Ev for guix-devel@gnu.org; Mon, 11 Feb 2019 09:40:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtCkh-0004uX-LL for guix-devel@gnu.org; Mon, 11 Feb 2019 09:40:13 -0500 In-Reply-To: <875ztrp982.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?ISO-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org --Sig_/FWAB4iQ_nE3IQgWbCoKpO5U Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Ludo, https://github.com/GNOME/gdm/commit/0bb8a777cfc0a3bc53c2c2830dd7e6e2baeeef3= 8#diff-9b802b1ffb5f0ff95bfaa85046d262e7 says: >custom is a magic name we used to allow for having the user decide their s= ession by a ~/.xsession file. We no longer support that construct and have= n't for many years. Instead, users who want that functionality can just add= a xsession file to accomplish it. >This commit just removes some left over cruft that never got cleaned up. Another part is still there: if [ "x$command" =3D "xdefault" ] ; then if [ -x "$HOME/.Xclients" ]; then command=3D"$HOME/.Xclients" elif [ -x /etc/X11/xinit/Xclients ]; then command=3D"/etc/X11/xinit/Xclients" elif [ -x /etc/X11/Xclients ]; then command=3D"/etc/X11/Xclients" else if [ -n "$zenity" ] ; then disptext=3D`gettextfunc "System has no Xclients file, so starting a= failsafe xterm session. Windows will have focus only if the mouse pointer= is above them. To get out of this mode type 'exit' in the window."` "$zenity" --info --text "$disptext" else echo "$0: Cannot find Xclients" fi exec xterm -geometry 80x24+0+0 fi fi ... but not sure how to use it. --Sig_/FWAB4iQ_nE3IQgWbCoKpO5U Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlxhiTIACgkQ5xo1VCww uqX+MAf/VdVz+gIzfvTEo0Co9zpF45h7I3iWHf+pedMsnKHAgVCwCowiJlg+C5V8 Hb0iCd0mp8cgkVwVtyW0+neGx9RBhSV00hjLH8DJdgTsfwUS1cekO3y5dNWivw+X /p1nXVHajDQsnC5GwBQfezErwW2C2CKHx3f89IVjT8jhZWVoiS6tVh0tvSz3BdVb D7iHZNOb8jT7vPw5oczRemTC/2+GRnEk4Kh2siv+Tb2CkkbqToA9NvqXR/vzhsXg dibKmKJHXZUbnOFG1SUGamg2xjnMlBVbR3lAENPHGxv93JFIdaToi0SllX5QDFpa gfmno3+K+mj6lilwruOZqBczP4Xi2Q== =Konz -----END PGP SIGNATURE----- --Sig_/FWAB4iQ_nE3IQgWbCoKpO5U--