You are not logged in.

#1 2008-01-11 18:12:21

Davigetto
Member
From: In your mind
Registered: 2007-05-10
Posts: 266

Ugly fonts in GTK apps on e17

Hello, I would want to know how I can change the fonts of GTK apps in e17, cause it looks really ugly compared with gnome...

This is my gnome desktop:
http://img69.imageshack.us/img69/4176/pantallazomp4.png

And this my e17 desktop:
http://img69.imageshack.us/img69/8717/2 … 400rm8.png

What can I do?

Greetings


Only deaths can see the end of battles.

Blog: http://djmartinez.co.cc -> The life of a Computer Engineer

Offline

#2 2008-01-11 20:21:36

iggy
Member
From: Germany, L.E. - Leipzig
Registered: 2004-10-17
Posts: 367

Re: Ugly fonts in GTK apps on e17

Davigetto wrote:

Hello, I would want to know how I can change the fonts of GTK apps in e17, cause it looks really ugly compared with gnome...

This is my gnome desktop:
http://img69.imageshack.us/img69/4176/pantallazomp4.png

And this my e17 desktop:
http://img69.imageshack.us/img69/8717/2 … 400rm8.png

What can I do?

Greetings

can i be honest?!

imo the fonts in e17 are looking better than on the gnome-shot!

the fonts in gnome are blurred and letters like the "m" look like i'm squinting.

this is my /etc/fonts/local.conf:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
    <!-- Info at http://gentoo-wiki.com/HOWTO_Xorg_and_Fonts -->

    <!-- Replace Courier with a better-looking font -->
    <match target="pattern" name="family">
        <test name="family" qual="any">
            <string>Courier</string>
        </test>
        <edit name="family" mode="assign">
            <!-- Other choices - Courier New, Luxi Mono -->
            <string>Bitstream Vera Sans Mono</string>
        </edit>
    </match>

    <match target="font">
        <edit name="rgba" mode="assign">
            <const>rgb</const>
        </edit>
        <edit name="autohint" mode="assign">
            <bool>true</bool>
        </edit>
        <edit name="antialias" mode="assign">
            <bool>true</bool>
        </edit>
        <edit name="hinting" mode="assign">
            <bool>true</bool>
        </edit>

        <edit name="hintstyle" mode="assign">
            <const>hintfull</const>
        </edit>
    </match>

    <!-- Disable autohint for bold fonts, otherwise they look *too* bold -->
    <match target="font">
           <test name="weight" compare="more">
            <const>medium</const>
        </test>
           <edit name="autohint" mode="assign">
            <bool>false</bool>
        </edit>
    </match>

    <!-- Reject bitmap fonts in favour of Truetype, Postscript, etc. -->
    <selectfont>
        <rejectfont>
            <pattern>
                <patelt name="scalable">
                    <bool>false</bool>
                </patelt>
            </pattern>
        </rejectfont>
    </selectfont>

</fontconfig>

Last edited by iggy (2008-01-11 20:22:03)


sorry for my bad english smile

Offline

#3 2008-01-11 22:12:02

Davigetto
Member
From: In your mind
Registered: 2007-05-10
Posts: 266

Re: Ugly fonts in GTK apps on e17

I have solved that. I have installed gtk-chtheme package and I have changed the theme.

Greetings


Only deaths can see the end of battles.

Blog: http://djmartinez.co.cc -> The life of a Computer Engineer

Offline

Board footer

Powered by FluxBB