https://bugs.kde.org/show_bug.cgi?id=471079
--- Comment #5 from Friedrich W. H. Kossebau <kosse...@kde.org> --- (In reply to xintrea from comment #4) > I'm using LXDE 11 Not exactly sure which platform integration plugin Qt uses to read the system/platform configuration with that environment, seems people even can select different ones. To see which font actually is used, please see to have qtdiag installed. Then on the command line have the tool print its info into a textfile: $ qtdiag > qtdiag.txt Then open qtdiag.txt in a text editor and search for "Fixed font". What does it have for you? Here for comparison the lines I get --- 8< --- Fonts: General font : "Droid Sans" 10 Fixed font : "Droid Sans Mono" 10 Title font : "Droid Sans" 10 Smallest font: "Droid Sans" 8 --- 8< --- What font is listed there for you with "Fixed font"? To configure another fixed-width/monospace font on your system to try to find if that is the cause, with LXDE you might need to edit the fontconfig settings. No own experience with that, please get support from LXDE community on that. They might also know how to configure things for Qt-based applications and perhaps lend a hand with the fixedwidth/monospace font. Okteta itself simply relies on the Qt platform abstraction and tries to integrate by using whatever the system/environment has configured, as provided by the Qt platform integration plugins. -- You are receiving this mail because: You are watching all bug changes.