From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eIivc-0006X5-CL for guix-patches@gnu.org; Sat, 25 Nov 2017 17:28:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eIiva-0000LJ-Fs for guix-patches@gnu.org; Sat, 25 Nov 2017 17:28:04 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:49616) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eIiva-0000L7-CT for guix-patches@gnu.org; Sat, 25 Nov 2017 17:28:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eIiva-0005HS-4Y for guix-patches@gnu.org; Sat, 25 Nov 2017 17:28:02 -0500 Subject: [bug#29447] [PATCH 0/2] Make Xorg modules configurable, remove WindowMaker dependency Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56590) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eIivO-0006Wy-OI for guix-patches@gnu.org; Sat, 25 Nov 2017 17:27:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eIivN-0000G7-Ua for guix-patches@gnu.org; Sat, 25 Nov 2017 17:27:50 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Sat, 25 Nov 2017 23:27:37 +0100 Message-Id: <20171125222737.3255-1-ludo@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 29447@debbugs.gnu.org Hi, The first patch here cleans up ‘xorg-configuration-file’ et al. such that users can pass a list of modules to use (until now the list of modules was hard-coded in ‘xorg-configuration-file’.) The second one removes WindowMaker as the default fallback session. Instead, the default is to look for a .desktop file at run time in the user and system profiles. The downside is that if no package provides a .dekstop file, then login fails. I think that’s acceptable though, because people expect to specify a list of window managers in the ‘packages’ field anyway, as show in the lightweight-desktop example. Thoughts? Ludo’. Ludovic Courtès (2): services: xorg: Allow users to specify a list of modules. services: xorg: Remove WindowMaker as a default fallback. doc/guix.texi | 26 ++++-- gnu/services/xorg.scm | 244 +++++++++++++++++++++++++++++++++++--------------- 2 files changed, 189 insertions(+), 81 deletions(-) -- 2.15.0