Software center have hardcoded colors and shows white font on white bg

Bug #899878 reported by Alexander Kabakow
404
This bug affects 94 people
Affects Status Importance Assigned to Milestone
Ubuntu GNOME
Fix Released
High
Bruce Pieterse
software-center (Ubuntu)
Fix Released
Medium
Unassigned
Trusty
Fix Released
Low
Unassigned

Bug Description

[Impact]

 * A user is unable to view the text within the software center application which makes the application almost unusable.

 * Ubuntu GNOME users that are currently using a dark theme with an LTS release requested that the fix be backported to trusty from wily.

 * This fix applies a custom style sheet for the dark variant of Ubuntu GNOME Adwaita theme.

[Test Case]

 * In Ubuntu GNOME open Gnome Tweak Tool
 * Enable the Global Dark Theme option under Appearances
 * Launch Software Center
 * You will find that text is translucent which is hard to read on the home page.
 * Click on any package. The package text is the same color as the background.
 * Apply the fix
 * Open software center and all text is now legible.

[Regression Potential]

 * None. This fix was applied in Wily.
 * Fix for trusty was tested with both dark and light themes for both Ubuntu Gnome and Ubuntu Unity.
------------

When using dark theme

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: software-center 5.0.2ubuntu0.1
ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
Uname: Linux 3.0.0-13-generic i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Sun Dec 4 15:28:41 2011
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/zsh
SourcePackage: software-center
UpgradeStatus: Upgraded to oneiric on 2011-10-16 (48 days ago)

Related branches

Revision history for this message
Alexander Kabakow (alexzak) wrote :
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in software-center (Ubuntu):
status: New → Confirmed
Revision history for this message
Rob Hamm (drhamm) wrote :

I've been poking about, but there are a lot of files associated with the software center, so if one of you could tell me which of those to edit, I'll happy do it manually for now. I tried editing /usr/share/software-center/ui/gtk3/css/softwarecenter.css, but a;as, while I could change some colors there (specifically, the ones on the first screen), still couldn't change the colors for font or background for the application information screen.

Revision history for this message
Rob Hamm (drhamm) wrote :

(Sorry--I missed the obvious. Went back and changed the line @define-color super-light-aubergine #F4F1F3 to @define-color super-light-aubergine #6d6d6d; and it's working fine for now.)

Revision history for this message
joshg (joshg) wrote :

It's the same with freshly installed 12.04

Changed in software-center (Ubuntu):
importance: Undecided → Medium
Changed in software-center:
status: New → Confirmed
Revision history for this message
Rohan "HEXcube" Villoth (hexcube) wrote :

I can't believe that this bug started in Oneiric(maybe even before that) and it's still not fixed after Raring (as per https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/913933 ). Ubuntu Software Center is a core feature of Ubuntu distribution and yet such a bug which affects its usability is left unnoticed! Why can't it just follow the system theme instead of using hardcoded colors.
Some Dark Theme developers have found workarounds involving replacing the softwarecenter.css with custom versions. One such fix by Delorean Dark theme developer is attached here. It is optimised for Dark Themes and works fine with light ones too. I don't know if it works perfectly with light themes,but it does try to use current theme colors instead of hardcoded ones,atleast in some places.

Revision history for this message
Rohan "HEXcube" Villoth (hexcube) wrote :

I forgot to mention : i'm using Ubuntu 12.04 LTS with Ubuntu Software Center ver 5.2.9 . The fix is from hellokitten/killhelllokitty(https://launchpad.net/~killhellokitty)'s Delorean Dark 1.55 theme(PPA- https://launchpad.net/~killhellokitty/+archive/themes.ppa)

Revision history for this message
Ubuntu Foundations Team Bug Bot (crichton) wrote :

The attachment "Delorean Dark's Software Center fix for Dark Themes" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issues please contact him.]

tags: added: patch
tags: removed: patch
Revision history for this message
Matthew Paul Thomas (mpt) wrote :

(I reported the incorrect patch detection as bug 1246487.)

HEXcube, thank you for that research. I think the next steps towards getting this bug fixed are:

A. Replace USC's normal CSS file with killhellokitty's CSS file, to see if it works in both of the standard Ubuntu themes.
B. If it does work, produce a diff of one file against the other so we can see exactly what is changed.

Revision history for this message
Rohan "HEXcube" Villoth (hexcube) wrote :

I tried both default themes Radiance and Ambience in Ubuntu 12.04 to check if they work well with killhellokitty's CSS file. Everything seems to be okay, except for selected items' text color in list view. Both background and foreground are light colors. this is because the CSS file was designed for dark themes.
ideally software center should show dark text with light background and light text on dark themes. killhellokitty's css theme is better than the default one, but needs a little more work to be the ideal theme.

Edle8 (edle8)
tags: added: saucy
Revision history for this message
Auroral Xylon (avlabs314) wrote :

Hi, I'm currently developing/designing a Gtk theme which sets a white background for GtkTreeView:selected. In the softwarecenter.css file, the background is hard coded to be selection_bg_color, meaning that the red (which is the selection bg color defined in my theme) text is invisible on the red selection background, as shown in the screenshot. Would it not be more reasonable to let the themer set the value for this?

Revision history for this message
Matthew Paul Thomas (mpt) wrote :

Auroral, what happens if that CSS rule is removed? Is the selected row still an appropriate color? If so, perhaps you could attach a patch that removes it. Thanks!

Revision history for this message
Tommy Miller (tommydrum) wrote :

To all you people who want a temporary fix.. This is what I did (look inside the file and first 2 lines..) I changed the colors of the background that way. It /kindof/ fixes it.. but at least you can read most things.. just not when the windows is off focus.

File is at /usr/share/software-center/ui/gtk3/css/softwarecenter.css

Revision history for this message
Ubuntu QA Website (ubuntuqa) wrote :

This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/899878

tags: added: iso-testing
Revision history for this message
Sam Hewitt (snwh) wrote :

A better solution would be to separate the CSS from the USC altogether and let themes dictate what the software centre looks like as the hardcoded nature of the CSS means other problems arise for theme developers.

Revision history for this message
Gabriel Couto (gmcouto) wrote :

Or maybe hardcode everything.
If you make an application with hardcoded BG color, your text over that background SHOULD use hardcoded font color.
App content should use just theme colors or should use just hardcoded colors... not both.
You can't mix things up.
That practice is not functional and result in a half-assed application.

Revision history for this message
Narcis Garcia (narcisgarcia) wrote :

Affects Ubuntu-Gnome 14.04

Solution A) All colors hardcodes
Solution B) All collors from environment theme

