From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Improved SLiM session handling Date: Thu, 26 Feb 2015 22:29:45 +0100 Message-ID: <87a900xsxi.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR60F-0003MH-ST for guix-devel@gnu.org; Thu, 26 Feb 2015 16:29:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YR60C-0000QN-Nq for guix-devel@gnu.org; Thu, 26 Feb 2015 16:29:51 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR60C-0000QJ-Ll for guix-devel@gnu.org; Thu, 26 Feb 2015 16:29:48 -0500 Received: from reverse-83.fdn.fr ([80.67.176.83]:50067 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1YR60C-0000ZU-3M for guix-devel@gnu.org; Thu, 26 Feb 2015 16:29:48 -0500 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Commit a21b23d ensures that SLiM proposes sessions in the order they were passed to =E2=80=98slim-service=E2=80=99. Concretely, that means that= WindowMaker is now the default; before that it was ratpoison, which could be confusing to someone not familiar with it. Ludo=E2=80=99.