From a6da2af97cd417fef20ac3ee23550ee05d7598ce Mon Sep 17 00:00:00 2001 From: tumillanino Date: Wed, 8 Apr 2026 09:05:59 +1000 Subject: [PATCH] fixed issue breaking Zen install --- files/system/usr/etc/skel/.config/mimeapps.list | 12 ++++++++++++ recipes/common/flatpak-packages.yml | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 files/system/usr/etc/skel/.config/mimeapps.list diff --git a/files/system/usr/etc/skel/.config/mimeapps.list b/files/system/usr/etc/skel/.config/mimeapps.list new file mode 100644 index 0000000..a969076 --- /dev/null +++ b/files/system/usr/etc/skel/.config/mimeapps.list @@ -0,0 +1,12 @@ +[Default Applications] +text/html=app.zen_browser.zen.desktop +x-scheme-handler/http=app.zen_browser.zen.desktop +x-scheme-handler/https=app.zen_browser.zen.desktop +x-scheme-handler/ftp=app.zen_browser.zen.desktop +x-scheme-handler/chrome=app.zen_browser.zen.desktop +application/x-extension-htm=app.zen_browser.zen.desktop +application/x-extension-html=app.zen_browser.zen.desktop +application/x-extension-shtml=app.zen_browser.zen.desktop +application/xhtml+xml=app.zen_browser.zen.desktop +application/x-extension-xhtml=app.zen_browser.zen.desktop +application/x-extension-xht=app.zen_browser.zen.desktop diff --git a/recipes/common/flatpak-packages.yml b/recipes/common/flatpak-packages.yml index db974b4..aa10bd9 100644 --- a/recipes/common/flatpak-packages.yml +++ b/recipes/common/flatpak-packages.yml @@ -1,8 +1,8 @@ modules: - type: default-flatpaks + notify: true configurations: - - notify: true - scope: system + - scope: system install: - org.tenacityaudio.Tenacity - app.zen_browser.zen