-
-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Font rendering issue in Graphs (MesloLGS NF) #100
Comments
The braille symbols used in the graphs are the same as it always has been. But there seems to be a lot of problems with certain versions or configurations of konsole. The font rendering in it self is not anything I have control over, it's entirely in the hands of the user depending on terminal, system configuration, etc... |
Indeed you are right, this is most likely due to a konsole update. |
That would be great, there seem to be multiple issues with konsole but I haven't been able to reproduce any myself so can't say if it's a specific version that's at fault. |
Alright just found it. It's actually not a konsole issue but a font fallback/configuration issue. I installed the package Removing the package restored the original rendering properly. An alternative solution would be to change the font configuration to specify the font fallback explicitly. This thread has some information about how to do this, but I can't confirm since removing the package was an acceptable resolution in my case. The arch wiki could be helpful as well. |
related: cjbassi/ytop#79 TLDR: remove
|
This problem with konsole have been reported multiple times for bashtop also, I haven't been able to reproduce it myself. But I'm thinking it's also related to the fallback font, possibly that the used terminal font and the fallback font for the braille characters gets rendered differently by konsole for some unknown reason. You could try with the following font that contains the braille characters and see if it does any difference. I would suggest you report this to https://bugs.kde.org/ and hopefully they'll do something about it. |
Indeed it does work properly with the font you provided. I think you nailed the issue here. |
This is to fix a font rendering issue with bpytop: aristocratos/bpytop#100
I had the same issue using alacritty and removing |
On Gentoo, installing ie. solved this (see that now with terminus it's well aligned: using qterminal 2.0.1 (was same on 1.4.0), but issue isn't present in alacritty(due to simpler fallback? forgot where i read that) |
Describe the bug
I hadn't used bashtop in a while and just recently migrated to bpytop. First of all thank you for this amazing piece of software.
Upon trying out the new version, the braille characters are no longer displayed properly in graphs.
This used to work in past bashtop versions, and the issue occurs with the latest bashtop and bpytop. I didn't change fonts in the mean time.
I've tried using a different font, and it seems the graphs only display properly when I select a Bold font style.
So it works with MesloLGS NF Bold, but not with the Regular variant. Same thing for Fira Mono, etc.
Expected behavior
Graphs should display properly regardless of the font style used.
Screenshots
Info (please complete the following information):
For reference the font used is the one recommended for
powerlevel10k
(https://github.com/romkatv/powerlevel10k#meslo-nerd-font-patched-for-powerlevel10k)The text was updated successfully, but these errors were encountered: