~ubuntu-branches/ubuntu/trusty/uck/trusty

« back to all changes in this revision

Viewing changes to uck-gui

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-06-13 18:56:09 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20120613185609-xvi9vrphrwqlrmit
Tags: 2.4.6-0ubuntu1
* New upstream release:
  - Unity was added to the desktop manager choice (LP: #946404)
  - A bug with /etc/resolv.con on precise was fixed (LP: #946480)
  - Fix a bug with xubuntu-terminal (LP: #892590)
  - Deactivate grub-probe when chrooting (LP: #956495)
  - Add 64x64 px icon (LP: #970827)
* wrap-and-sort -a -s
* Bump Standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
if [ -z "$CD_LANGS" ] ; then
215
215
        DESKTOP_TYPES=""
216
216
else
217
 
        DESKTOP_TYPES=`dialog_multi_choice $'Please choose desktop environments which will be present on customized CD\n(you can choose more than one)' kde gnome others`
 
217
        DESKTOP_TYPES=`dialog_multi_choice $'Please choose desktop environments which will be present on customized CD\n(you can choose more than one)' unity gnome kde others`
 
218
        if [ "$DESKTOP_TYPES" = "unity" ]; then
 
219
                DESKTOP_TYPES="gnome"
 
220
        fi
218
221
        if [ "$DESKTOP_TYPES" = "others" ]; then
219
222
                DESKTOP_TYPES=""
220
223
        fi