mirror of
https://github.com/KDE/kde-linux.git
synced 2026-02-14 18:02:43 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user