[konsole] [Bug 358083] Modifying the default profile does not work

Sergio Torres Soldado bugzilla_noreply at kde.org
Sat Mar 3 20:37:22 UTC 2018


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

Sergio Torres Soldado <torres.soldado at gmail.com> 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|                            |torres.soldado at gmail.com

--- Comment #6 from Sergio Torres Soldado <torres.soldado at gmail.com> ---
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 the assignee for the bug.


More information about the konsole-devel mailing list