summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/meson.build2
-rw-r--r--data/totem.thumbnailer.in1
-rw-r--r--data/totem.thumbnailer.meson4
3 files changed, 2 insertions, 5 deletions
diff --git a/data/meson.build b/data/meson.build
index f75752795..1a4f56740 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -100,7 +100,7 @@ thumbnailer_conf.set('MIME_TYPE', r.stdout().strip())
thumbnailer = 'totem.thumbnailer'
configure_file(
- input: thumbnailer + '.meson',
+ input: thumbnailer + '.in',
output: thumbnailer,
install: true,
install_dir: join_paths(totem_datadir, 'thumbnailers'),
diff --git a/data/totem.thumbnailer.in b/data/totem.thumbnailer.in
index 45be6e244..650a92696 100644
--- a/data/totem.thumbnailer.in
+++ b/data/totem.thumbnailer.in
@@ -1,3 +1,4 @@
[Thumbnailer Entry]
TryExec=@BINDIR@/totem-video-thumbnailer
Exec=@BINDIR@/totem-video-thumbnailer -s %s %u %o
+@MIME_TYPE@
diff --git a/data/totem.thumbnailer.meson b/data/totem.thumbnailer.meson
deleted file mode 100644
index 650a92696..000000000
--- a/data/totem.thumbnailer.meson
+++ /dev/null
@@ -1,4 +0,0 @@
-[Thumbnailer Entry]
-TryExec=@BINDIR@/totem-video-thumbnailer
-Exec=@BINDIR@/totem-video-thumbnailer -s %s %u %o
-@MIME_TYPE@