diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | tests/test-libappindicator.desktop | 15 |
2 files changed, 8 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac index 7c067e9..5c5c52b 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ GTK_REQUIRED_VERSION=2.18 GTK3_REQUIRED_VERSION=2.91 GLIB_REQUIRED_VERSION=2.26 GIO_REQUIRED_VERSION=2.26 -INDICATOR_REQUIRED_VERSION=0.3.5 +INDICATOR_REQUIRED_VERSION=0.4.93 DBUSMENUGTK_REQUIRED_VERSION=0.5.90 DBUS_GLIB_REQUIRED_VERSION=0.82 diff --git a/tests/test-libappindicator.desktop b/tests/test-libappindicator.desktop index f8a72f3..4747030 100644 --- a/tests/test-libappindicator.desktop +++ b/tests/test-libappindicator.desktop @@ -5,20 +5,19 @@ Comment=This is only a test Exec=/usr/bin/false Terminal=false Type=Application -X-Ayatana-Desktop-Shortcuts=Short1;Short2;Short3; -TargetEnvironment=Test Program; +Actions=Short1;Short2;Short3; -[Short1 Shortcut Group] +[Desktop Action Short1] Name=Shortcut 1 Exec=/usr/bin/true -TargetEnvironment=Test Program; +OnlyShowIn=Test Program; -[Short2 Shortcut Group] +[Desktop Action Short2] Name=Shortcut 2 Exec=/usr/bin/true -TargetEnvironment=Test Program; +OnlyShowIn=Test Program; -[Short3 Shortcut Group] +[Desktop Action Short3] Name=Shortcut 3 Exec=/usr/bin/true -TargetEnvironment=Test Program; +OnlyShowIn=Test Program; |