summaryrefslogtreecommitdiff
path: root/nongnu/packages/patches
diff options
context:
space:
mode:
Diffstat (limited to 'nongnu/packages/patches')
-rw-r--r--nongnu/packages/patches/makemkv-app-id.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/nongnu/packages/patches/makemkv-app-id.patch b/nongnu/packages/patches/makemkv-app-id.patch
new file mode 100644
index 0000000..b314fd7
--- /dev/null
+++ b/nongnu/packages/patches/makemkv-app-id.patch
@@ -0,0 +1,14 @@
+diff --git a/makemkvgui/src/main.cpp b/makemkvgui/src/main.cpp
+index 73ce457..71f822c 100644
+--- a/makemkvgui/src/main.cpp
++++ b/makemkvgui/src/main.cpp
+@@ -65,6 +65,9 @@ int qMain(int argc, char **argv)
+ #if (QT_VERSION > 0x050000)
+ QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
+ #endif
++ // Ensure the app-id ('makemkv') is set, so that GNOME can show
++ // the correct icon in the dash.
++ QGuiApplication::setDesktopFileName("makemkv");
+
+ CApClient::ITransport* p_trans = NULL;
+