From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eXpHV-000569-8L for guix-patches@gnu.org; Sat, 06 Jan 2018 09:17:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eXpHS-0000zi-3d for guix-patches@gnu.org; Sat, 06 Jan 2018 09:17:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:57197) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eXpHR-0000zW-Vz for guix-patches@gnu.org; Sat, 06 Jan 2018 09:17:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eXpHR-0001zH-Pq for guix-patches@gnu.org; Sat, 06 Jan 2018 09:17:01 -0500 Subject: [bug#29943] [PATCH] doc: Describe Wayland status. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180102131851.6dde5704@mykolab.com> Date: Sat, 06 Jan 2018 15:16:46 +0100 In-Reply-To: <20180102131851.6dde5704@mykolab.com> (Rutger Helling's message of "Tue, 2 Jan 2018 13:18:51 +0100") Message-ID: <87608ft6lt.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Rutger Helling Cc: 29943@debbugs.gnu.org Hello! Rutger Helling skribis: > From a790d403524df182cdd8aa35931b989234d874cd Mon Sep 17 00:00:00 2001 > From: Rutger Helling > Date: Tue, 2 Jan 2018 13:14:09 +0100 > Subject: [PATCH] doc: Describe Wayland status. > > * doc/guix.texi (Desktop Services): Add a paragraph about the current sta= tus of > Wayland in Guix. Good idea! > +++ b/doc/guix.texi > @@ -45,6 +45,7 @@ Copyright @copyright{} 2017 George Clemmer@* > Copyright @copyright{} 2017 Andy Wingo@* > Copyright @copyright{} 2017 Arun Isaac@* > Copyright @copyright{} 2017 nee > +Copyright @copyright{} 2018 Rutger Helling@* You need @* on the line before yours, but not on yours (it introduces a linebreak). > +The desktop environments in Guix use X11 by default. If you'd like to s/X11/the Xorg display server/ (in an attempt not to assume a too technical audience.) Also, please always put two spaces after an end-of-sentence period, to ensure proper rendering. > +use the more modern display server protocol called Wayland, you need s/more modern/newer/ :-) > +to use the @code{sddm-service} instead of the @code{slim-service} for > +the graphical login manager. You should then select the ``GNOME > +(Wayland)'' session in SDDM. Currently only GNOME has support for > +Wayland. Otherwise LGTM, thanks! Ludo=E2=80=99.