From bfee4b810e4dee43ce43654aea1ab546f08ac225 Mon Sep 17 00:00:00 2001 From: Marcus Carr Date: Fri, 28 Aug 2026 01:27:19 -0400 Subject: [PATCH 1/2] Use active snap path for Java setting --- scripts/makemkv-launch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/makemkv-launch b/scripts/makemkv-launch index 43c69d4..fb38916 100755 --- a/scripts/makemkv-launch +++ b/scripts/makemkv-launch @@ -9,7 +9,7 @@ if [ ! -f $SNAP_USER_DATA/.MakeMKV/settings.conf ]; then app_DestinationDir = "$SNAP_REAL_HOME" app_DestinationType = "2" -app_Java = "/snap/makemkv/current/usr/bin/java" +app_Java = "$SNAP/usr/bin/java" app_Key = "" app_PreferredLanguage = "" dvd_MinimumTitleLength = "300" @@ -21,8 +21,8 @@ else sed -i -E 's|(app_DestinationDir = )""|\1"'"$SNAP_REAL_HOME"'"|' $SNAP_USER_DATA/.MakeMKV/settings.conf fi if grep -q 'app_Java = ""' $SNAP_USER_DATA/.MakeMKV/settings.conf; then - sed -i -E 's|(app_Java = )""|\1"/snap/makemkv/current/usr/bin/java"|' $SNAP_USER_DATA/.MakeMKV/settings.conf + sed -i -E "s|(app_Java = )\"\"|\\1\"$SNAP/usr/bin/java\"|" "$SNAP_USER_DATA/.MakeMKV/settings.conf" fi fi -exec "$@" \ No newline at end of file +exec "$@" From ccf90c6905c20e29f5cf6cf3d62a52ea5599bda8 Mon Sep 17 00:00:00 2001 From: Marcus Carr Date: Fri, 28 Aug 2026 01:29:08 -0400 Subject: [PATCH 2/2] Clarify README project description --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c69abcb..f0a51f9 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ MakeMKV -

This is the snap for MakeMKV, "Backup your Bluray and DVD discs". It works on Ubuntu, Fedora, Debian, and other major Linux -distributions.

+

This is the snap for MakeMKV, a tool for backing up Blu-ray and DVD discs on Linux. It works on Ubuntu, Fedora, Debian, and other major Linux distributions.

[![makemkv](https://snapcraft.io/makemkv/badge.svg)](https://snapcraft.io/makemkv) [![makemkv](https://snapcraft.io/makemkv/trending.svg?name=0)](https://snapcraft.io/makemkv)