The mix is the problem.

Revision history for this message
Sam Hewitt (snwh) wrote :

If it was simply changes to the general case and those exact CSS classes we added to Ambiance/Radiance the issue would be solved & it would solve problems with several other themes.. Further hardcoding of the CSS worse.

Revision history for this message
Leandro Heck (leoheck) wrote :

I have the same problem here.
Please, fix it.
And, HARDCODE is never an option.

tags: added: trusty
Revision history for this message
Tobias Schönberg (tobias47n9e) wrote :

Also affects freshly installed 15.04 release candidate as of 26th of January.

Revision history for this message
Bruce Pieterse (octoquad) wrote :

Also present in Gnome 14.10 with staging ppa.

Changed in ubuntu-gnome:
importance: Undecided → Medium
status: New → Confirmed
tags: added: amd64 utopic
removed: oneiric saucy
Revision history for this message
Thayne (thayne-u) wrote :

Why is this still not fixed? it seems like it wouldn't be that hard, and it has been years since it was first reported.

Revision history for this message
Jakey_TheSnake (clampstand) wrote :

Does anybody here understand how we can/whether it's possible to get the theme colours into CSS? Sort of like "gtk:bg[NORMAL]" in the XML metacity themes.

https://developer.gnome.org/gtk3/stable/gtk-migrating-GtkStyleContext-css.html

This page may be useful, but I don't fully understand it.

Commenting out GtkViewport, GtkTreeView and GtkTreeView:selected in the aforementioned softwarecentre.css seem to make the necessary changes: http://i.imgur.com/KwvaEdl.png but the front page still looks terrible thanks to the hardcoded background: http://i.imgur.com/Z1J9K42.png. Still looking to see where the background (stipple.png) is called from.

Interestingly in the css folder that contains softwarecentre.css there's also some css files labelled 'high contrast' and 'high contrast inverse' - it would be nice if we could find out how the software centre decides when to use these; then we could create a 'dark theme' one.

Revision history for this message
Jakey_TheSnake (clampstand) wrote :

'Stipple.png' is hardcoded in /usr/share/software-center/softwarecenter/ui/gtk3/views/catview.py:

