Hi! I installed gtk2_prefs on 10.0 RC1 and changed fonts. It works for example in the Gimp, GQview, Skype...but doesn;t works in Firefox 1.06 (same in beta 1.5) and Mozilla. How can i chage a size of font for menus in those to programs, please? Thanks, Mitja
I installed gtk2_prefs on 10.0 RC1 and changed fonts. It works for example in the Gimp, GQview, Skype...but doesn;t works in Firefox 1.06 (same in beta 1.5) and Mozilla. How can i chage a size of font for menus in those to programs, please?
That's because their UI is created using XUL overlayed on GTK+. A quick Google for 'suse firefox fonts' revealed http://www.linuxquestions.org/questions/history/359762 - might be of use. Otherwise you could try reasking with a subject line that actually reflects your problem... -- James Ogley james@usr-local-bin.org GNOME for SuSE: http://usr-local-bin.org/rpms Make Poverty History: http://makepovertyhistory.org
Am Donnerstag, 15. September 2005 00:44 schrieb ajtiM:
Hi!
I installed gtk2_prefs on 10.0 RC1 and changed fonts. It works for example in the Gimp, GQview, Skype...but doesn;t works in Firefox 1.06 (same in beta 1.5) and Mozilla. How can i chage a size of font for menus in those to programs, please?
Hi ajtiM, this changes the font. With the same method you should be able to change the font size too. meister@atlan:~> cat ~/.fonts.conf <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <alias> <family>sans-serif</family> <prefer> <family>Adobe Helvetica</family> </prefer> </alias> <alias> <family>sans</family> <prefer> <family>Adobe Helvetica</family> </prefer> </alias> <alias> <family>serif</family> <prefer> <family>Adobe Times</family> </prefer> </alias> <alias> <family>monospace</family> <prefer> <family>Adobe Courier</family> </prefer> </alias> <match target="font" > <edit mode="assign" name="antialias" > <bool>false</bool> </edit> </match> <dir>~/.fonts</dir> <match target="font" > <edit mode="assign" name="hinting" > <bool>true</bool> </edit> </match> <match target="font" > <edit mode="assign" name="hintstyle" > <const>hintmedium</const> </edit> </match> </fontconfig> -- mdc
On Thursday 15 September 2005 07:52, meister@netz00.com wrote:
Am Donnerstag, 15. September 2005 00:44 schrieb ajtiM:
Hi!
I installed gtk2_prefs on 10.0 RC1 and changed fonts. It works for example in the Gimp, GQview, Skype...but doesn;t works in Firefox 1.06 (same in beta 1.5) and Mozilla. How can i chage a size of font for menus in those to programs, please?
Hi ajtiM,
this changes the font. With the same method you should be able to change the font size too.
meister@atlan:~> cat ~/.fonts.conf <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <alias> <family>sans-serif</family> <prefer> <family>Adobe Helvetica</family> </prefer> </alias> <alias> <family>sans</family> <prefer> <family>Adobe Helvetica</family> </prefer> </alias> <alias> <family>serif</family> <prefer> <family>Adobe Times</family> </prefer> </alias> <alias> <family>monospace</family> <prefer> <family>Adobe Courier</family> </prefer> </alias> <match target="font" > <edit mode="assign" name="antialias" > <bool>false</bool> </edit> </match> <dir>~/.fonts</dir> <match target="font" > <edit mode="assign" name="hinting" > <bool>true</bool> </edit> </match> <match target="font" > <edit mode="assign" name="hintstyle" > <const>hintmedium</const> </edit> </match> </fontconfig>
-- mdc
I had same problem with SuSE 9.3 and i saved but forgot, grrr. I change size of fonts with Gnome Control Center - fonts and it works with Firefox, Mozilla but i forgot how can i save it. When i restart KDE fonts are again same. And one other question: if i chnageg fonts with Gnome Center why it change also in the KDE app.? Thanks.
Am Freitag, 16. September 2005 02:05 schrieb ajtiM:
On Thursday 15 September 2005 07:52, meister@netz00.com wrote:
I installed gtk2_prefs on 10.0 RC1 and changed fonts. It works for example in the Gimp, GQview, Skype...but doesn;t works in Firefox 1.06 (same in beta 1.5) and Mozilla.
Am Donnerstag, 15. September 2005 00:44 schrieb ajtiM: this changes the font. With the same method you should be able to change the font size too. ... I had same problem with SuSE 9.3 and i saved but forgot, grrr. I change size of fonts with Gnome Control Center - fonts and it works with Firefox, Mozilla but i forgot how can i save it. When i restart KDE fonts are again same.
Hi ajtiM, take a look in ~/.gtkrc-kde and ~/.kde/share/config/gtkrc
And one other question: if i chnageg fonts with Gnome Center why it change also in the KDE app.?
Not for me. Or I didn't noticed yet. -- mdc
On Thursday 15 September 2005 20:00, meister@netz00.com wrote:
Hi ajtiM,
take a look in ~/.gtkrc-kde and ~/.kde/share/config/gtkrc
I don't have above files... ...and i found settings with Gnome Control Center: "Set your fonts as you wish and put - /opt/gnome/lib/control-center-2.0/gnome-settings-daemon in .KDE/autostart to keep gnome settings in KDE" ....kde/Autostart has .directory nothing more. Can yu help me please where and how should i put settings in?
* ajtiM <ajtim@wi.rr.com> [09-15-05 20:47]:
/opt/gnome/lib/control-center-2.0/gnome-settings-daemon in .KDE/autostart to keep gnome settings in KDE"
....kde/Autostart has .directory nothing more. Can yu help me please where and how should i put settings in?
~/.kde/Autostart/ ~ = /home/<you>/ -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org HOG # US1244711 Photo Album: http://wahoo.no-ip.org/gallery2
On Thursday 15 September 2005 20:00, meister@netz00.com wrote: "Set your fonts as you wish and put - /opt/gnome/lib/control-center-2.0/gnome-settings-daemon in .KDE/autostart to keep gnome settings in KDE" I don't know if i am tired or something else...:)) It works. Thanks. Mitja
participants (4)
-
ajtiM
-
James Ogley
-
meister@netz00.com
-
Patrick Shanahan