summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2019-04-23 19:24:54 +0200
committerHolger Paradies <retabell@gmx.de>2019-04-23 19:26:42 +0200
commit73f0f6ed499938bd927a236abe3ee3f527cd0e13 (patch)
tree3ae8958e98e9197fb6659b5e8102127b29821a35
parenta82ed2fa9315467a9bba9a35adfd67d37df82c7a (diff)
downloadkanotix-73f0f6ed499938bd927a236abe3ee3f527cd0e13.zip
kanotix-73f0f6ed499938bd927a236abe3ee3f527cd0e13.tar.gz
set alternative gnome-www-browser lxterminal
is still used by some packages, for example hexchat
-rwxr-xr-xconfig/chroot_local-hooks/08-appdefaults6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/08-appdefaults b/config/chroot_local-hooks/08-appdefaults
index 4e54e83..e30e1b3 100755
--- a/config/chroot_local-hooks/08-appdefaults
+++ b/config/chroot_local-hooks/08-appdefaults
@@ -4,10 +4,16 @@ update-alternatives --set pager /usr/bin/most || true
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/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/firefox-esr || true
+update-alternatives --set gnome-www-browser /usr/bin/firefox || true
update-alternatives --set x-session-manager /usr/bin/startlxde || true
update-alternatives --set x-session-manager /usr/bin/startkde || true
update-alternatives --set editor /usr/bin/vim.basic || true
update-alternatives --set editor /usr/bin/mcedit || true
update-alternatives --set x-cursor-theme /etc/X11/cursors/oxy-black.theme || true
+update-alternatives --set x-terminal-emulator /usr/bin/lxterminal || true