Created attachment 102887 [details] Font Management Fonts Hey I am not sure if this is a bug or I am doing something completely wrong but I am trying to use "any" of the Nerd Fonts https://github.com/ryanoasis/nerd-fonts or Overpass http://overpassfont.org/ font in Konsole but none of them appear in the Font Chooser under settings. I have tried this on both the latest Kubuntu and the latest KDE Neon. Overpass is installed to ~/.fonts Nerd Fonts are installed to ~/.local/share/fonts Oddly enough "Font Management" tool shows the Fonts Is there a possibility that I am doing something wrong or is this a known bug with Konsole?
Could you please check if you see those fonts in systemsettings5 > Appearance > Fonts > Fixed Width > Choose...
Created attachment 102910 [details] KDE Neon Fixed Width Fonts As you can see under KDE Neon Nerd Fonts do not show up under Fixed Width Fonts
Created attachment 102911 [details] Manjaro KDE Fixed Width Fonts As you can see under Manjaro Nerd Fonts do up under Fixed Width Fonts. Only thing different is that I installed nerdfonts in Manjaro through Arch User Repository.
If they do not show up in the font choser dialog, then it is not a Konsole bug. I am reassigning to neon developers to check for differences in fontconfig settings, but I tend to believe you did not setup those fonts correctly.
Created attachment 102918 [details] works just fine I'm thinking something's not right with how you customized the system really. Stock neon comes with the xdg home dir searched ``` $ grep fonts /etc/fonts/fonts.conf <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- /etc/fonts/fonts.conf file to configure system font access --> replace any existing fonts.conf file with the new version. Place <dir>/usr/share/fonts</dir> <dir>/usr/local/share/fonts</dir> <dir prefix="xdg">fonts</dir> <dir>~/.fonts</dir> ``` and as seen in the screenshot, putting a font in .local/share/fonts correctly makes it appear for konsole. NB: you need to restart konsole after putting a new font in the directory. If you still have doubts, download the user edition https://neon.kde.org/download and try to reproduce your problem there. Please make a step-by-step list of what you do in case you are successful.
Harald Sitter I have just installed a completely blank Neon User Edition. These are the commands I am running. ``` sudo apt update sudo apt upgrade sudo apt install git (Makes sense) git clone https://github.com/ryanoasis/nerd-fonts.git ~/.nerd_fonts cd ~/.nerd_fonts sudo ./install.sh ``` Nothing shows after doing this. Attaching an image of some feedback.
Created attachment 102934 [details] sudo fc-cache -fv ~/.local/share/fonts
Thank you for reporting this bug in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version? If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone!