From: Yaroslav Halchenko Date: Tue, 14 May 2013 15:27:55 +0000 (-0400) Subject: make xfce4-terminal the default terminal X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ba5729b87dfca85101027a5fcb3018e1939c9092;p=neurodebian.git make xfce4-terminal the default terminal --- 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)