aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Small fonts in debian sarge  (Read 2956 times)

pilotero

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
Small fonts in debian sarge
« on: September 21, 2004, 10:44:57 PM »

Hi friends,

I have just installed debian sarge in my computer, then installed amule with apt-get. everything works fine BUT amule is using very small fonts so it is very dificult to read something on it. Should I install some special font to see text properly in amule? This is the font section in my XF86Config-4 file:

Section "Files"
        # if the local font server has problems, we can fall back on these
    FontPath    "/usr/lib/X11/fonts/misc:unscaled"
    FontPath    "/usr/lib/X11/fonts/cyrillic"
    FontPath    "/usr/lib/X11/fonts/100dpi:unscaled"
    FontPath    "/usr/lib/X11/fonts/75dpi:unscaled"
    FontPath    "/usr/lib/X11/fonts/Type1"
    FontPath    "/usr/lib/X11/fonts/Speedo"
    FontPath    "/usr/local/share/fonts"
    FontPath    "/usr/share/fonts"
    FontPath    "/usr/X11R6/lib/X11/fonts"
    FontPath    "/usr/share/fonts/truetype"
    FontPath    "/usr/share/fonts/type1"
    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath    "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath    "/usr/X11R6/lib/X11/fonts/misc"
    FontPath    "/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath    "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath    "/usr/share/fonts/type1/gsfonts"
EndSection

Any help would be appreciated.

Marcel
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: Small fonts in debian sarge
« Reply #1 on: September 22, 2004, 09:45:04 AM »

Please read this http://www.amule.org/wiki/index.php/Debian_fonts
And luck! Greetings
Logged

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Re: Small fonts in debian sarge
« Reply #2 on: September 23, 2004, 06:38:22 PM »

Just thinking about the complain to small font size, I was thinking if there is anyway to specify which font should aMule use...I think the font size is pretty big, but have found no way to make it smaller. Using aMule 2.0.0RC5 on Mandrake 10.0

Thanks.
Logged

Seagull

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 154
Re: Small fonts in debian sarge
« Reply #3 on: September 23, 2004, 07:09:02 PM »

Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: Small fonts in debian sarge
« Reply #4 on: September 23, 2004, 10:44:15 PM »

Seagull,

There is no relation between aMule and the gtk beeing used. The relation is between wxGTK and GTK. If wxGTK is compiled with GTK2+ support, aMule will use GTK2+ otherwise, GTK+ will be used.

Cheers!
Logged

Seagull

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 154
Re: Small fonts in debian sarge
« Reply #5 on: September 23, 2004, 11:05:05 PM »

Quote
Originally posted by phoenix
Seagull,

There is no relation between aMule and the gtk beeing used. The relation is between wxGTK and GTK. If wxGTK is compiled with GTK2+ support, aMule will use GTK2+ otherwise, GTK+ will be used.

Cheers!

Yep, true.  :P

Anyway, just a warning to change the right files (and some gui config programs i used only changed GTK2)  ?(

By the way, how about an option to show only the icons?
« Last Edit: September 23, 2004, 11:06:18 PM by Seagull »
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: Small fonts in debian sarge
« Reply #6 on: September 24, 2004, 01:59:57 PM »

Seagull,

In aMule case, you would not get a lot from only showing the icons (just hiding the text, is that what you want?), unless you change the size of the icons too, to save space, correct me if I am wrong, please.

So, basically, you will have to convince another developer :P to do that, because messing with interface is not my strongest skill :D

Cheers!
Logged

Seagull

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 154
Re: Small fonts in debian sarge
« Reply #7 on: September 24, 2004, 09:20:27 PM »

Quote
Originally posted by phoenix
Seagull,

In aMule case, you would not get a lot from only showing the icons (just hiding the text, is that what you want?), unless you change the size of the icons too, to save space, correct me if I am wrong, please.

I made a test, by changing the entries on muuli_wdr.cpp (which works for all but the connect button which is changed in other files), and it does save a lot of space (all the toolbar appears on 800x600, with plenty of space), its the labels that take the space (which varies with the language used, of course)..

I sugested it since i remembered it from emule (plus, at least), and something i used then. If it is of any interest, thats another story (since it wont solve the oversized preferences windows).
Logged