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 721604 - Using --list, the window is unreasonable low
Using --list, the window is unreasonable low
Status: RESOLVED OBSOLETE
Product: zenity
Classification: Core
Component: general
3.8.x
Other Linux
: Normal normal
: ---
Assigned To: Zenity Maintainers
Zenity Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-05 23:30 UTC by Alec Leamas
Modified: 2014-08-31 10:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot fropm example, initial window size. (17.05 KB, image/png)
2014-01-05 23:30 UTC, Alec Leamas
Details
Same example, after trying to make the window larger (21.19 KB, image/png)
2014-01-05 23:31 UTC, Alec Leamas
Details

Description Alec Leamas 2014-01-05 23:30:04 UTC
Created attachment 265402 [details]
Screenshot fropm example, initial window size.

Using the --list option, one would expect that the complete list is visible, as long as screen size permits. However, even modest list are confined to a window barely high enough for one line. (attachment 1 [details])

Also, when making the overall zenity window largar, the list window does not grow to accomodate the new height (attachment 2 [details])

This is most easily shown using the example in the manual:
zenity --list \
  --title="Choose the Bugs You Wish to View" \
  --column="Bug Number" --column="Severity" --column="Description" \
    992383 Normal "GtkTreeView crashes on multiple selections" \
    293823 High "GNOME Dictionary does not handle proxy" \
    393823 Critical "Menu editing does not work in GNOME 2.0"
Comment 1 Alec Leamas 2014-01-05 23:31:30 UTC
Created attachment 265403 [details]
Same example, after trying to make the window larger
Comment 2 Alec Leamas 2014-01-07 16:08:12 UTC
Sorry, probably a dup of bug #702535.
Comment 3 Arx Cruz 2014-01-07 17:14:37 UTC
Can you please verify with latest zenity from git?
Comment 4 Gwendal 2014-01-21 13:14:57 UTC
Hello, same problem here, thus I've just compiled zenity from git, and the fix works like a charm! The example provided in the first post of this bug report now works perfectly. Thanks :)