Software center's category menu is unreadable with GTK 3.8
Bug #1173611 reported by
Julien Olivier
This bug affects 7 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GTK+ |
Expired
|
Medium
|
|||
gtk+3.0 (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
software-center (Ubuntu) |
Invalid
|
High
|
Unassigned |
Bug Description
In Ubuntu GNOME, the category menu on the left side of the software center is unreadable with GTK3.8 from the Ubuntu Desktop PPA.
ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: software-center 5.6.0-0ubuntu2
ProcVersionSign
Uname: Linux 3.8.0-19-generic i686
ApportVersion: 2.9.2-0ubuntu8
Architecture: i386
Date: Sat Apr 27 15:01:45 2013
InstallationDate: Installed on 2010-09-15 (954 days ago)
InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release i386 (20100816.1)
MarkForUpload: True
PackageArchitec
SourcePackage: software-center
UpgradeStatus: Upgraded to raring on 2011-04-01 (757 days ago)
summary: |
- Software center's category menu is unreadable on GNOME 3 + Software center's category menu is unreadable with GTK 3.8 |
description: | updated |
Changed in software-center (Ubuntu): | |
importance: | Undecided → High |
status: | New → Confirmed |
no longer affects: | gtk+3.0 (Ubuntu) |
Changed in gtk: | |
importance: | Unknown → Medium |
status: | Unknown → New |
Changed in ubuntu: | |
status: | New → Confirmed |
affects: | gtk+3.0 (Ubuntu) → ubuntu |
Changed in ubuntu: | |
status: | New → Fix Released |
affects: | ubuntu → gtk+3.0 (Ubuntu) |
Changed in software-center (Ubuntu): | |
status: | Confirmed → Invalid |
Changed in gtk: | |
status: | New → Incomplete |
Changed in gtk: | |
status: | Incomplete → Expired |
To post a comment you must log in.
It appears here that GtkLabel is not getting the correct calculated height when text wrapping is enabled. Probably this is a gtk bug, however I cannot reproduce it with gtk git master (I also can't find any commits that look like they would resolve the issue).
Linked branch works around the issue by disabling text-wrapping in the category pane, however its probably best to find and fix the underlying bug.