aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: How to change font?  (Read 2861 times)

steh

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
How to change font?
« 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.
Logged

steh

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: How to change font?
« Reply #1 on: February 07, 2005, 11:39:12 AM »

Is my question stupid or nobody knows how to do it?
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: How to change font?
« Reply #2 on: February 07, 2005, 12:09:13 PM »

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
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

steh

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: How to change font?
« Reply #3 on: February 08, 2005, 03:44:04 PM »

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
Logged

steh

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: How to change font?
« Reply #4 on: February 12, 2005, 12:36:59 PM »

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.
Logged