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.
This commit is contained in:
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

View file

@ -360,8 +360,8 @@ (define-public lightdm-gtk-greeter
(string-append "--with-libxklavier")
(string-append "--enable-at-spi-command="
(search-input-file
%build-inputs "libexec/at-spi-bus-launcher")))
%build-inputs "libexec/at-spi-bus-launcher")
" --launch-immediately"))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'customize-default-config-path