[Xfce4-commits] <xfce4-volumed:master> Fix desktop file's exec path
Steve Dodier
noreply at xfce.org
Thu Nov 18 17:00:01 CET 2010
Updating branch refs/heads/master
to 998fcc86d0358b32f2a529e13569d76d72fea959 (commit)
from 8f2d0d10348453a29036007133cae657da68d9b3 (commit)
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 deletions(-)
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;
More information about the Xfce4-commits
mailing list