aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Weiss <luca@z3ntu.xyz>2021-12-06 23:00:37 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-12-08 13:26:32 +0100
commitc8ab74b0ad048003dd5c920353442e12994514b2 (patch)
tree071930d9c5aae00e849304bf900ede2d6bac128d
parent985278afa1081510cfbee9da54ff73fecfba1891 (diff)
downloadayatana-indicator-display-c8ab74b0ad048003dd5c920353442e12994514b2.tar.gz
ayatana-indicator-display-c8ab74b0ad048003dd5c920353442e12994514b2.tar.bz2
ayatana-indicator-display-c8ab74b0ad048003dd5c920353442e12994514b2.zip
Fix wrong Exec= in .desktop file
Previously it was pointing to the path /usr/libexec/ayatana-indicator-display-service instead of /usr/libexec/ayatana-indicator-display/ayatana-indicator-display-service Align the implementation with ayatana-indicator-datetime
-rw-r--r--data/ayatana-indicator-display.desktop.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ayatana-indicator-display.desktop.in b/data/ayatana-indicator-display.desktop.in
index d51920d..3ecc100 100644
--- a/data/ayatana-indicator-display.desktop.in
+++ b/data/ayatana-indicator-display.desktop.in
@@ -1,7 +1,7 @@
[Desktop Entry]
Type=Application
Name=Ayatana Indicator Display
-Exec=@CMAKE_INSTALL_FULL_LIBEXECDIR@/ayatana-indicator-display-service
+Exec=@CMAKE_INSTALL_FULL_LIBEXECDIR@/ayatana-indicator-display/ayatana-indicator-display-service
OnlyShowIn=Unity;MATE;XFCE;Budgie:GNOME;
NoDisplay=true
StartupNotify=false