More Konqueror Q

Luciano Montanaro mikelima at cirulla.net
Tue Jan 24 15:47:42 CET 2006


On Tuesday 24 January 2006 15:19, Yan Seiner wrote:
> I figured I can piggyback on Eva's questions....  :-)
>

Ok. I did not answer because Dirk already said everything really, in much 
more detail than I would be able to do.

> 1.  I am using kiosk mode with scroll bars enabled.  Where are the
> styles set?  The default bars are fairly large and consume a visually
> disproportionate part of my screen.  Also, since I am working with a
> monochrome screen, I'd like to be able to set colors for the scroll bars.


It uses the "global" qt style by default, but you can override it with the 
-style option.

If your Qt has the motif style, you can make konq-e using it with 

konqueror -style motif

You can make your own style and make it look exactly the way you need. 
The QStyle reference contains all you need to know, really. 

>
> 2.  Where are the default fonts picked?  I need to eliminate all but 4
> font sizes of a unicode/utf-8 font.  Right now the fontdir consumes
> about 14 MB; all I really need is a normal and bold sans-serif font in 4
> sizes.  If I just remove unwanted fonts, will QT only pick the ones that
> are left?  Or will I get those 'fonts unavailable' blocks?  How do I
> know which fonts are unicode?  (This machine will be shipped world-wide,
> and configured locally by dealers, so I can't really test all possible
> combinations....)

There is no special magic involved. Konqueror uses the system fonts, and Qt 
has a fallback mechanism. It is not perfect, but you can tweak it, 
the .qt/qtrc file contains an entry [Font Substitution] which you can use.
Konqueror itself has its own font map. I think it's under the [HTML 
Settings] section. 

>
> 3.  How do I prevent konqueror from writing to the disk?  I have a small
> ramfs for /tmp, but konq is still writing cache data to /...  How can I
> prevent that?  My / will be readonly....
>

In your konq-embedrc put these lines:

[http Settings]
UseCache=false


> 4.  Has anyone configured ksvg or ksvg2 with konq/e?  Using client-side
> graphics would make my life much easier, and the system much more
> user-friendly...

I haven't, but it could be a nice addition. I had a look at KSVG when it got 
in KDE at first. but it seemed a bit to heavy on memory usage, and it 
needed some more external libraries.

Would flash do for you? There is a minimal flash player in the addon 
directory, you can enable it with --enable-addons=kflashpart

Luciano  

>
> Thanks,
>


-- 
Luciano Montanaro //
              \\ //
               \x/ www.cirulla.net


More information about the konq-e mailing list