summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--platform/linux/dcpomatic.desktop.in2
-rw-r--r--platform/linux/dcpomatic_batch.desktop.in6
-rw-r--r--platform/linux/dcpomatic_server.desktop.in6
4 files changed, 9 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index de25e3146..64f4022fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2015-06-18 Carl Hetherington <cth@carlh.net>
+ * Fixes to Linux .desktop files.
+
* Stop playback when we reach the end of the film.
2015-06-16 c.hetherington <cth@carlh.net>
diff --git a/platform/linux/dcpomatic.desktop.in b/platform/linux/dcpomatic.desktop.in
index a950f35e9..f368d2086 100644
--- a/platform/linux/dcpomatic.desktop.in
+++ b/platform/linux/dcpomatic.desktop.in
@@ -5,6 +5,6 @@ Type=Application
Terminal=false
Exec=@INSTALL_PREFIX@/bin/dcpomatic2
Name=DCP-o-matic 2
-Icon=dcpomatic
+Icon=dcpomatic2
Comment=DCP generator
Categories=AudioVideo;Video
diff --git a/platform/linux/dcpomatic_batch.desktop.in b/platform/linux/dcpomatic_batch.desktop.in
index ec32a7353..23eb2e4a1 100644
--- a/platform/linux/dcpomatic_batch.desktop.in
+++ b/platform/linux/dcpomatic_batch.desktop.in
@@ -3,8 +3,8 @@ Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
-Exec=@INSTALL_PREFIX@/bin/dcpomatic_batch
-Name=DCP-o-matic Batch Converter
-Icon=dcpomatic
+Exec=@INSTALL_PREFIX@/bin/dcpomatic2_batch
+Name=DCP-o-matic 2 Batch Converter
+Icon=dcpomatic2
Comment=DCP generator
Categories=AudioVideo;Video
diff --git a/platform/linux/dcpomatic_server.desktop.in b/platform/linux/dcpomatic_server.desktop.in
index c51c2778a..f28ab052f 100644
--- a/platform/linux/dcpomatic_server.desktop.in
+++ b/platform/linux/dcpomatic_server.desktop.in
@@ -3,8 +3,8 @@ Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
-Exec=@INSTALL_PREFIX@/bin/dcpomatic_server
-Name=DCP-o-matic Encode Server
-Icon=dcpomatic
+Exec=@INSTALL_PREFIX@/bin/dcpomatic2_server
+Name=DCP-o-matic 2 Encode Server
+Icon=dcpomatic2
Comment=DCP generator
Categories=AudioVideo;Video