From 73f0f6ed499938bd927a236abe3ee3f527cd0e13 Mon Sep 17 00:00:00 2001
From: Holger Paradies <retabell@gmx.de>
Date: Tue, 23 Apr 2019 19:24:54 +0200
Subject: set alternative gnome-www-browser lxterminal

is still used by some packages, for example hexchat
---
 config/chroot_local-hooks/08-appdefaults | 6 ++++++
 1 file changed, 6 insertions(+)

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
-- 
cgit v1.0