[at-spi2-core: 1/2] Make at-spi-dbus-bus.desktop Validate
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core: 1/2] Make at-spi-dbus-bus.desktop Validate
- Date: Thu, 18 Jun 2020 21:19:52 +0000 (UTC)
commit 378bd13783a76da34e7588b6ff11b1535fec1a09
Author: worldofpeace <worldofpeace protonmail ch>
Date: Wed Jun 17 23:30:32 2020 +0000
Make at-spi-dbus-bus.desktop Validate
Else desktop-file-validate fails with:
```
error: value "GSETTINGS org.gnome.desktop.interface toolkit-accessibility" for key "AutostartCondition"
in group "Desktop Entry" contains an unregistered value "GSETTINGS" for the condition; values extending the
format should start with "X-"
```
bus/at-spi-dbus-bus.desktop.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/bus/at-spi-dbus-bus.desktop.in b/bus/at-spi-dbus-bus.desktop.in
index b3c90bd..a45d27e 100644
--- a/bus/at-spi-dbus-bus.desktop.in
+++ b/bus/at-spi-dbus-bus.desktop.in
@@ -4,6 +4,6 @@ Name=AT-SPI D-Bus Bus
Exec=@libexecdir@/at-spi-bus-launcher --launch-immediately
OnlyShowIn=GNOME;Unity;
NoDisplay=true
-AutostartCondition=GSETTINGS org.gnome.desktop.interface toolkit-accessibility
+AutostartCondition=GSettings org.gnome.desktop.interface toolkit-accessibility
X-GNOME-AutoRestart=true
X-GNOME-Autostart-Phase=Initialization
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]