Browse Source

automatically start at-spi-service if its available (for accessibility)

sisyphus
Dustin Falgout 8 years ago
parent
commit
ed37599fbb
  1. 2
      Makefile
  2. 4
      web-greeter/whither.yml

2
Makefile

@ -18,6 +18,7 @@ endif
# Configuration: Use values from command line if provided, default values otherwise.
at_spi_service ?= True
background_images_dir ?= $(realpath $(DESTDIR)/usr/share/backgrounds)
config_dir ?= $(realpath $(DESTDIR)/etc/lightdm)
debug_mode ?= False
@ -31,6 +32,7 @@ user_image ?= $(themes_dir)/default/img/antergos.png
_apply_config:
@$(SET_CONFIG) at_spi_service $(at_spi_service)
@$(SET_CONFIG) background_images_dir $(background_images_dir)
@$(SET_CONFIG) config_dir $(config_dir)
@$(SET_CONFIG) debug_mode $(debug_mode)

4
web-greeter/whither.yml

@ -5,6 +5,10 @@ WebGreeter:
# Whither's Config
whither:
allow_remote_urls: False
at_spi_service:
enabled: '@at_spi_service@'
command: /usr/lib/at-spi2-core/at-spi-bus-launcher
arg: --launch-immediately
app_id: com.antergos.web-greeter
debug_mode: '@debug_mode@'
entry_point:

Loading…
Cancel
Save