me
/
guix
Archived
1
0
Fork 0

gnu: lightdm-gtk-greeter: Adjust --enable-at-spi-command value.

* gnu/packages/display-managers.scm (lightdm-gtk-greeter)
[configure-flags]: Add the '--launch-immediately' option to the
at-spi-bus-launcher to match what is used in the source.
master
Maxim Cournoyer 2022-08-09 01:06:28 -04:00
parent 20c8fb042c
commit 0e76781df4
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -360,8 +360,8 @@ display manager which supports different greeters.")
(string-append "--with-libxklavier") (string-append "--with-libxklavier")
(string-append "--enable-at-spi-command=" (string-append "--enable-at-spi-command="
(search-input-file (search-input-file
%build-inputs "libexec/at-spi-bus-launcher"))) %build-inputs "libexec/at-spi-bus-launcher")
" --launch-immediately"))
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'customize-default-config-path (add-after 'unpack 'customize-default-config-path