From 62953dfa22001f22dcffff108460fee08570243a Mon Sep 17 00:00:00 2001 From: Dmitry Kann Date: Tue, 1 Nov 2016 22:52:38 +0100 Subject: [PATCH] Removed explicit path to app to make it work with local installs --- indicator-sound-switcher.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indicator-sound-switcher.desktop b/indicator-sound-switcher.desktop index be15b78..1cfd4cf 100644 --- a/indicator-sound-switcher.desktop +++ b/indicator-sound-switcher.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Categories=AudioVideo; Comment=Sound input/output selector indicator. -Exec=/usr/bin/indicator-sound-switcher +Exec=indicator-sound-switcher Hidden=False Icon=indicator-sound-switcher Name=Sound Switcher Indicator