Bug 1062941

Summary: Zenity does not expand lists views correctly
Product: [Fedora] Fedora Reporter: Davide Repetto <red>
Component: zenityAssignee: Matthias Clasen <mclasen>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: christianklomp, mclasen, ville.skytta
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-01 14:29:44 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:
Embargoed:
Bug Depends On: 1084768    
Bug Blocks:    

Description Davide Repetto 2014-02-09 01:33:51 UTC
Description of problem:
=======================
Zenity does not expand list views correctly. It will generate list viewsof 1-3 rows max even though the main window height is much larger.
https://bugzilla.gnome.org/show_bug.cgi?id=721604
https://bugzilla.gnome.org/show_bug.cgi?id=702535

There is a simple one line fix upstream:
========================================
https://git.gnome.org/browse/zenity/commit/?id=80bc8ce643979fec201c4ebd5cd6405b6310357f


It would be nice to have a build with this fix for Fedora.

Additional Info: (Upstream Patch)

diff --git a/src/zenity.ui b/src/zenity.ui
index ee89093..7c0ab1f 100644
--- a/src/zenity.ui
+++ b/src/zenity.ui
@@ -1021,6 +1021,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="shadow_type">in</property>
+                <property name="expand">True</property>
                 <child>
                   <object class="GtkTreeView" id="zenity_tree_view">
                     <property name="visible">True</property>

Comment 1 Christian Klomp 2014-02-28 19:33:52 UTC
I would also really like to have this fixed for F20.
It is really a hassle to work with Winetricks now.
https://groups.google.com/forum/#!topic/winetricks-dev/82b5ThhdQvo

Comment 2 Ville Skyttä 2014-05-01 14:29:44 UTC

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