aMule Forum
English => aMule Help => Topic started by: steh on February 05, 2005, 10:06:24 AM
-
Hi, I'd like to use different font then the default one, but aMule seems to ignore my gtk font setting (and alsi X-CD-Roast). But other applications do work for example gtkam.
cat .gtkrc
style "default"
{
fontset="-microsoft-tahoma-medium-r-normal-*-*-80-*-*-p-*-iso8859-2"
}
widget_class "*" style "default"
gtk-font-name="Tahoma 8"
.gtkrc-2.0 is the same...
You say that aMule is using gtk fonts, so why is this?
Thanks for help.
-
Is my question stupid or nobody knows how to do it?
-
gtkam is it gtk1.2 or gtk2 application,
there are tools which change your gtk-themes for gtk1.2 and for gtk2
just get the right theme switcher for the gtk version your amule uses, which will normaly be gtk1.2
stefanero
-
I see, so problem is in my .gtkrc-1.2-gnome2 configuration, but I'm still unsuccessful...
$ cat .gtkrc-1.2-gnome2
# Autowritten by gnome-settings-daemon. Do not edit
include "/usr/share/themes/Indubstrial/gtk/gtkrc"
include "/home/steh/.gtkrc.mine"
$ cat .gtkrc-mine
style "default"
{
fontset="-microsoft-tahoma-medium-r-normal-*-*-80-*-*-p-*-iso8859-2"
}
widget_class "*" style "default"
gtk-font-name="Tahoma 8"
I'll try more, If sb have some idea that could help me, pls, rply. Thx
-
thanks, I solved the problem, problem was in mu gtk1.2 setting and that gtk1.2 didn't see Tahoma font.
Thanks stefanero for showing direction where is the problem.