diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-04-02 17:40:35 +0900 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2026-04-12 23:56:03 +0800 |
| commit | aa0aa03c84f0f5e36a3de60f9c356a25d4519e79 (patch) | |
| tree | 76cc642ade50d7fa92411ff11ceb623511754a33 /nongnu/packages/patches/makemkv-app-id.patch | |
| parent | 1c52f17e0327961ed27223fed9801d59005d331c (diff) | |
nongnu: Add makemkv.
* nongnu/packages/patches/makemkv-app-id.patch: New file.
* nongnu/packages/video.scm (makemkv): New variable.
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
Diffstat (limited to 'nongnu/packages/patches/makemkv-app-id.patch')
| -rw-r--r-- | nongnu/packages/patches/makemkv-app-id.patch | 14 |
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; + |