jake@janux:/usr/share/software-center$ grep -r stipple *
Binary file softwarecenter/ui/gtk3/views/catview.pyc matches
softwarecenter/ui/gtk3/views/catview.py: "ui/gtk3/art/stipple.png")
softwarecenter/ui/gtk3/views/catview.py: assets["stipple"] = ptrn
softwarecenter/ui/gtk3/views/catview.py: cr.set_source(_asset_cache["stipple"])

Revision history for this message
Kiba (kiba) wrote :

More than 4 years with this bug not being fixed, this is why i use synaptic.

Revision history for this message
François Jacques (francois-jacques) wrote :

Considering that ubuntu software center is the go to place when new users are installing packages, this issue should have been resolved a long time IMHO. The css file proposed by Tommy (post #13) makes the application usable again. I can't be assumed that new users all use the light theme...

Revision history for this message
Shawn Landden (0-shawn) wrote :

Guys. If you posted a small bounty on https://www.bountysource.com/ you might get a quick resolution to this bug. When the bug doesn't effect the default path that is kinda how free software works if you don't have the personal ability to fix the bug.

Revision history for this message
Herminio (herminio-hernandezjr) wrote :

I am seeing this bug on my MacBook Pro and MacBook Air

Revision history for this message
Bruce Pieterse (octoquad) wrote :

I've started working on a patch for this two weeks ago and I'm hoping that I can get this finished by next week.

Currently I have a problem getting the fake ratings API to work under Ubuntu Gnome, but I have a work around in mind.

This is a separate style sheet that will only load if Adwaita is the GTK theme currently being used based off the Ubuntu Gnome palette.

Before officially linking the branch to this bug report I would like to run it through the Ubuntu Gnome Artwork team to see if they would like to tweak any colors.

Screen shots attached. Feedback is welcome.

Changed in ubuntu-gnome:
importance: Medium → High
assignee: nobody → Bruce Pieterse (octoquad)
Changed in ubuntu-gnome:
status: Confirmed → In Progress
Revision history for this message
David Biesack (david-biesack-sas) wrote :

keying a fix for this general problem to a specific theme seems like the wrong solution. The proper fix is to just honor the theme's foreground/background colors, whether it is Adwaita or some thing different.

Revision history for this message
Herminio (herminio-hernandezjr) wrote : Re: [Bug 899878] Re: Software center have hardcoded colors and shows white font on white bg

I think the images look great.

On Thu, Jun 11, 2015 at 1:22 PM, David Biesack <email address hidden>
wrote:

> keying a fix for this general problem to a specific theme seems like the
> wrong solution. The proper fix is to just honor the theme's
> foreground/background colors, whether it is Adwaita or some thing
> different.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/899878
>
> Title:
> Software center have hardcoded colors and shows white font on white bg
>
> Status in Ubuntu Software Center:
> Confirmed
> Status in Ubuntu GNOME:
> In Progress
> Status in software-center package in Ubuntu:
> Confirmed
>
> Bug description:
> When using dark theme
>
> ProblemType: Bug
> DistroRelease: Ubuntu 11.10
> Package: software-center 5.0.2ubuntu0.1
> ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
> Uname: Linux 3.0.0-13-generic i686
> ApportVersion: 1.23-0ubuntu4
> Architecture: i386
> Date: Sun Dec 4 15:28:41 2011
> InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386
> (20101007)
> PackageArchitecture: all
> ProcEnviron:
> PATH=(custom, user)
> LANG=en_US.UTF-8
> SHELL=/bin/zsh
> SourcePackage: software-center
> UpgradeStatus: Upgraded to oneiric on 2011-10-16 (48 days ago)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/software-center/+bug/899878/+subscriptions
>

Revision history for this message
Narcis Garcia (narcisgarcia) wrote :

Bruce's is not a fix for this bug. It's a workaround, because the bug is at "Software center" application.

Revision history for this message
Matthew Paul Thomas (mpt) wrote :

Jakey_TheSnake: "but the front page still looks terrible thanks to the hardcoded background: http://i.imgur.com/Z1J9K42.png"

So anyone fluent with Gimp could fix that part, even if you aren't a coder: edit or redraw <http://bazaar.launchpad.net/~ubuntuone-control-tower/software-center/trunk/view/head:/data/ui/gtk3/art/stipple.png> ("download file") so that it is stipple on a transparent background, rather than stipple on a hard-coded grey background.

Once we've done that, the colors won't need to be hard-coded for the sake of the stipple background, so maybe removing those CSS rules is enough to fix the bug.

Revision history for this message
Matthew Paul Thomas (mpt) wrote :

(I removed a drive-by comment from someone cursing a non-existent "ubuntu-software-center development group". If anyone wants to help fixing the bug, I suggest following the steps I wrote above.)

Revision history for this message
Omadas (bsperger) wrote :

Here is the transparent stipple.png. Let me know if you need any other images.

Revision history for this message
Omadas (bsperger) wrote :

Alerted the Ubuntu One Control Tower of the image revision with a link to this bug for review and consideration, and possible usage. Thanks Matthew.

Revision history for this message
Bruce Pieterse (octoquad) wrote :

I took some time to test out Matthews idea about the transparent stipple. I have attached some screen shots which show the stipple in different states:

1. The original
2. Transparent
3. Original with custom Adwaita CSS
4. Transparent with custom Adwaita CSS
5. Transparent with custom Adwaita CSS and 90% transparency drawn by Cairo (line 178 of catview.py). Default is 50%.

When testing the transparent stipple with Adwaita, the text becomes more illegible.

USC has support to load custom css based off the gtk-theme-name, which you can see in line 55 of utils.py. You can easily test the loading of the theme by opening USC and then changing it to something like highcontrast which has its on css file and this will change in real time. So if you use Numix you can provide a softwarecenter.numix.css.

From what I can see for a workaround to use GTK theme colors, simply move softwarecenter.css out the way (softwarecenter.css.bak). The code currently looks for a softwarecenter.<theme-name>.css if that does not exist, it loads up the softwarecenter.css. If that does not exist as well it uses the styling from the GTK theme.

Alternatively whip up your own CSS file for your favourite theme, or ask the author to create one for USC if you want USC to match the theme.

I hope that helps a bits. I understand that this approach is for Adwaita, but no one has provided the theme name they use when they filed or commented on this bug report. So my next question is, what theme(s) are you using?

Revision history for this message
Bruce Pieterse (octoquad) wrote :

Oh, here is the stipple recreated in GIMP if anybody wants to play around with it. Omadas, I totally missed your comment and attachment!

Changed in ubuntu-gnome:
milestone: none → wily
tags: added: vivid wiley
tags: added: wily
removed: wiley
Revision history for this message
tjk (tim-klassen) wrote :

Every once in a while I forget why I don't use Ubuntu Software Center... but then I start it and remember why... I can't read anything (white font on white background). This has been a weird situation because I run a lot of apps and NONE have this problem with the current theme that I use.

I decided to look up the bug this time... and what a long history there is for this bug! I don't know how apps like this get included with a mainstream ubuntu. It appears that a couple months you were close to a fix, but then... the progress has seem to have stalled. It makes me think that USC really isn't supported. If a "minor" bug like this can't be fixed, then how should I feel about the quality of the Ubuntu Software Center as a whole?

Revision history for this message
Narcis Garcia (narcisgarcia) wrote :

New workaround:

$ sudo apt-get update
$ sudo apt-get install lubuntu-software-center
$ sudo apt-get remove software-center

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package software-center - 13.10-0ubuntu8

---------------
software-center (13.10-0ubuntu8) wily; urgency=medium

  [ Iain Lane ]
  * 07_bzr_add_style_class_actionbar.patch:
    Add a style class for the action bar, so that we can give it some theming.

  [ Bruce Pieterse ]
  * 08_bzr_1448355-docs-fix-aptdaemon-test.patch: (LP: #1448355)
    README: Updated development package to python3-aptdaemon.test as
    python-aptdaemon.test is not available in 15.04
  * 09_bzr_899878-hardcoded-colors-dark-theme.patch: (LP: #899878)
    Added support for Adwaita Dark Theme Variant
    - Added new softwarecenter.adwaita-dark.css file
    - Added detection for adwaita and dark theme setting
    - Adjusted transparency drawing of stipple by 20%

 -- Didier Roche <email address hidden> Thu, 03 Sep 2015 09:42:53 +0200

Changed in software-center (Ubuntu):
status: Confirmed → Fix Released
Changed in ubuntu-gnome:
status: In Progress → Fix Released
Revision history for this message
Narcis Garcia (narcisgarcia) wrote :

Today:
- In Trusty repositories I just see software-center updated to version 13.10-0ubuntu4.1
- In Vivid repositories I just see software-center updated to version 13.10-0ubuntu6.1

How is the process/time to be this released fix available for normal updates?
Thanks.

Revision history for this message
Bruce Pieterse (octoquad) wrote :

Narcis,

This was only fixed for Wily (15.10). I don't think this fix will be backported to trusty or vivid unfortunately.

Revision history for this message
Narcis Garcia (narcisgarcia) wrote :

Really unfortunate if fix is not backported to Ubuntu Trusty (14.04 LTS).
With this scenario, this "obsolete" bug will be present whole LTS lifecycle (up to 2019)

Revision history for this message
Rohan "HEXcube" Villoth (hexcube) wrote :

Since Ubuntu 15.10"Wily"'s getting EOL'd in 9 months and Software Center's gonna be dropped from Ubuntu 16.04LTS, I think the most relevant place for this fix is Ubuntu 14.04LTS "Trusty Tahr". Like @narcisgarcia pointed out, Software Center on 14.04LTS shouldn't be left unfixed for 5 years until 2019!

Besides, there wasn't any major version change between trusty and wily versions of Software Center, as you can see from https://launchpad.net/ubuntu/+source/software-center . So, a backport's feasible. How about we request to backport this fix through an SRU (https://wiki.ubuntu.com/StableReleaseUpdates) for Ubuntu 14.04LTS?

Revision history for this message
Bruce Pieterse (octoquad) wrote :

Narcis and HEXcube, I'll see what I can do. I don't have a time frame as yet but I'll keep you updated on the progress.

Revision history for this message
Rohan "HEXcube" Villoth (hexcube) wrote :

@octoquad That's great! If the fix is backported, I can do the testing and verification 😊

Revision history for this message
Rohan "HEXcube" Villoth (hexcube) wrote :

@octoquad , I downloaded the modified files from your branch http://bazaar.launchpad.net/~octoquad/software-center/899878-hardcoded-colors-dark-theme/revision/3326 and used them to directly replace the corresponding files in `/usr/share/software-center/*` . I wouldn't normally replace files like this, but Ubuntu 14.04LTS and 15.10 use the same version of Software Center except for some patches (See https://launchpad.net/ubuntu/+source/software-center ).

Then for testing dark theme, I copied `/usr/share/software-center/ui/gtk3/css/softwarecenter.adwaita-dark.css` and renamed the copy to `softwarecenter.numix bluo-dark.css`, coz Numix Bluo (a custom mod of Numix theme) is my current GTK theme. Then I opened Software Center and it loaded the dark theme! 😊 But wait, the color was a bit grey coz of the old `stipple.png`. So, I tried @bsperger 's transparent stipple from https://bugs.launchpad.net/software-center/+bug/899878/comments/37 but for some reason it crashes Software Center. 😞 So, I tried the one from https://bugs.launchpad.net/software-center/+bug/899878/comments/40 and exported it to PNG using GIMP. Software Center loads it fine, but results were similar to the 4th case (transparent stipple with custom css) from https://bugs.launchpad.net/software-center/+bug/899878/comments/39 . So, like in the 5th case, I edited `/usr/share/software-center/softwarecenter/ui/gtk3/views/catview.py` and reduced alpha to 0.1 and then it looked well!

So on the whole, the patch looks compatible with 14.04LTS's Software Center and so I request a backport through an SRU update.

Revision history for this message
Bruce Pieterse (octoquad) wrote :

HEXCube, thanks for testing. The only thing I was slightly concerned about is the detection of the gnome dark theme in softwarecenter/ui/gtk3/utils.py. You can also use the original stipple and reduce the opacity to 0.3 or lower( to go darker). I dropped the transparent stipple as it was harder to get the right level of darkness without affecting the normal Ubuntu themes. In your case though, it's fine.

dobey (dobey)
no longer affects: software-center
Changed in software-center (Ubuntu Trusty):
status: New → In Progress
assignee: nobody → Bruce Pieterse (octoquad)
Tim Lunn (darkxst)
Changed in software-center (Ubuntu Trusty):
importance: Undecided → Low
Revision history for this message
Narcis Garcia (narcisgarcia) wrote :

Tested with Ubuntu Gnome 16.04 Live (daily build 2016.01.10) and seems to have this problem in default desktop theme&colors but not with "Global dark theme".

Revision history for this message
Narcis Garcia (narcisgarcia) wrote :

(when item is selected from applications pure list)

Revision history for this message
Bruce Pieterse (octoquad) wrote :

Managed to get around to patching Trusty this evening. Tested on both Ubuntu GNOME and Ubuntu Unity with both dark and light themes.

description: updated
tags: added: patch
Revision history for this message
Rohan "HEXcube" Villoth (hexcube) wrote :

Thanks @octoquad! 😊

Applied your debdiff patch and tested. Replaced these 3 files with the patched one:

/usr/share/software-center/softwarecenter/ui/gtk3/utils.py
/usr/share/software-center/softwarecenter/ui/gtk3/view/catview.py
/usr/share/software-center/ui/gtk3/css/softwarecenter.adwaita-dark.css

But modified the `utils.py` file a bit, so that it loads themes other than Adwaita in dark mode.😁 I've attached the modified `utils.py` file here.

Revision history for this message
Rohan "HEXcube" Villoth (hexcube) wrote :

@octoquad I appreciate the effort u took in backporting the patch, but now that Ubuntu 14.04LTS's final point release (14.04.5) is already released, I wonder if this patch can still make it into Trusty repos. Does the SRU process continue even after the point releases? 😕

Don't mean to belittle your hard work or anything, but just wanna be sure your effort doesn't go waste.

Revision history for this message
Narcis Garcia (narcisgarcia) wrote :

Better late than never.

"Bug #899878 reported by Alexander Kabakow on 2011-12-04"
"Narcis Garcia wrote on 2014-07-15: Affects Ubuntu-Gnome 14.04"

Revision history for this message
Jeremy Bícha (jbicha) wrote :

> Does the SRU process continue even after the point releases?

Yes. Updates still happen even if new install media isn't generated. That's part of what "supported" mean; updates are released to fix high priority bugs.

You can see these updates at https://people.canonical.com/~ubuntu-archive/pending-sru.html
or https://lists.ubuntu.com/archives/precise-changes/2016-September/thread.html

Revision history for this message
Jeremy Bícha (jbicha) wrote :

hexcube, SRU policy is that fixes must land in newer Ubuntu releases first (Xenial and Yakkety). Please submit a new bug for the new issue.

Bruce, do you want this uploaded now or should we wait for hexcube's addition?

Revision history for this message
Bruce Pieterse (octoquad) wrote :

@jbicha,

Let's get my patch in now so we can at least fix colors for default themes. I would look to test hexcube's changes with a few dark themes first. hexcube, Please also see my previous comment https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/899878/comments/39 regarding other themes.

Thanks

Revision history for this message
Rohan "HEXcube" Villoth (hexcube) wrote :

@jbicha Thanks for explaining the SRU policy. So, SRUs are about backporting patches from newer Ubuntu releases without adding extra features, ryt? In that case, I think I should submit the feature patch for the current development release like u pointed out.

@octoquad Referred ur previous comment about 3rd party themes. I see that Software Center already loads 3rd party themes (except for dark theme of each 3rd party theme). Looking forward to test the package with your patch merged in 😊

Revision history for this message
Jeremy Bícha (jbicha) wrote :

@hexcube, Actually Software Center has been removed from zesty but software-center bugs still need to be fixed for yakkety and xenial before or at the same time as trusty.

Thank you, Bruce. I uploaded your update. It will be need to be manually approved before it will be available in trusty-proposed.

Changed in software-center (Ubuntu Trusty):
assignee: Bruce Pieterse (octoquad) → nobody
Revision history for this message
Brian Murray (brian-murray) wrote : Please test proposed package

Hello Alexander, or anyone else affected,

Accepted software-center into trusty-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/software-center/13.10-0ubuntu4.2 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-needed to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

Changed in software-center (Ubuntu Trusty):
status: In Progress → Fix Committed
tags: added: verification-needed
Revision history for this message
Jeremy Bícha (jbicha) wrote :

I confirm that software-center 13.10-0ubuntu4.2 works now with the Adwaita theme Dark variant on Ubuntu GNOME 14.04.

tags: added: verification-done
removed: verification-needed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package software-center - 13.10-0ubuntu4.2

---------------
software-center (13.10-0ubuntu4.2) trusty; urgency=low

  * debian/patches/07_lp899878.patch
    - Added support for Adwaita Dark theme variant to fix LP: #899878
    -- Added new softwarecenter.adwaita-dark.css file
    -- Added detection for adwaita and dark theme setting
    -- Adjusted transparency drawing of stipple by 20%

 -- Bruce Pieterse <email address hidden> Sun, 30 Oct 2016 19:42:26 +0200

Changed in software-center (Ubuntu Trusty):
status: Fix Committed → Fix Released
Revision history for this message
Brian Murray (brian-murray) wrote : Update Released

The verification of the Stable Release Update for software-center has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.

Revision history for this message
Narcis Garcia (narcisgarcia) wrote :

This fix seems to solve the problem.

To post a comment you must log in.