Add X-DBUS-ServiceName
BUG: 322
This commit is contained in:
committed by
craig.p.drummond
parent
e78f59ae31
commit
7aeaea27cd
@@ -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;
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user