Set default browser to Firefox since it's pre-installed

This way it doesn't get overridden the first time the user installs a
new browser that isn't Firefox.

Fixes #49
This commit is contained in:
Nate Graham
2024-11-03 07:39:14 -07:00
parent 6662aee876
commit 1f31bf3fee

View File

@@ -87,3 +87,6 @@ rm -rf /.cache
## Don't expose any X11 sessions; we're all-in on Wayland.
rm -rf /usr/share/xsessions/
## Replace Falkon with Firefox as the default browser, since that's what we pre-install.
sed -i 's/org.kde.falkon.desktop/org.mozilla.firefox.desktop/' /usr/share/applications/kde-mimeapps.list