diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-18 12:49:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-18 12:49:29 +0100 |
| commit | bc137792591b1c77fa9221fe1c6ce765a48a86f1 (patch) | |
| tree | 1274930321f25f1b545a2b242a26d77e4832e656 | |
| parent | 94f27fed01e1f4c9cb876fa5594d11e2bbe3f7bd (diff) | |
Various fixes for dcpomatic2.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | platform/linux/dcpomatic.desktop.in | 2 | ||||
| -rw-r--r-- | platform/linux/dcpomatic_batch.desktop.in | 6 | ||||
| -rw-r--r-- | platform/linux/dcpomatic_server.desktop.in | 6 |
4 files changed, 9 insertions, 7 deletions
@@ -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 |
