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 710537 - List Dialog shows only one line
List Dialog shows only one line
Status: RESOLVED DUPLICATE of bug 702535
Product: zenity
Classification: Core
Component: general
3.8.x
Other Linux
: Normal normal
: ---
Assigned To: Zenity Maintainers
Zenity Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-20 10:28 UTC by Adrian Wyssmann
Modified: 2013-10-25 03:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Zenity List Dialog (19.66 KB, image/png)
2013-10-20 10:28 UTC, Adrian Wyssmann
Details
zenity test (25.59 KB, image/png)
2013-10-20 14:42 UTC, Arx Cruz
Details
Zenity-Test-Arch.png (10.91 KB, image/png)
2013-10-23 23:59 UTC, gimmeespam
Details

Description Adrian Wyssmann 2013-10-20 10:28:02 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
Comment 1 Arx Cruz 2013-10-20 14:42:23 UTC
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.
Comment 2 gimmeespam 2013-10-23 23:59:27 UTC
Created attachment 257983 [details]
Zenity-Test-Arch.png
Comment 3 gimmeespam 2013-10-24 00:00:18 UTC
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
Comment 4 Arx Cruz 2013-10-24 01:03:40 UTC
Is possible you test zenity from git master?
Comment 5 gimmeespam 2013-10-25 03:23:56 UTC
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.
Comment 6 Arx Cruz 2013-10-25 03:41:42 UTC
Cool, so I'm closing this one as a duplicate of 702535.

*** This bug has been marked as a duplicate of bug 702535 ***