revised listview patch

** Bug watch added: GNOME Bug Tracker #673529
   https://bugzilla.gnome.org/show_bug.cgi?id=673529

** Also affects: zenity via
   https://bugzilla.gnome.org/show_bug.cgi?id=673529
   Importance: Unknown
       Status: Unknown

** Bug watch added: Debian Bug tracker #612683
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612683

** Also affects: zenity (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612683
   Importance: Unknown
       Status: Unknown

** Patch added: "git_list_view_segfault.patch"
   
https://bugs.launchpad.net/debian/+source/zenity/+bug/995435/+attachment/3137451/+files/git_list_view_segfault.patch

-- 
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” package in Debian:
  Unknown

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     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to