From 4309bbb18c88009f8f77767eddb1eb91d4f3ebfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Mon, 22 Sep 2025 13:43:27 -0600 Subject: [PATCH] firefox: set higher priority than chromium based ones --- ...gher_priority_than_chromium_based_ones.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 helpers/DATA/firefox/patch_changes/015-set_higher_priority_than_chromium_based_ones.patch diff --git a/helpers/DATA/firefox/patch_changes/015-set_higher_priority_than_chromium_based_ones.patch b/helpers/DATA/firefox/patch_changes/015-set_higher_priority_than_chromium_based_ones.patch new file mode 100644 index 0000000..1a77d79 --- /dev/null +++ b/helpers/DATA/firefox/patch_changes/015-set_higher_priority_than_chromium_based_ones.patch @@ -0,0 +1,17 @@ +diff --git a/debian/firefox.postinst.in b/debian/firefox.postinst.in +index 4cb73f02..44e9261a 100644 +--- a/debian/firefox.postinst.in ++++ b/debian/firefox.postinst.in +@@ -36,10 +36,10 @@ finish_rm_conffile() { + + if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-remove" ] ; then + update-alternatives --install /usr/bin/gnome-www-browser \ +- gnome-www-browser /usr/bin/$MOZ_APP_NAME 40 ++ gnome-www-browser /usr/bin/$MOZ_APP_NAME 240 + + update-alternatives --install /usr/bin/x-www-browser \ +- x-www-browser /usr/bin/$MOZ_APP_NAME 40 ++ x-www-browser /usr/bin/$MOZ_APP_NAME 240 + fi + + if [ "$1" = "configure" ] ; then