From 2c07f5e8b7dfb36ea2e8fac45b2567e40df68de3 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Wed, 3 Nov 2010 17:00:54 -0400 Subject: [PATCH] Minor improvements. --- debian/changelog | 4 ++-- etc/gconf/20_neurodebian-panel-default-setup.entries | 10 +++++----- tools/nd-vmsetupwizard | 9 ++++++++- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3115cc7..a98f801 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -neurodebian (0.10) squeeze; urgency=low +neurodebian (0.12) squeeze; urgency=low * Initial release. - -- Michael Hanke Wed, 03 Nov 2010 16:53:06 -0400 + -- Michael Hanke Wed, 03 Nov 2010 17:16:49 -0400 diff --git a/etc/gconf/20_neurodebian-panel-default-setup.entries b/etc/gconf/20_neurodebian-panel-default-setup.entries index ce89795..c015dab 100644 --- a/etc/gconf/20_neurodebian-panel-default-setup.entries +++ b/etc/gconf/20_neurodebian-panel-default-setup.entries @@ -270,7 +270,7 @@ applets/applet_2/locked /schemas/apps/panel/objects/locked - false + true @@ -298,7 +298,7 @@ applets/applet_2/position /schemas/apps/panel/objects/position - 711 + 803 @@ -395,14 +395,14 @@ applets/clock_screen0/panel_right_stick /schemas/apps/panel/objects/panel_right_stick - false + true applets/clock_screen0/position /schemas/apps/panel/objects/position - 878 + 1 @@ -648,7 +648,7 @@ applets/notification_area_screen0/position /schemas/apps/panel/objects/position - 1 + -79 diff --git a/tools/nd-vmsetupwizard b/tools/nd-vmsetupwizard index d9f4046..99ae8f9 100755 --- a/tools/nd-vmsetupwizard +++ b/tools/nd-vmsetupwizard @@ -77,7 +77,10 @@ EOT sudo bash -c "mkdir -p $cfg_dir && touch $success_flag" fi -packages=$(zenity --list --checklist --column="Install" --column="Description" \ +# create symlink to shared folder into homedir +[ ! -e $HOME/host ] && ln -s /mnt/host $HOME/host + +packages=$(zenity --list $icon_opt --checklist --column="Install" --column="Description" \ --column="Package Name" --print-column=3 --hide-column=3 --hide-header \ --separator=' ' --text="Please select any additional component that shall be installed. @@ -85,6 +88,7 @@ Please note that this selection will not affect packages already installed on the system. No installed packages will be reinstalled or removed, only additional components will be installed." \ FALSE "Emacs" "emacs" \ +FALSE "GNU Image Manipulation Program (Gimp)" "gimp" \ FALSE "OpenOffice.org" "openoffice.org" \ FALSE "Scientific Python" "ipython,python-numpy,python-matplotlib" \ FALSE "TeX Live" "texlive" \ @@ -98,5 +102,8 @@ if [ -n "$packages" ]; then done fi +# some sane ending +zenity --info $icon_opt --text="Wizard has finished." + # and start greeter x-www-browser http://neuro.debian.net/vm_welcome.html & -- 2.39.2