zenity (3.4.0-2) unstable; urgency=low
[ Jordi Mallach ]
* Mark zenity as Multi-Arch: foreign (thanks, Stéphane Graber).
[ Michael Biebl ]
* debian/patches/02_fix_segfault_in_listview.patch: Fix segfault when using
--list option. Patch cherry-picked from upstream Git. Closes: #668292
* Set [email protected] as Maintainer.
-- Michael Biebl <[email protected]> Sat, 12 May 2012 21:12:05 +0200
** Changed in: zenity (Ubuntu)
Status: Triaged => 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:
Fix Released
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