Public bug reported:

Package: ltsp-server 5.1.98-0ubuntu1
File: 010-fat-client

The 010-fat-client plugin doesn't work if [ed|x|k]ubuntu-desktop is
installed on the server, and the user used `ltsp-build-image --fat-
client`  (as opposed to `ltsp-build-image --fat-client-desktop X`).

Patch:
        if [ -n "$option_fat_client_desktop_value" ]; then
            export fat_client_desktop="$option_fat_client_desktop_value"
        else
            export fat_client_desktop=ubuntu-desktop
            for cdd in ed x k; do
                if [ $(dpkg-query -W --showformat='${Package}' 
${cdd}ubuntu-desktop 2>/dev/null) ]; then
                        export fat_client_desktop=${ccd}ubuntu-desktop
-                     return
+                     break
                fi
            done
        fi

** Affects: ltsp (Ubuntu)
     Importance: Undecided
     Assignee: Jonathan Carter (jonathan)
         Status: New

** Changed in: ltsp (Ubuntu)
     Assignee: (unassigned) => Jonathan Carter (jonathan)

-- 
010-fat-client only works with ubuntu-desktop
https://bugs.launchpad.net/bugs/504620
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to