gnome-appearance-properties doesn't resize the notebook widget

Bug #145270 reported by Marius Gedminas
6
Affects Status Importance Assigned to Milestone
gnome-control-center
Invalid
Undecided
Unassigned
gnome-control-center (Ubuntu)
Fix Released
High
Ubuntu Desktop Bugs

Bug Description

Binary package hint: gnome-control-center

You can resize the gnome-appearance-properties dialog, but the tabbed notebook doesn't expand vertically. I'll attach a screenshot shortly.

Revision history for this message
Marius Gedminas (mgedmin) wrote :
Revision history for this message
Pedro Villavicencio (pedro) wrote :

Thanks for your report, confirmed in Gutsy.

Changed in gnome-control-center:
assignee: nobody → desktop-bugs
importance: Undecided → Low
status: New → Triaged
Revision history for this message
Pedro Villavicencio (pedro) wrote :

Could be this caused because of the recent changes to the appearance capplet?

Revision history for this message
Pedro Villavicencio (pedro) wrote :

not an upstream task, this is not reproducible with gnome-control-center without the ubuntu patches.

Changed in gnome-control-center:
status: New → Invalid
Changed in gnome-control-center:
importance: Low → High
Revision history for this message
xtknight (xt-knight) wrote :

The package in question is capplets-data. The bug was introduced starting in capplets-data 1:2.20.0-0ubuntu3.

If you have cache of capplets-data packages you can verify this.

$ cp /var/cache/apt/archives/capplets-data_1%3a2.20.0-0ubunt* .
$ sudo dpkg -i ...-ubuntu1
test
$ sudo dpkg -i ...-ubuntu2
test
etc..

Revision history for this message
xtknight (xt-knight) wrote :

appearance.glade (-ubuntu3) line ~2139

<property name="label" translatable="yes">Visual Effects</property>
              </widget>
              <packing>
                <property name="type">tab</property>
                <property name="position">4</property>
                <property name="tab_fill">False</property>
              </packing>
            </child>
          </widget>
          <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
            <property name="position">1</property>
          </packing>
        </child>

This should fix the issue.

Revision history for this message
xtknight (xt-knight) wrote :

Can someone take a look at this patch?

Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks for your work, there is already a 2.20.0.1 update with an updated patch which doesn't do other changes than the new tab which will be uploaded tomorrow and will fix this issue

Revision history for this message
Sebastien Bacher (seb128) wrote :

gnome-control-center (1:2.20.0.1-0ubuntu2) gutsy; urgency=low

  * Don't drop the revision uploaded during the freeze
  * debian/capplets-data.gconf-defaults:
    - set the music player key correctly (LP: #99335)
  * debian/patches/95_desktop-effects-integration.patch:
    - patch update from Mirco Müller
    - "trimmed down diff against capplets/appearance/data/appearance.glade
      (restricting it to just the "Visual Effects"-tab) in order to fix
      http://bugzilla.gnome.org/show_bug.cgi?id=480667" (LP: #145270)

 -- Sebastien Bacher <email address hidden> Fri, 28 Sep 2007 15:57:19 +0200

Changed in gnome-control-center:
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.