Bug#562233: Patch to solve the widening effect

David Westberg david at uarda.dlinkddns.com
Sun Mar 20 06:41:24 UTC 2011


Package: update-manager-gnome
Version: 0.200.5-1
Severity: normal

Problem seems to be related to the Changes and Description information tabs.

The text presented makes them grow because there is no restriction in the GUI
fields to limit this. GUI tries to put Description on one long row.

Supplied patch will limit this behaviour by restricting growth to vertical by
adding a Horisontal scrollbar if required.


diff -r -u update-manager-0.200.5/data/ui/UpdateManager.ui update-
manager-0.200.5.new/data/ui/UpdateManager.ui
--- update-manager-0.200.5/data/ui/UpdateManager.ui     2009-10-11
13:42:58.000000000 +0200
+++ update-manager-0.200.5.new/data/ui/UpdateManager.ui 2011-03-19
20:02:35.000000000 +0100
@@ -307,7 +307,7 @@
                               <object class="GtkScrolledWindow"
id="scrolledwindow_changes">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property
name="hscrollbar_policy">never</property>
+                                <property
name="hscrollbar_policy">automatic</property>
                                 <property
name="vscrollbar_policy">automatic</property>
                                 <property name="shadow_type">in</property>
                                 <child>
@@ -334,7 +334,7 @@
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="border_width">6</property>
-                            <property
name="hscrollbar_policy">never</property>
+                            <property
name="hscrollbar_policy">automatic</property>
                             <property
name="vscrollbar_policy">automatic</property>
                             <property name="shadow_type">in</property>
                             <child>





-- System Information:
Debian Release: 6.0
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=sv_SE.utf8, LC_CTYPE=sv_SE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages update-manager-gnome depends on:
ii  gconf2                2.28.1-6           GNOME configuration database syste
ii  gksu                  2.0.2-5            graphical frontend to su
ii  python                2.6.6-3+squeeze6   interactive high-level object-orie
ii  python-dbus           0.83.1-1           simple interprocess messaging syst
ii  python-gconf          2.28.1-1           Python bindings for the GConf conf
ii  python-gobject        2.21.4+is.2.21.3-1 Python bindings for the GObject li
ii  python-gtk2           2.17.0-4           Python bindings for the GTK+ widge
ii  python-support        1.0.10             automated rebuilding support for P
ii  python-vte            1:0.24.3-2         Python bindings for the VTE widget
ii  update-manager-core   0.200.5-1          APT update manager core functional

update-manager-gnome recommends no packages.

Versions of packages update-manager-gnome suggests:
ii  software-properties-gtk    0.60.debian-3 manage the repositories that you i
ii  update-notifier            0.99.3debian8 Daemon which notifies about packag

-- no debconf information





More information about the pkg-gnome-maintainers mailing list