From bc137792591b1c77fa9221fe1c6ce765a48a86f1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 18 Jun 2015 12:49:29 +0100 Subject: Various fixes for dcpomatic2. --- ChangeLog | 2 ++ platform/linux/dcpomatic.desktop.in | 2 +- platform/linux/dcpomatic_batch.desktop.in | 6 +++--- platform/linux/dcpomatic_server.desktop.in | 6 +++--- 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 + * Fixes to Linux .desktop files. + * Stop playback when we reach the end of the film. 2015-06-16 c.hetherington 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 -- cgit v1.2.3