Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mozilla, Evolution and Galeon menu fonts are big! and weird!
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Elear
n00b
n00b


Joined: 16 Apr 2003
Posts: 37

PostPosted: Mon Jun 30, 2003 8:01 am    Post subject: Mozilla, Evolution and Galeon menu fonts are big! and weird! Reply with quote

Hi
Have a nice gnome2 desktop, with Vera fonts in my laptop, and all apps show great, except these three. The issue is the same in all; the contests (e.g. a web page) is shown wonderfull, but the main menu bars and pulldown menus looks bigger than the rest and the fonts are different, seems that they are using maybe builtin fonts or not finding where the proper fonts are.

I know galeon can show itself much better as in my other computer it shows great with small tt fonts,!

Any ideas? I have reading several posts regarding fonts, have re-emerge mozilla, galeon, messed up with /etc/fonts/local.conf

I need to have this solved in two days, please any help would be greatly appreciated.
E.
Back to top
View user's profile Send private message
Thyraz
n00b
n00b


Joined: 17 Jun 2003
Posts: 38

PostPosted: Mon Jun 30, 2003 1:00 pm    Post subject: Reply with quote

looks like this?
[img:b82a117495]http://www.linuxforen.de/forums/attachment.php?s=&postid=490573[/img:b82a117495]

I solved the Problem in Mozilla this way: put following in your userChrome.css for smaller Menufonts

menubar, menubutton, menulist, menu, menuitem {
font-family: <yourFont> !important;
font-style: italic !important;
font-weight: bold !important;
font-size: <yoursize> !important;
}

If the complete Chrome Fonts are to big try these instead:

* {
font-family: <yourfont> !important;
font-style: italic !important;
font-weight: bold !important;
font-size: <yoursize> !important;
}
Back to top
View user's profile Send private message
Elear
n00b
n00b


Joined: 16 Apr 2003
Posts: 37

PostPosted: Thu Jul 03, 2003 4:50 am    Post subject: Reply with quote

Hi,
I take a rough approach for this, just removed gtk and insert gtk2 in my USE var. This means getting inestable, and this is the laptop i use in my work so i do not like it but after reemerging mozilla, galeon and evolution the fonts look amazingly good!

thanks
Back to top
View user's profile Send private message
BrainMaster
n00b
n00b


Joined: 28 May 2003
Posts: 38
Location: Portugal

PostPosted: Tue Jul 08, 2003 8:46 am    Post subject: Reply with quote

Elear wrote:
Hi,
I take a rough approach for this, just removed gtk and insert gtk2 in my USE var. This means getting inestable, and this is the laptop i use in my work so i do not like it but after reemerging mozilla, galeon and evolution the fonts look amazingly good!

thanks


I have the same problem, but it only revealed itselft once I changed my USE var and inserted gtk2... after that I reemerged firebird and evolution, and I really don't like the look of those program fonts by now... For firebird, I found a theme that makes it a little bit better, but still not good enought!
I believe that if I reemerge those programs using gtk instead of gtk2, I'll get what I want, but I'ld like to understand why this appends...

btw, one interesting thing is that those fonts look good when using some window managers and bad with another window managers!! There must be a place to configure this somewhere!
_________________
"Codito, ergo sum..."
Back to top
View user's profile Send private message
Konsti
l33t
l33t


Joined: 10 Dec 2002
Posts: 691

PostPosted: Tue Jul 08, 2003 12:59 pm    Post subject: Re: Mozilla, Evolution and Galeon menu fonts are big! and we Reply with quote

Elear wrote:

The issue is the same in all; the contests (e.g. a web page) is shown wonderfull, but the main menu bars and pulldown menus looks bigger than the rest and the fonts are different


Funny, I have the Problem in all gtk2 Apps and fat fonts in every Browser...
Did you not have that weird menu fonts in other gtk2 apps?

https://forums.gentoo.org/viewtopic.php?t=65707

K
Back to top
View user's profile Send private message
BrainMaster
n00b
n00b


Joined: 28 May 2003
Posts: 38
Location: Portugal

PostPosted: Tue Jul 08, 2003 6:02 pm    Post subject: Reply with quote

Yes, I have the same problem in every gtk2 programs, I guess... I've only compiled evolution and firebird with that so far, but I'm sure that's a gtk2 problem!
I do believe there's some solution for it, because the problem only reveals itself when using some window managers, there must be a special configuration or something like that, that solves the problem!
_________________
"Codito, ergo sum..."
Back to top
View user's profile Send private message
Konsti
l33t
l33t


Joined: 10 Dec 2002
Posts: 691

PostPosted: Tue Jul 08, 2003 7:47 pm    Post subject: Reply with quote

Ok... Hm....
Are you using more agressive CFLAGS or more konservative ones? I use farther agressive ones on pentium4 and I am trying to use less agressive ones now on gtk2 and so on, lets see...

K
Back to top
View user's profile Send private message
maystorm
Apprentice
Apprentice


Joined: 02 Jun 2002
Posts: 222
Location: Germany, not far away

PostPosted: Sun Jul 13, 2003 10:22 am    Post subject: Reply with quote

Thyraz gave this great hint and wrote:

... If the complete Chrome Fonts are to big try these instead:

* {
font-family: <yourfont> !important;
font-style: italic !important;
font-weight: bold !important;
font-size: <yoursize> !important;
}

Thanx for that tip; I was already pulling all of my hair out! :lol:
_________________
Linux user #216018
Back to top
View user's profile Send private message
Mr Bonhomme
n00b
n00b


