Bug 253556 - Text that should show up grey shows up white in "Linux Colors" (testcase)
Summary: Text that should show up grey shows up white in "Linux Colors" (testcase)
Status: RESOLVED WORKSFORME
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 2.5
Platform: Ubuntu Linux
: NOR minor
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-08 01:30 UTC by Unknown
Modified: 2011-12-19 11:05 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
linux-color-testcase-in-zsh-and-bash (128.65 KB, image/png)
2011-08-28 14:47 UTC, Jekyll Wu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Unknown 2010-10-08 01:30:12 UTC
Version:           2.5 (using KDE 4.5.1) 
OS:                Linux

In the Linux Colors profile (untouched), the following test fails; it works just fine on gnome-terminal. Requires python-termcolor (pip install termcolor)


python -c "from termcolor import colored; print colored('This text should show up as dark white (grey), which works fine on gnome-terminal', 'white', attrs=['dark'])"

Reproducible: Always

Steps to Reproduce:
$ pip install python-termcolor
$ python -c "from termcolor import colored; print colored('This text should show up as dark white (grey), which works fine on gnome-terminal', 'white', attrs=['dark'])"

Actual Results:  
White text

Expected Results:  
Grey text

OS: Linux (x86_64) release 2.6.35-22-generic
Compiler: cc
Comment 1 Jekyll Wu 2011-08-28 14:47:33 UTC
Created attachment 63192 [details]
linux-color-testcase-in-zsh-and-bash

Maybe I am not sensitive to colors, but I feel the result looks OK .
Comment 2 Jekyll Wu 2011-09-08 19:14:52 UTC
Could you please attach a screenshot(with contrast to gnome-terminal) which can show the problem in a clear way?
Comment 3 Unknown 2011-12-19 03:06:21 UTC
Sorry no, I use Qterminal now. Someone else should have a shot at it.