Summary: | "Draw intense colours in bold" is checked but coloured fonts are not rendering in bold | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Aayush Agarwal <aayush.agarwal_wu> |
Component: | font | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | minor | CC: | aayush.agarwal_wu, nate, simonandric5 |
Priority: | NOR | ||
Version: | 17.08.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Aayush Agarwal
2017-09-06 19:22:36 UTC
I accidentally forgot to mention: I use source code pro, but I have also tried noto mono and the result is the same. Could you please check if ~/.local/share/konsole/*.profile has a Font specifier in the [Appearance] section that ends in the style name (usually Normal or Regular), and just removing it fixes the issue? See also bug 378523. I have checked that file and it contained this: [Appearance] AntiAliasFonts=true BoldIntense=true ColorScheme=Linux Font=Source Code Pro,9,-1,5,50,0,0,0,0,0,Regular UseFontLineChararacters=true [General] Environment=TERM=xterm-color,COLORTERM=truecolor Name=Profile 1 Parent=FALLBACK/ Neither removing the entire line nor removing just "regular" over there fixed things for me. Also I took a look at bug 378523, and fired up Kate to check if it was an issue limited to konsole. Apparently I'm also having this problem in Kate. I'm interested in editing the kdeglobals file but I'm not sure which lines I'll have to remove. grep'ing for fonts gave me these two lines. $ cat .config/kdeglobals | grep font update_info=fonts_global.upd:Fonts_Global font=Noto Sans,10,-1,5,50,0,0,0,0,0,Regular Did you restart Konsole after removing the ",Regular" suffix from the profile font entry? Kate uses its own profiles, so removing them in kdeglobals would not resolve the Kate issue. I did, and that definitely did not fix the problem. Also, it seems the problem is limited to monospace fonts. I tried using Noto Sans (variable width) to see what will happen and found that they are working as expected. They are weighted bold when they should be. This applies to both Kate and Konsole - they are both showing the same results. Removing ",Regular" from only the Konsole profile files isn't enough; you also have to remove every occurrence from ~/.config/kdeglobals, too. *** This bug has been marked as a duplicate of bug 378523 *** Could you please check if removing style names ("Normal", "Regular", or whatever) from all font configuration entries indeed works? If not, this tickets needs to be deduplicated. The problem had been solved for me by removing the entries from kdeglobals like Nate had suggested. |