Joined: 03 Mar 2003
Posts: 30

PostPosted: Mon Jul 14, 2003 2:27 pm    Post subject: Reply with quote

BrainMaster wrote:
Yes, I have the same problem in every gtk2 programs, I guess... I've only compiled evolution and firebird with that so far, but I'm sure that's a gtk2 problem!
I do believe there's some solution for it, because the problem only reveals itself when using some window managers, there must be a special configuration or something like that, that solves the problem!


I did that:

1. gconf-editor
set the value of
desktop -> font_rendering -> dpi
/usr/bin/gnome-settings-daemon --oaf-activate-iid=OAFIID:GNOME_SettingsDaemon --oaf-ior-fd=15

2. launch this:
/usr/bin/gnome-settings-daemon --oaf-activate-iid=OAFIID:GNOME_SettingsDaemon --oaf-ior-fd=15

3. launch my application

I hope that will help

Mr Bonhomme
Back to top
View user's profile Send private message
Mr Bonhomme
n00b
n00b


Joined: 03 Mar 2003
Posts: 30

PostPosted: Mon Jul 14, 2003 2:29 pm    Post subject: Reply with quote

Mr Bonhomme wrote:
BrainMaster wrote:
Yes, I have the same problem in every gtk2 programs, I guess... I've only compiled evolution and firebird with that so far, but I'm sure that's a gtk2 problem!
I do believe there's some solution for it, because the problem only reveals itself when using some window managers, there must be a special configuration or something like that, that solves the problem!


I did that:

1. gconf-editor
set the value of
desktop -> font_rendering -> dpi
/usr/bin/gnome-settings-daemon --oaf-activate-iid=OAFIID:GNOME_SettingsDaemon --oaf-ior-fd=15

2. launch this:
/usr/bin/gnome-settings-daemon --oaf-activate-iid=OAFIID:GNOME_SettingsDaemon --oaf-ior-fd=15

3. launch my application

I hope that will help

Mr Bonhomme


Ooops :
dont put /usr/bin/gnome-settings-daemon --oaf-activate-iid=OAFIID:GNOME_SettingsDaemon --oaf-ior-fd=15 as a value for desktop -> font_rendering -> dpi, its a copy/paste error
just put a number

Mr Bonhomme
Back to top
View user's profile Send private message
BrainMaster
n00b
n00b


Joined: 28 May 2003
Posts: 38
Location: Portugal

PostPosted: Mon Jul 14, 2003 9:20 pm    Post subject: Reply with quote

thanks but that's not a solution for me... I haven't either gconf-editor nor gnome-settings-daemon ...
I don't have gnome installed... but thanks anyway
_________________
"Codito, ergo sum..."
Back to top
View user's profile Send private message
c07
Veteran
Veteran


Joined: 25 Oct 2002
Posts: 1091

PostPosted: Tue Jul 15, 2003 3:19 am    Post subject: Reply with quote

If you don't have Gnome installed, changing font.uifont.* in [url]about:config[/url] may help, but IIRC the necessary
patch is missing in Gentoo.
Back to top
View user's profile Send private message
BrainMaster
n00b
n00b


Joined: 28 May 2003
Posts: 38
Location: Portugal

PostPosted: Tue Jul 15, 2003 12:37 pm    Post subject: Reply with quote

c07 wrote:
If you don't have Gnome installed, changing font.uifont.* in [url]about:config[/url] may help, but IIRC the necessary
patch is missing in Gentoo.


tnkx, I already had solved my browser problems. Now it's just Evolution bugging me with font sizes! Do you knw how to solve this in Evolution ?
_________________
"Codito, ergo sum..."
Back to top
View user's profile Send private message
Konsti
l33t
l33t


Joined: 10 Dec 2002
Posts: 691

PostPosted: Tue Jul 15, 2003 12:50 pm    Post subject: Reply with quote

May be USE="cjk" for fontconfig and freetype and startx -- -dpi 100 helps?
Like in my other thread?
At how much dpi runs your XServer?

Konsti
Back to top
View user's profile Send private message
Slack006
Tux's lil' helper
Tux's lil' helper


Joined: 10 Jan 2003
Posts: 97
Location: Desert of AZ

PostPosted: Mon Jul 21, 2003 6:38 am    Post subject: Reply with quote

Help a noob set his x server's dpi? I got it set on the default serverargs line in start x, but when I boot straight in via gdm, it doesn't seem to read this...
_________________
Slack

May the SOURCE be with you...
Back to top
View user's profile Send private message
Konsti
l33t
l33t


Joined: 10 Dec 2002
Posts: 691

PostPosted: Mon Jul 21, 2003 8:35 am    Post subject: Reply with quote

All Graphical Login managers ({x|g|k|e|w}dm) dont care about startx file and ~/.xinitrc. They read ~/.Xsessionrc and something in /etc/X11 with *session* in its name, I dont use them, so I dont know exactly what files these are in special.

K
Back to top
View user's profile Send private message
Slack006
Tux's lil' helper
Tux's lil' helper


Joined: 10 Jan 2003
Posts: 97
Location: Desert of AZ

PostPosted: Mon Jul 21, 2003 7:08 pm    Post subject: Reply with quote

Kewli. I'll check those out. It's just hard to find out what syntax to use for these files. Can anyone point me to a good resource for this type of thing?
_________________
Slack

May the SOURCE be with you...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum