After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 624276 - zenity --list breaks randomly
zenity --list breaks randomly
Status: RESOLVED FIXED
Product: zenity
Classification: Core
Component: general
3.0.x
Other Linux
: Normal normal
: ---
Assigned To: Zenity Maintainers
Zenity Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-07-13 19:55 UTC by Victor Vargas
Modified: 2011-09-24 23:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Victor Vargas 2010-07-13 19:55:51 UTC
This report was originally filled at:
https://bugs.edge.launchpad.net/ubuntu/+source/zenity/+bug/329428

Steps to reproduce this issue:

Examples:
echo {1..999}$'\n' | zenity --list --column numbers
Breaks at 841

echo a{1..1999}$'\n' | zenity --list --column numbers
Breaks at a1036

echo aa{1..1999}$'\n' | zenity --list --column numbers
Breaks at aa747
Comment 1 Arx Cruz 2011-09-24 23:54:17 UTC
Hello,

It's fixed on 3.0.x series. I wasn't able to reproduce. I've done many changes on list and seems to be fixed now.