https://bugs.kde.org/show_bug.cgi?id=358083
Sergio Torres Soldado <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Ever confirmed|0 |1 Status|RESOLVED |REOPENED Version|unspecified |17.12.2 Component|general |font Platform|Other |Archlinux Packages CC| |[email protected] --- Comment #6 from Sergio Torres Soldado <[email protected]> --- This still happens for me, specifically I wan't to set the font to bold. The set profile at $HOME/.local/share/konsole/ has the right settings: """ [Appearance] ColorScheme=WhiteOnBlack Font=Hack,9,-1,5,75,0,0,0,0,0,Bold [General] Name=New Profile Parent=FALLBACK/ """ But the font is always regular. I don't know if it is relevant but looking at strace I see: """ close(12) = 0 openat(AT_FDCWD, "/usr/share/fonts/TTF/Hack-Bold.ttf", O_RDONLY) = 12 fcntl(12, F_SETFD, FD_CLOEXEC) = 0 fstat(12, {st_mode=S_IFREG|0644, st_size=318100, ...}) = 0 mmap(NULL, 318100, PROT_READ, MAP_PRIVATE, 12, 0) = 0x7f9d84154000 close(12) = 0 openat(AT_FDCWD, "/usr/share/fonts/TTF/Hack-Regular.ttf", O_RDONLY) = 12 fcntl(12, F_SETFD, FD_CLOEXEC) = 0 """ As expected overwriting the actual font file is the workaround I am currently using.. -- You are receiving this mail because: You are watching all bug changes.
