From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eIj8E-0000jl-0y for guix-patches@gnu.org; Sat, 25 Nov 2017 17:41:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eIj8A-0005RP-Tr for guix-patches@gnu.org; Sat, 25 Nov 2017 17:41:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:49631) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eIj8A-0005Qm-Pd for guix-patches@gnu.org; Sat, 25 Nov 2017 17:41:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eIj8A-0005be-G6 for guix-patches@gnu.org; Sat, 25 Nov 2017 17:41:02 -0500 Subject: [bug#29447] [PATCH 0/2] Make Xorg modules configurable, remove WindowMaker dependency Resent-Message-ID: Date: Sat, 25 Nov 2017 22:39:25 +0000 From: ng0 Message-ID: <20171125223925.qhtdnpkjl25fvls2@abyayala> References: <20171125222737.3255-1-ludo@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2czpaoftthatpyv3" Content-Disposition: inline In-Reply-To: <20171125222737.3255-1-ludo@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 29447@debbugs.gnu.org --2czpaoftthatpyv3 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s transcribed 1.0K bytes: > Hi, >=20 > The first patch here cleans up =E2=80=98xorg-configuration-file=E2=80=99 = et al. such > that users can pass a list of modules to use (until now the list of > modules was hard-coded in =E2=80=98xorg-configuration-file=E2=80=99.) >=20 > 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. >=20 > The downside is that if no package provides a .dekstop file, then login > fails. I think that=E2=80=99s acceptable though, because people expect to > specify a list of window managers in the =E2=80=98packages=E2=80=99 field= anyway, as > show in the lightweight-desktop example. >=20 > Thoughts? Overall, good. What I think is lacking is that we add in the Documentation that adding a WM/DM is necessary to get started. It might sound like a little too much of a Cpt. Obvious, but we can't assume everyone understand the implications of not defining a WM/DM in the config. > Ludo=E2=80=99. >=20 > Ludovic Court=C3=A8s (2): > services: xorg: Allow users to specify a list of modules. > services: xorg: Remove WindowMaker as a default fallback. >=20 > doc/guix.texi | 26 ++++-- > gnu/services/xorg.scm | 244 +++++++++++++++++++++++++++++++++++---------= ------ > 2 files changed, 189 insertions(+), 81 deletions(-) >=20 > --=20 > 2.15.0 >=20 >=20 >=20 >=20 >=20 --=20 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://d.n0.is/dist/keys/ WWW: https://n0.is --2czpaoftthatpyv3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAloZ8R0ACgkQ4i+bv+40 hYiyNQ//UKB8VvUokUwrBhHYfhyM2tMlBbaIsQyRR07IqRR45D6YVTCcXptCIfXu Uw9dYkialepY4u2LmPkOmM09c3tCUawFbLGjMYf8o3V6E1oacJXIKbT4KGfIXgto Z0eAJDeeMPJwtDsb0ppa9PH2q2XBHM//xGMDDtrC5AvlWkVokAnfekbAbaPVcZIC GvKe85VYuvUnObDciRIi6QYp5C0cWRRCAswJZKxIO4mZQidikGWTG9yI5OsRrzeN AZSKAF/TiYtadETC8uMOHbLex3dBiEUnzyND9XRvKSJeso1HLMlCnFIkS42Rwco6 +Dg5q03cN1lu7ueWUplwExbtHdglRyef6wp/i4fs3P7x2B0zVwpuO3jEuku3SbgZ EFKG/L3P6LiOFNfsa+3Gi9iKOyydP1sX9qnpVB8//3G9LvYRJTAZvimPW7ubnlhM rg2oHRWLOaEmUKgsGczG3pNfy6vWFgzgdrHzC7jylgqQAUqDf9talBlliXsnBMzd agBqajLsloxbvL+FuC1GBN5gjnIq5iAo8kIu7fSexf4NjkxAX9e2fMHJXM+t4UN2 Tgf5FIcC+mpnTvJqyO2ytTLTICg+rRcZEMk6vUM3Upv7p4r6Um8d8xsKEvlCbHNv CW/DWmmbWIgwDvm4UIzZ2YsK1ViYRysGUrpezkpJC+PBvhDiqHQ= =ntf/ -----END PGP SIGNATURE----- --2czpaoftthatpyv3--