https://bugs.kde.org/show_bug.cgi?id=389725

Sergio Torres Soldado <torres.sold...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |torres.sold...@gmail.com

--- Comment #6 from Sergio Torres Soldado <torres.sold...@gmail.com> ---
This also happens to me with Konsole 17.12.2.

I want to save the profile font to bold. The saved 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 after restarting the application the font is always regular. That means
that whenever I start the application (normally once for yakuake which uses
konsole afaik) I have to set the font again.

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.

Reply via email to