unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#39402: [PATCH] services: xorg: Filter modules based on system
       [not found] <evAew3yyJNr0SqI1AgxiGVIl0U_g3IusnP6yU_dayQTEaXhO1PF4UHKf2jBOt8QX8Kkf8pA1K4u1LnmJXuVGB1xcKORYfufAx-mFwojF6_0=@protonmail.com>
@ 2020-02-15 23:04 ` Jakub Kądziołka
  0 siblings, 0 replies; only message in thread
From: Jakub Kądziołka @ 2020-02-15 23:04 UTC (permalink / raw)
  To: shtwzrd; +Cc: 39402-done, 39535-done

[-- Attachment #1: Type: text/plain, Size: 1764 bytes --]

On Sun, Feb 09, 2020 at 09:31:09PM +0000, shtwzrd wrote:
> @@ -356,7 +361,7 @@ in @var{config}, are available.  The result should be used in place of
>      #~(apply execl #$X #$X ;; Second #$X is for argv[0].
>               "-logverbose" "-verbose" "-terminate"
>               #$@(xorg-configuration-server-arguments config)
> -              (cdr (command-line))))
> +             (cdr (command-line))))
>  
>    (program-file "startx" exp))
>  
> @@ -477,7 +482,7 @@ desktop session from the system or user profile will be used."
>    (auto-login? slim-configuration-auto-login?
>                 (default #f))
>    (default-user slim-configuration-default-user
> -                (default ""))
> +    (default ""))
>    (theme slim-configuration-theme
>           (default %default-slim-theme))
>    (theme-name slim-configuration-theme-name
> @@ -870,10 +875,10 @@ the GNOME desktop environment.")
>                     "Enable=" (if (gdm-configuration-debug? config)
>                                   "true"
>                                   "false") "\n"
> -                   "\n"
> -                   "[security]\n"
> -                   "#DisallowTCP=true\n"
> -                   "#AllowRemoteAutoLogin=false\n"))
> +                                 "\n"
> +                                 "[security]\n"
> +                                 "#DisallowTCP=true\n"
> +                                 "#AllowRemoteAutoLogin=false\n"))
>  
>  (define (gdm-pam-service config)
>    "Return a PAM service for @command{gdm}."
Looks like you reformatted the file by accident. Apart from that, LGTM,
so pushed as 779d96c9b0ee38cbaca9f8577e6cc7f907fb29cb after removing the
formatting mishap.

Thanks for the patch!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-15 23:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <evAew3yyJNr0SqI1AgxiGVIl0U_g3IusnP6yU_dayQTEaXhO1PF4UHKf2jBOt8QX8Kkf8pA1K4u1LnmJXuVGB1xcKORYfufAx-mFwojF6_0=@protonmail.com>
2020-02-15 23:04 ` bug#39402: [PATCH] services: xorg: Filter modules based on system Jakub Kądziołka

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).