From ba5729b87dfca85101027a5fcb3018e1939c9092 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 14 May 2013 11:27:55 -0400 Subject: [PATCH] make xfce4-terminal the default terminal --- vm/d-i/wheezy/initial_setup | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/vm/d-i/wheezy/initial_setup b/vm/d-i/wheezy/initial_setup index d040a4e..f44c647 100755 --- a/vm/d-i/wheezy/initial_setup +++ b/vm/d-i/wheezy/initial_setup @@ -133,14 +133,12 @@ apt-get install --no-install-recommends -y \ chromium-browser \ sudo neurodebian-desktop update-notifier -# "Slightly" better terminal by default -# TODO: might want to change default bg color to black there -apt-get install -y rxvt-unicode -update-alternatives --set x-terminal-emulator /usr/bin/urxvt +# Assure having xfce4 terminal and it being default one +apt-get install -y xfce4-terminal +update-alternatives --set x-terminal-emulator /usr/bin/xfce4-terminal # XXX last ones are actually pulled it by neurodebian-guest-additions whenever we -# resolve their destiny ;-) a;though it might be pooling too much, eg exim4 - +# resolve their destiny ;-) although it might be pooling too much, eg exim4 # Clean-up installed development files which got pulled in for # VM guest additions (to build kernel modules via DKMS) -- 2.39.2