After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 582861 - Tango profile black color is not black
Tango profile black color is not black
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: Profiles
git master
Other All
: Normal trivial
: gnome-2-28
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
: 604141 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-05-16 12:19 UTC by Mike Smith
Modified: 2017-12-29 20:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (784 bytes, text/plain)
2009-08-16 16:40 UTC, Julie Pichon
Details

Description Mike Smith 2009-05-16 12:19:00 UTC
Please describe the problem:
The Tango profile's black is not black, but dark gray. This looks ugly when the background color is set to black over a black terminal window.

Steps to reproduce:
Run a program that explicitly sets the background color to black while using the Tango palette.
Example: echo -e '\e[37;40mtest\e[0m'

Actual results:
http://img521.imageshack.us/img521/3223/screenshotterminal.png

Expected results:
Text on a black background.

Does this happen every time?
Only when the background is explicitly set to black by the application.

Other information:
Comment 1 Christian Persch 2009-07-24 22:28:03 UTC
Easy fix (src/terminal-profile.c).
Comment 2 Julie Pichon 2009-08-16 16:40:20 UTC
Created attachment 140897 [details]
Proposed patch

Please find a potential patch attached (got here following the gnome-love keyword, thanks!).
Comment 3 Christian Persch 2009-08-16 17:53:57 UTC
Committed; thanks!

Unfortunately due to how the profile colours work, you have to re-set the schema to "Tango" in the profile prefs in order to get the right colour.
Comment 4 Christian Persch 2009-12-09 11:34:49 UTC
*** Bug 604141 has been marked as a duplicate of this bug. ***
Comment 5 Egmont Koblinger 2017-12-29 20:23:14 UTC
FYI: This got reverted now and a different solution was found for the original problem ("This looks ugly when the background color is set to black over a black terminal window"). See bug 774619 for details and rationale.