summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-18 12:49:29 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-18 12:49:29 +0100
commitbc137792591b1c77fa9221fe1c6ce765a48a86f1 (patch)
tree1274930321f25f1b545a2b242a26d77e4832e656
parent94f27fed01e1f4c9cb876fa5594d11e2bbe3f7bd (diff)
Various fixes for dcpomatic2.
-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