Missing font display in menu with KDE4 (python-kde4)
Hi, I am playing around with python-kde4-doc and the tutorial applications that it's shipped with. I have (up to) perfect font display in the app's main part, but the menu bar contains no visible text at all, I can only see the symbols that ought to precede the text. Looking at the spacing of the menu entries, it looks like the fonts are drawn, just with background colour = foreground colour. I dunno if its a problem wrt KDE4 installation (lack of software here to compare it too), or if it solely stems from the python-kde4 part. Any hints anyone? Christoph -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Missing font display in menu with KDE4 (python-kde4)
Am Dienstag, 8. April 2008 schrieb Christoph Burgmer: > Hi, > > I am playing around with python-kde4-doc and the tutorial applications that > it's shipped with. > > I have (up to) perfect font display in the app's main part, but the menu > bar contains no visible text at all, I can only see the symbols that ought > to precede the text. Looking at the spacing of the menu entries, it looks > like the fonts are drawn, just with background colour = foreground colour. > > I dunno if its a problem wrt KDE4 installation (lack of software here to > compare it too), or if it solely stems from the python-kde4 part. kcmshell4 doesn't let me configure fonts, it wouldn't even list the module "fonts": $ kcmshell4 fonts findServiceByDesktopPath: fonts.desktop not found Is that how it should be without full KDE4 installation on current unstable? Chris -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Missing font display in menu with KDE4 (python-kde4)
Am Dienstag, 8. April 2008 schrieb Christoph Burgmer: > Hi, > > I am playing around with python-kde4-doc and the tutorial applications that > it's shipped with. > > I have (up to) perfect font display in the app's main part, but the menu > bar contains no visible text at all, I can only see the symbols that ought > to precede the text. Looking at the spacing of the menu entries, it looks > like the fonts are drawn, just with background colour = foreground colour. > > I dunno if its a problem wrt KDE4 installation (lack of software here to > compare it too), or if it solely stems from the python-kde4 part. I'll answer myself: Seems like PyKDE4 still has issues and doesn't do menus with the Oxygen theme. (http://www.riverbankcomputing.com/pipermail/pyqt/2008-March/018915.html) Chris -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]