GNOME Bugzilla – Bug 710537
List Dialog shows only one line
Last modified: 2013-10-25 03:41:42 UTC
Created attachment 257741 [details] Zenity List Dialog When using the --list option with Zenity, it shows only the header and one line even so I pass a long list of items to the dialog. To be able to select another entry, I have to scroll withing the single line (see screenshot attached to bug). Here my call of zenity: zenity --list --width=$width --height=800 --title "$title" --editable --radiolist --column "Pick" --column "Filename" --column "Area" $options I'm having zenity-3.8.0-1
Created attachment 257761 [details] zenity test Hi, I'm not sure if that's a bug. I've tested with the same zenity version (I guess you're using ubuntu) and I didn't saw your bug: zenity --list --width=600 --height=600 --title "Titulo" --editable --radiolist --column "Pick" --column "Filename" --column "Area" true bbbbbbbbbb ccccccccccccc true dddddd eeeeee It's working as it's supposed to be.
Created attachment 257983 [details] Zenity-Test-Arch.png
Comment on attachment 257983 [details] Zenity-Test-Arch.png I can reproduce the bug using current Arch Linux, Zenity v3.8.0, gtk v3.10.2. I use Openbox without GNOME. See attached screenshot "Zenity-Test-Arch.png", which is the output of: zenity --list --width=600 --height=600 --title "Titulo" --editable --radiolist --column "Pick" --column "Filename" --column "Area" true bbbbbbbbbb ccccccccccccc true dddddd eeeeee
Is possible you test zenity from git master?
I don't know how to compile from git, but I was able to compile v3.8.0 with the patch 80bc8ce643979fec201c4ebd5cd6405b6310357f (https://git.gnome.org/browse/zenity/patch/?id=80bc8ce643979fec201c4ebd5cd6405b6310357f) by modifying the Arch Linux PKGBUILD. v3.8.0 + patch 80bc8ce643979fec201c4ebd5cd6405b6310357f works correctly on my system.
Cool, so I'm closing this one as a duplicate of 702535. *** This bug has been marked as a duplicate of bug 702535 ***