From 77fc0221e5daa8a6764dd6e24a17bdf95f9a013d Mon Sep 17 00:00:00 2001 From: "Josh.5" Date: Mon, 23 Jun 2025 05:13:42 +0000 Subject: [PATCH] Fix incorrect template for setting firefox as the default browser --- .../.local/share/xfce4/helpers/custom-WebBrowser.desktop | 1 - overlay/usr/bin/install_firefox.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/overlay/templates/home_directory_template/.local/share/xfce4/helpers/custom-WebBrowser.desktop b/overlay/templates/home_directory_template/.local/share/xfce4/helpers/custom-WebBrowser.desktop index 32c2dbb..7efd871 100644 --- a/overlay/templates/home_directory_template/.local/share/xfce4/helpers/custom-WebBrowser.desktop +++ b/overlay/templates/home_directory_template/.local/share/xfce4/helpers/custom-WebBrowser.desktop @@ -1,4 +1,3 @@ -"libraryfolders" [Desktop Entry] NoDisplay=true Version=1.0 diff --git a/overlay/usr/bin/install_firefox.sh b/overlay/usr/bin/install_firefox.sh index 3a917d7..78f17a3 100755 --- a/overlay/usr/bin/install_firefox.sh +++ b/overlay/usr/bin/install_firefox.sh @@ -9,7 +9,6 @@ flatpak --user install --assumeyes --or-update flathub org.mozilla.firefox # Configure Firefox as the default browser echo "Configure Firefox..." custom_webbrowser="$(cat <