From a2bcea28c4ceba04b43daf613a8c60f54be01ae1 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Sat, 25 Feb 2017 15:30:02 -0600 Subject: [PATCH] disable starting at-spi daemon when greeter loads as it causes the greeter to hang. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 58eb4e71..70e0b632 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ endif # Configuration: Use values from command line if provided, default values otherwise. -at_spi_service ?= True +at_spi_service ?= False background_images_dir ?= $(abspath $(PREFIX)/share/backgrounds) config_dir ?= $(abspath /etc/lightdm) debug_mode := False