[Xfce4-commits] [apps/xfce4-volumed-pulse] 16/62: Fix desktop file's exec path
noreply at xfce.org
noreply at xfce.org
Thu Sep 8 10:32:38 CEST 2016
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository apps/xfce4-volumed-pulse.
commit 998fcc86d0358b32f2a529e13569d76d72fea959
Author: Steve Dodier <sidnioulz at gmail.com>
Date: Thu Nov 18 16:37:58 2010 +0100
Fix desktop file's exec path
---
ChangeLog | 3 +++
data/xfce4-volumed.desktop | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 9de7b82..b86387b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-11-18 Steve Dodier <sidnioulz at gmail.com>
+ * Fix xfce4-volumed.desktop's exec argument (fixes lp #538407)
+
2010-11-02 Steve Dodier <sidnioulz at gmail.com>
* Bind all variants of the volume keys with modifiers (fixes lp #665146)
diff --git a/data/xfce4-volumed.desktop b/data/xfce4-volumed.desktop
index 7994e66..8ac7dc7 100644
--- a/data/xfce4-volumed.desktop
+++ b/data/xfce4-volumed.desktop
@@ -7,5 +7,5 @@ Name=XFCE Volume Daemon
Name[fr_FR]=Démon de volume XFCE
Comment=Daemon managing the volume multimedia keys and displaying volume notifications
Comment[fr_FR]=Démon gérant les touches multimédia liées au volume et affichant des notifications de volume
-Exec=/usr/bin/xfce4-volumed
+Exec=xfce4-volumed
OnlyShowIn=XFCE;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list