mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-26 00:56:01 +03:00
[GH-ISSUE #537] Coloring is not working properly in xfce4-terminal in Linux #488
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#488
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @erkexzcx on GitHub (Aug 15, 2018).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/537
I am facing another issue related to coloring in xfce4-terminal:
But what's strange is - it's OK in xterm:
Same with ec-probe monitor:
Also tried everything in BASH, ZSH (with and without ohmyzsh mods) - same result.
@hirschmann commented on GitHub (Aug 19, 2018):
I can't reproduce this issue. It looks like kind of a color theme problem, or mono is not properly set up.
This is what it should look like:

@erkexzcx commented on GitHub (Aug 20, 2018):
What Linux distribution and terminal did you use? Any special settings I should be aware of? I am just trying to understand why it's not showing to me like this, even with absolutely default settings.
@hirschmann commented on GitHub (Aug 20, 2018):
I tried it on:
Ubuntu 18.04
DE: Gnome
Terminal: bash, xterm, zsh
Manjaro 17.1.10 (rolling)
DE: XFCE, KDE
Terminal: bash, xfce4-terminal, konsole, xterm, zsh
I tried changing DE themes, icon themes and terminal color themes. I only noticed one small issue where for terminal color themes which don't use white as foreground color (like e.g. solarized dark), NBFC prints column/row headers in white instead of using the actual foreground color.
github.com/hirschmann/nbfc@f3398f224a/Core/NbfcProbe/Program.cs (L155)I guess that's a mono related problem.
@erkexzcx commented on GitHub (Aug 20, 2018):
What is going on. I did not change anything and that's how it looks now:
I guess maybe mono was updated during some of my system upgrades... No idea, closing this issue...