| Summary: | kwrite printing with dark theme prints light text on paper | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | David Rankin <drankinatty> | 
| Component: | kwrite | Assignee: | KWrite Developers <kwrite-bugs-null> | 
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | blargle.ragequit, ifreecarve, mail, thomas.luebking | 
| Priority: | VHI | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Unspecified | ||
| Latest Commit: | http://commits.kde.org/kate/1abf862307c93f7d191eb4c37206e98338eac29d | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| 
 
        
          Description
        
        
          David Rankin
        
        
        
        
          2009-06-26 01:35:03 UTC
        
       
    - did you select the "kwrite - printing" scheme in the layout tab of the advanced print settings and - is it setup to print black on white (just asking, i haven't tried myself as i don't kill trees for no good reason) ;-P Yes, I confirmed that the kwrite-printing scheme was specified in the advance print settings. This is indeed an unintended consequence of dark-themes that got overlooked. It like printing without toner :p ...And the colors in the 'printing' scheme also show up as light-on-dark? Hmm, probably those should be really hard-coded instead of using the system color scheme. *** Bug 188934 has been marked as a duplicate of this bug. *** This is because loading the colors defaults to the color scheme. As long as we do that, printing is broken. So it needs to be treated as a special case, imo. Git commit 1abf862307c93f7d191eb4c37206e98338eac29d by Christoph Cullmann. Committed on 03/11/2012 at 16:30. Pushed by cullmann into branch 'master'. Ship preconfigured Normal + Printing Have a KDE schema to fallback to KDE color schema without any problems Printing has NO black background ;) M +1 -1 part/data/CMakeLists.txt M +58 -0 part/data/kateschemarc A +47 -0 part/data/katesyntaxhighlightingrc http://commits.kde.org/kate/1abf862307c93f7d191eb4c37206e98338eac29d Why does this say resolved fixed when it's still a problem? I'm using kate 15.08.3 in Arch Linux and no matter what I set as the printing schema it still prints in the display schema minus background color. Since I use Breeze Dark that's super-light gray on white. The bug you are seeing is old, and if you are using the KF5 based version, this bug was fixed in 2015-10, so at the end of last year. You will likely get the update soon, please test again with a recent KDE Frameworks version (say KDE Frameworks 5.19 or 5.20)  |