| Summary: | zenity --list --height does not stretch list widget to window height | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Branislav Blaškovič <bblaskov> | ||||
| Component: | zenity | Assignee: | Matthias Clasen <mclasen> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Branislav Blaškovič <bblaskov> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 20 | CC: | ejnersan, falchimarco1979, jansen, larchunix, mclasen, mgansser, mvadkert, rafaelluik, red, robert.hancock | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | zenity-3.8.0-4.fc20 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1251137 1257890 (view as bug list) | Environment: | |||||
| Last Closed: | 2014-04-30 04:06:08 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1257890 | ||||||
| Attachments: |
|
||||||
Hi, same problem for me. # rpm -qa | grep zenity zenity-3.8.0-3.fc20.x86_64 # cat /etc/redhat-release Fedora release 20 (Heisenbug) Steps to Reproduce: 1. zenity --list --title "Foobar" --width 800 --height 500 --checklist --column Category --column Purple --column Green --column Blue --column Pink --column Grey same here on f20 with reproduce with: zenity --list --column "Playlists" FALSE $(ls -d -1 */) --title "Please select one or more playlists" --width=300 --height=600 --checklist --column "Select" --separator="/ " This bug has been reported upstream already : https://bugzilla.gnome.org/show_bug.cgi?id=702535. This commit fix the issue : https://git.gnome.org/browse/zenity/commit/?id=80bc8ce643979fec201c4ebd5cd6405b6310357f patch confirmed, zenity works now as expected. Thanks for the fix, works for me also. Looking forward to test the build. Hey, is Bug 1045683 a duplicate of this one? I have seen this issue as well. It sounds like upstream has fixed the bug, but we need a Fedora release with the patch included. I can also confirm this bug in F20 (works as expected in Arch Linux). Would appreciate an update for Fedora. Thanks! Any news on this, other than downloading from upstream? I just ran into this bug with a script which displays properly on Ubuntu. Can we expect an update for Fedora 20 soon? This bug needs to be in Fedora ASAP as it breaks lot of applications. zenity-3.8.0-4.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/zenity-3.8.0-4.fc20 Package zenity-3.8.0-4.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing zenity-3.8.0-4.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-5754/zenity-3.8.0-4.fc20 then log in and leave karma (feedback). Working. Thank you. Karma +1 *** Bug 1045683 has been marked as a duplicate of this bug. *** zenity-3.8.0-4.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. *** Bug 1062941 has been marked as a duplicate of this bug. *** |
Created attachment 815723 [details] Zenity list is not stretched Version-Release number of selected component (if applicable): zenity-3.8.0-3.fc20.x86_64 Steps to Reproduce: 1. zenity --list --column test --height 300 a b c d e f g Actual results: See attached image Expected results: List stretched to window size