Bug 253556

Summary: Text that should show up grey shows up white in "Linux Colors" (testcase)
Product: [Applications] konsole Reporter: Unknown <null>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED WORKSFORME    
Severity: minor CC: adaptee, null
Priority: NOR    
Version: 2.5   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: linux-color-testcase-in-zsh-and-bash

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.