[Konsole-devel] [konsole] [Bug 343539] "Draw intense colors in bold font" not respected with a fresh installation

Peter Lewis pete at muddygoat.org
Wed Feb 25 11:56:30 UTC 2015


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

--- Comment #5 from Peter Lewis <pete at muddygoat.org> ---
Okay, a little more info. This seems to work with some fonts, but not others.
One example of a font which it used to work for before a recent update is
https://github.com/DeLaGuardo/Inconsolata-LGC.

This certinaly looks like a regression due to Qt5 / KF5 porting. For more info
on the difference between yakuake and konsole on my systems, take a look at
this:

% ldd /usr/bin/yakuake |grep font
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00007f389c572000)

% ldd /usr/bin/konsole |grep font
[nothing]

% ldd /usr/bin/yakuake |grep -i qt
        libQtCore.so.4 => /usr/lib/libQtCore.so.4 (0x00007f5b5e948000)
        libQtDBus.so.4 => /usr/lib/libQtDBus.so.4 (0x00007f5b5e6cb000)
        libQtGui.so.4 => /usr/lib/libQtGui.so.4 (0x00007f5b5d9dc000)
        libQtXml.so.4 => /usr/lib/libQtXml.so.4 (0x00007f5b5ce70000)
        libQtNetwork.so.4 => /usr/lib/libQtNetwork.so.4 (0x00007f5b5c40a000)
        libQtSvg.so.4 => /usr/lib/libQtSvg.so.4 (0x00007f5b5c1b2000)
        libdbusmenu-qt.so.2 => /usr/lib/libdbusmenu-qt.so.2
(0x00007f5b5aa88000)

% ldd /usr/bin/konsole |grep -i qt
        libQt5Widgets.so.5 => /usr/lib/libQt5Widgets.so.5 (0x00007f225ecc1000)
        libQt5Gui.so.5 => /usr/lib/libQt5Gui.so.5 (0x00007f225e77e000)
        libQt5Core.so.5 => /usr/lib/libQt5Core.so.5 (0x00007f225e2b0000)
        libQt5PrintSupport.so.5 => /usr/lib/libQt5PrintSupport.so.5
(0x00007f22620c7000)
        libQt5Xml.so.5 => /usr/lib/libQt5Xml.so.5 (0x00007f2262087000)
        libQt5Network.so.5 => /usr/lib/libQt5Network.so.5 (0x00007f225cd3f000)
        libQt5DBus.so.5 => /usr/lib/libQt5DBus.so.5 (0x00007f2262006000)
        libphonon4qt5.so.4 => /usr/lib/libphonon4qt5.so.4 (0x00007f225cabc000)
        libQt5Svg.so.5 => /usr/lib/libQt5Svg.so.5 (0x00007f2261faa000)
        libQt5X11Extras.so.5 => /usr/lib/libQt5X11Extras.so.5
(0x00007f2261fa4000)
        libdbusmenu-qt5.so.2 => /usr/lib/libdbusmenu-qt5.so.2
(0x00007f22574b3000)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list