Summary: | Powerline prompts no longer visible after 7926db9d18936178f87e96afe15fcc97c7f0c3fb | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Luca Beltrame <lbeltrame> |
Component: | font | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/konsole/2336fe6b6bc0f8bdae18003defbba904d7abc7ec | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
Black powerline prompt (highlighted to show the issue)
Correct rendering with the commit reverted Configuration Colorscheme |
Description
Luca Beltrame
2018-04-15 21:28:12 UTC
Created attachment 112053 [details]
Correct rendering with the commit reverted
great - I'll look at - thanks for running master Can you give some more info about how you have powerline setup? The default zsh seems to look OK here. I run powerline as a daemon with mostly default configuration. Excerpt from my bashrc: if [ -f /usr/bin/powerline-daemon ]; then powerline-daemon -q POWERLINE_BASH_CONTINUATION=1 POWERLINE_BASH_SELECT=1 . /usr/share/powerline/bash/powerline.sh fi What colorscheme and other non-default options? I can revert it but I'd like to be able to duplicate the issue so I can fix the tests/code. Created attachment 112076 [details]
Configuration
That's the powerline config. What about konsole colorscheme and other non-default options? Whoops, sorry. This is my current profile (derived from Shell.profile) [Appearance] AntiAliasFonts=true ColorScheme=WhiteOnBlack Font=DejaVu Sans Mono [unknown],9,-1,5,50,0,0,0,0,0 [General] Environment=TERM=xterm-256color Name=Shell Parent=FALLBACK/ [Scrolling] HistoryMode=1 HistorySize=5000 Argh! Ignore the previous comment, I took it from the wrong machine. These are the ones I'm using: Shell.profile [Appearance] AntiAliasFonts=true ColorScheme=WhiteOnBlack Font=Source Code Pro,11,-1,5,50,0,0,0,0,0 [General] Environment=TERM=xterm-256color Name=Shell Parent=FALLBACK/ [Interaction Options] AlternateScrolling=false I'll attach my colorscheme. Created attachment 112077 [details]
Colorscheme
Git commit 2336fe6b6bc0f8bdae18003defbba904d7abc7ec by Kurt Hindenburg. Committed on 18/04/2018 at 00:20. Pushed by hindenburg into branch 'master'. Revert "s/quint8/int/ to simplify and avoid conversion issues" This reverts commit 7926db9d18936178f87e96afe15fcc97c7f0c3fb. M +6 -6 src/CharacterColor.h https://commits.kde.org/konsole/2336fe6b6bc0f8bdae18003defbba904d7abc7ec |