Kaixo!

On Thu, Jul 20, 2000 at 11:09:29AM +0200, Alen Salamun wrote:

> We have talked about it, but noone could actually help me on it.
> 
> Konsole still display's:
> 
> QFont::load: Internal error
> Aborted

You can apply this patch to kdebase:

--- kdebase-1.1.2/konsole/src/main.C.srtxg      Thu Jul 13 20:22:40 2000
+++ kdebase-1.1.2/konsole/src/main.C    Thu Jul 13 21:02:28 2000
@@ -81,8 +81,14 @@
 
 #define WITH_VGA
 
-char *fonts[] = {"6x13", "5x7", "6x10", "7x13", "9x15", "10x20",
-                 "linux8x16", "linux8x8" };
+char *fonts[] = {"6x13,*-medium-r-*-13-*-c-*,*-fixed-*,*-m-*",
+                "5x7,*-medium-r-*-7-*-c-*,*-fixed-*,*-m-*",
+                "6x10,*-medium-r-*-10-*-c-*,*-fixed-*,*-m-*",
+                "7x13,*-medium-r-*-13-*-c-*,*-fixed-*,*-m-*",
+                "9x15,*-medium-r-*-15-*-c-*,*-fixed-*,*-m-*",
+                "10x20,*-medium-r-*-20-*-c-*,*-fixed-*,*-m-*",
+                 "linux8x16,*-medium-r-*-16-*-c-*,*-fixed-*,*-m-*",
+                "linux8x8,*-medium-r-*-8-*-c-*,*-fixed-*,*-fixed-*,*-m-*" };
 
 static QIntDict<TESession> no2session;
 static QPtrDict<void>      session2no;

 
> And I have reinstalled every damn font available. Is there ANY way to
> see which font is it missing? And I don't belive a missing font should
> keep application from running...

The problem is that konsole has hardcoded font names; and those
font names are only valide for latin1 encoding.



-- 
Ki �a vos v�ye b�n,
Pablo Saratxaga

http://www.srtxg.easynet.be/            PGP Key available, key ID: 0x8F0E4975

Reply via email to