diff options
-rwxr-xr-x | config/chroot_local-hooks/08-appdefaults | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/08-appdefaults b/config/chroot_local-hooks/08-appdefaults index e30e1b3..b48b126 100755 --- a/config/chroot_local-hooks/08-appdefaults +++ b/config/chroot_local-hooks/08-appdefaults @@ -5,10 +5,12 @@ update-alternatives --set x-window-manager /usr/bin/openbox || true update-alternatives --set x-window-manager /usr/bin/kwin || true update-alternatives --set x-www-browser /usr/bin/iceweasel || true update-alternatives --set x-www-browser /usr/bin/midori || true +update-alternatives --set x-www-browser /usr/bin/netsurf-gtk || true update-alternatives --set x-www-browser /usr/bin/firefox-esr || true update-alternatives --set x-www-browser /usr/bin/firefox || true update-alternatives --set gnome-www-browser /usr/bin/iceweasel || true update-alternatives --set gnome-www-browser /usr/bin/midori || true +update-alternatives --set gnome-www-browser /usr/bin/netsurf-gtk || true update-alternatives --set gnome-www-browser /usr/bin/firefox-esr || true update-alternatives --set gnome-www-browser /usr/bin/firefox || true update-alternatives --set x-session-manager /usr/bin/startlxde || true |