Add X-DBUS-ServiceName

BUG: 322
This commit is contained in:
craig.p.drummond
2013-10-30 22:08:51 +00:00
committed by craig.p.drummond
parent e78f59ae31
commit 7aeaea27cd
2 changed files with 3 additions and 1 deletions

View File

@@ -23,4 +23,5 @@ Icon=cantata
Exec=cantata %U
Categories=Qt;KDE;AudioVideo;Player;
X-DBUS-StartupType=Unique
X-DBUS-ServiceName=com.googlecode.cantata
Keywords=Music;MPD;

View File

@@ -3,7 +3,8 @@
#define CANTATA_MAKE_VERSION(a, b, c) (((a) << 16) | ((b) << 8) | (c))
/*
NOTE: If CANTATA_REV_URL is changed, then cantata-dynamac, CMakeLists.txt, and README will need updating.
NOTE: If CANTATA_REV_URL, or CANTATA_URL, are changed, then cantata-dynamac,
CMakeLists.txt, README, and cantata.desktop will need updating.
dbus/com.googlecode.cantata.xml will also need renaming/updating.
*/
#define CANTATA_REV_URL "com.googlecode.cantata"