[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#57168] [PATCH 08/14] gnu: lightdm-gtk-greeter: Adjust --enable-at-s
From: |
Maxim Cournoyer |
Subject: |
[bug#57168] [PATCH 08/14] gnu: lightdm-gtk-greeter: Adjust --enable-at-spi-command value. |
Date: |
Sat, 13 Aug 2022 02:54:27 -0400 |
* 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.
---
gnu/packages/display-managers.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/display-managers.scm
b/gnu/packages/display-managers.scm
index 6fbefafe7d..d6cf9445c6 100644
--- a/gnu/packages/display-managers.scm
+++ b/gnu/packages/display-managers.scm
@@ -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
--
2.36.1
- [bug#57168] [PATCH 00/14] Add a LightDM service., Maxim Cournoyer, 2022/08/13
- [bug#57168] [PATCH 01/14] services: configuration: Add a 'maybe-value-set?' procedure., Maxim Cournoyer, 2022/08/13
- [bug#57168] [PATCH 07/14] gnu: lightdm-gtk-greeter: Adjust default config file path., Maxim Cournoyer, 2022/08/13
- [bug#57168] [PATCH 02/14] gnu: accountsservice: Update to 22.08.8, enable doc and test suite., Maxim Cournoyer, 2022/08/13
- [bug#57168] [PATCH 06/14] gnu: lightdm-gtk-greeter: Enable libklavier support., Maxim Cournoyer, 2022/08/13
- [bug#57168] [PATCH 03/14] gnu: accountsservice: Provide a means to locate extensions., Maxim Cournoyer, 2022/08/13
- [bug#57168] [PATCH 14/14] services: Add lightdm-service-type., Maxim Cournoyer, 2022/08/13
- [bug#57168] [PATCH 08/14] gnu: lightdm-gtk-greeter: Adjust --enable-at-spi-command value.,
Maxim Cournoyer <=
- [bug#57168] [PATCH 12/14] marionette: Improve the error message of 'wait-for-screen-text'., Maxim Cournoyer, 2022/08/13
- [bug#57168] [PATCH 10/14] gnu: lightdm: Apply patch to allow using VNC options., Maxim Cournoyer, 2022/08/13
- [bug#57168] [PATCH 09/14] gnu: lightdm: Apply patch to fix a problem with VNC integration., Maxim Cournoyer, 2022/08/13
- [bug#57168] [PATCH 11/14] gnu: lightdm: Apply patch to fix color depth issue with VNC., Maxim Cournoyer, 2022/08/13
- [bug#57168] [PATCH 04/14] gnu: lightdm-gtk-greeter: Add GDK_PIXBUF_MODULE_FILE to wrapper., Maxim Cournoyer, 2022/08/13
- [bug#57168] [PATCH 05/14] gnu: lightdm-gtk-greeter: Use the glib-or-gtk-wrap phase as-is., Maxim Cournoyer, 2022/08/13
- [bug#57168] [PATCH 13/14] build: marionette: Add support for Tesseract OCR., Maxim Cournoyer, 2022/08/13