In the Software Center, the key buttons (back/forward) appear as two "separate buttons" instead of a "single button" style
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| software-center (Ubuntu) |
Undecided
|
Robert Roth |
Bug Description
The buttons appears like the picture I attached.
ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: light-themes 0.1.90-0ubuntu1
ProcVersionSign
Uname: Linux 3.5.0-8-generic i686
ApportVersion: 2.4-0ubuntu6
Architecture: i386
CasperVersion: 1.320
Date: Thu Aug 9 13:00:29 2012
LiveMediaBuild: Ubuntu 12.10 "Quantal Quetzal" - Alpha i386 (20120807.2)
PackageArchitec
SourcePackage: light-themes
UpgradeStatus: No upgrade log present (probably fresh install)
Related branches
- Michael Vogt: Approve on 2012-08-30
-
Diff: 15 lines (+3/-0)1 file modifiedsoftwarecenter/ui/gtk3/widgets/backforward.py (+3/-0)
- Gary Lasker (community): Approve on 2012-09-18
-
Diff: 62 lines (+14/-10)3 files modifiedsoftwarecenter/ui/gtk3/widgets/backforward.py (+3/-8)
tests/gtk3/test_widgets.py (+9/-0)
tests/gtk3/windows.py (+2/-2)
Facundo Almeida (facundoalmeida) wrote : | #1 |
affects: | light-themes (Ubuntu) → software-center (Ubuntu) |
Changed in software-center (Ubuntu): | |
status: | Confirmed → In Progress |
assignee: | nobody → Robert Roth (evfool) |
tags: | added: regression-release |
Matthew Paul Thomas (mpt) wrote : | #3 |
Unfortunately that merge doesn't seem to have made any difference. In trunk r3175 the buttons look identical to the original screenshot.
Changed in software-center (Ubuntu): | |
status: | In Progress → Fix Committed |
Launchpad Janitor (janitor) wrote : | #4 |
This bug was fixed in the package software-center - 5.3.14
---------------
software-center (5.3.14) quantal; urgency=low
[ Michael Vogt ]
* lp:~mvo/software-center/trivial-renaming,
lp:~mvo/software-center/trivial-rename2:
- drop the Gtk suffix from two more classes and rename
catview_
* lp:~mvo/software-center/pep8-again:
- add the software-center top level to the pep8 check
and fix its pep8 errors
* lp:~mvo/software-center/make-currency-part-of-the-db:
- move the currency field into the database itself
* lp:~mvo/software-center/merge-prev-purchases-lp969273:
- change the way reinstall previous purchases is done,
fixes double entries in the db, and items already
purchased will display properly and will no longer
display a price (LP: #969273)
* lp:~mvo/software-center/login-cleanup:
- refactor and cleanup the login backend code, remove
the unused interfaces for launchpad ppas
* lp:~mvo/software-center/lp1034894-again:
- fix the navigation buttons to be displayed as a
single button style (LP: #1034894)
* lp:~mvo/software-center/extra-unity-categories:
- provide an ascii-only stable alias name for use
by Unity for "Top Rated" and "What's New"
* lp:~mvo/software-center/dataprovider-desktop-dependency-property:
- add "is_desktop_
(LP: #1047315)
[ Gary Lasker ]
* lp:~gary-lasker/software-center/handle-trans-cancel-lp1027209:
- don't add an application to the Unity launcher for the case
where an installation is cancelled (LP: #1027209)
-- Michael Vogt <email address hidden> Tue, 18 Sep 2012 10:37:32 +0200
Changed in software-center (Ubuntu): | |
status: | Fix Committed → Fix Released |
software-center should use normal buttons with the 'linked' style hint [1], as gnome-control- center do [2].
[1]: http:// developer. gnome.org/ gtk3/3. 5/GtkStyleConte xt.html# GTK-STYLE- CLASS-LINKED: CAPS /code.launchpad .net/~agateau/ gnome-control- center/ ubuntu- nav-bar/ +merge/ 93454
[2]: https:/