This bug was fixed in the package zenity - 3.4.0-0ubuntu4

---------------
zenity (3.4.0-0ubuntu4) precise-proposed; urgency=low

  * debian/patches/git_gio_get_flags.patch:
    - git patch backport to fix zenity running into a cpu loop when using
      the --list option (regression from the previous upload),
      thanks Julian Taylor (lp: #995435)
 -- Sebastien Bacher <[email protected]>   Thu, 10 May 2012 10:13:54 -0700

** Changed in: zenity (Ubuntu Precise)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to zenity in Ubuntu.
https://bugs.launchpad.net/bugs/995435

Title:
  Zenity --list uses 100%cpu and does nothing

Status in Zenity:
  Fix Released
Status in “zenity” package in Ubuntu:
  Triaged
Status in “zenity” source package in Precise:
  Fix Released

Bug description:
  Lubuntu 12.04-64
  Zenity and zenity-common 3.4.0-0ubuntu3 from proposed/main archive.ubuntu.com

  Eternal Lands (MMORPG-client) script (part of script):
  ...
  {
        sort -u $serverfile | tr -d '\015' | grep -v -e ^$ -e ^# | \
        while read name dir server port description
        do
                echo $name
                echo $description
                echo $server
                echo $port
                echo $dir
        done | \
        zenity --title="Eternal Lands Launcher${non_standard}" --width=450 
--height=280 \
                --list \
                --column "Name" \
                --column "Description" \
                --column "Server" \
                --column "Port" \
                --column "Directory" \
                --text "Choose the Server/Configuration - main is the standard"
  }
  ...

  When this script start - zenity get 25% of CPU and 22 Mb RSS and 430
  Mb memory - and nothing (not window, not anything)...

To manage notifications about this bug go to:
https://bugs.launchpad.net/zenity/+bug/995435/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to