[Konsole-devel] [Bug 253556] New: Text that should show up grey shows up white in "Linux Colors" (testcase)

Jerome Leclanche adys.wh at gmail.com
Thu Oct 7 23:30:13 UTC 2010


https://bugs.kde.org/show_bug.cgi?id=253556

           Summary: Text that should show up grey shows up white in "Linux
                    Colors" (testcase)
           Product: konsole
           Version: 2.5
          Platform: Ubuntu Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: NOR
         Component: general
        AssignedTo: konsole-devel at kde.org
        ReportedBy: adys.wh at gmail.com


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

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the konsole-devel mailing list