Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How to change GTK settings without having GNOME installed?
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
Attis SH
n00b
n00b


Joined: 23 Feb 2003
Posts: 62
Location: Budapest, Hungary

PostPosted: Wed Mar 19, 2003 8:52 pm    Post subject: How to change GTK settings without having GNOME installed? Reply with quote

I'm a happy KDE user, the only program I use from that other DE is GIMP. My problem with it is that the fonts in the GUI are HUGE, around twice the size I'd think normal... is there a way to change it, apart from
emerging GNOME?

I used GNOME for quite some time in the past, but nowadays I prefer
KDE, Window Maker and fluxbox and I don't want to use it again in the near future.

I think there should be a way to configure GTK apps in some other way... or am I wrong?
Back to top
View user's profile Send private message
mikeraach
Apprentice
Apprentice


Joined: 20 Jan 2003
Posts: 168

PostPosted: Wed Mar 19, 2003 9:59 pm    Post subject: Reply with quote

gtkswitch will do what you want. I think gtk2switch (or is it gtkswitch2?) will work for both gtk2 and gtk1 apps.
Back to top
View user's profile Send private message
Attis SH
n00b
n00b


Joined: 23 Feb 2003
Posts: 62
Location: Budapest, Hungary

PostPosted: Wed Mar 19, 2003 11:21 pm    Post subject: Reply with quote

mikeraach wrote:
gtkswitch will do what you want. I think gtk2switch (or is it gtkswitch2?) will work for both gtk2 and gtk1 apps.

This doesn't seem to help... I see no difference after changing the theme. but at least I figured out the things I should try to put in my gtkrc. Thanks.
Back to top
View user's profile Send private message
sepp2k
Tux's lil' helper
Tux's lil' helper


Joined: 06 Feb 2003
Posts: 78

PostPosted: Wed Mar 19, 2003 11:40 pm    Post subject: Reply with quote

mikeraach wrote:
I think gtk2switch (or is it gtkswitch2?) will work for both gtk2 and gtk1 apps.

No, it doesn't. You need Version 1.x to change gtk1-Themes
Back to top
View user's profile Send private message
alkalinelito
Tux's lil' helper
Tux's lil' helper


Joined: 18 Jun 2002
Posts: 85
Location: Uruguay

PostPosted: Thu Mar 20, 2003 12:43 am    Post subject: Reply with quote

Hallo !

emerge gtk-theme-switch

:D
Back to top
View user's profile Send private message
alkalinelito
Tux's lil' helper
Tux's lil' helper


Joined: 18 Jun 2002
Posts: 85
Location: Uruguay

PostPosted: Thu Mar 20, 2003 12:46 am    Post subject: Reply with quote

Oh another thing, for the switch to work correctly , you need to emerge gtk-themes
That will install deps and stuff needed for the switch to work perfectyl
I'm using openbox,
And Chaning fonts and themes in GTK2 apps, works GREAT.

Have fun themeing gtk2 !
Back to top
View user's profile Send private message
Yuber
Tux's lil' helper
Tux's lil' helper


Joined: 08 Jan 2003
Posts: 139

PostPosted: Wed Apr 30, 2003 10:02 pm    Post subject: Reply with quote

alkalinelito wrote:
Oh another thing, for the switch to work correctly , you need to emerge gtk-themes
That will install deps and stuff needed for the switch to work perfectyl
I'm using openbox,
And Chaning fonts and themes in GTK2 apps, works GREAT.

Have fun themeing gtk2 !


ok, so how does changing themes change the size of my fonts? so far all this is doing is changing the themes. what?
Back to top
View user's profile Send private message
theJPster
n00b
n00b


Joined: 24 Sep 2002
Posts: 32
Location: East Midlands, UK

PostPosted: Wed Apr 30, 2003 11:04 pm    Post subject: Font changing Reply with quote

There is an icon to the left of the Theme Selection drop-down-box. That opens up some other options including custom fonts :)

Code:

jp@barney documents $ emerge -p /usr/portage/x11-themes/gtk-theme-switch/gtk-theme-switch*.ebuild

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R  ] x11-themes/gtk-theme-switch-1.0.1
[ebuild   R  ] x11-themes/gtk-theme-switch-2.0.0_rc2


The programs are called switch and switch2. It's interesting to see the differences between the toolkits. Gotta love the fontconfig support in GTK2!
_________________
theJPster
Back to top
View user's profile Send private message
TenPin
Guru
Guru


Joined: 26 Aug 2002
Posts: 500
Location: Kansas City

PostPosted: Thu May 01, 2003 12:14 am    Post subject: Reply with quote

Code:

tenpin@tenpin 62 1.2M tenpin cat .gtkrc
include "/usr/share/themes/Bluecurve/gtk/gtkrc"

style "user-font"
{
  fontset="-monotype-arial-medium-r-normal-*-*-90-*-*-p-*-iso8859-15"
}
widget_class "*" style "user-font"

include "/home/tenpin/.gtkrc.mine"
tenpin@tenpin 62 1.2M tenpin cat .gtkrc-2.0
include "/usr/share/themes/Bluecurve/gtk-2.0/gtkrc"
gtk-font-name = "Luxi Sans 8"
include "/home/tenpin/.gtkrc.mine"
gtk-can-change-accels = 1
Back to top
View user's profile Send private message
Yuber
Tux's lil' helper
Tux's lil' helper


Joined: 08 Jan 2003
Posts: 139

PostPosted: Thu May 01, 2003 12:18 pm    Post subject: Re: Font changing Reply with quote

theJPster wrote:
There is an icon to the left of the Theme Selection drop-down-box. That opens up some other options including custom fonts :)

I don't see it :|

EDIT: You meant to the right, oh ok I got it and it works fine :)

There seems to be a porblem though, mozilla still has huge fonts.

EDIT 2: I got switch for gtk1 themes and it didn't affect mozilla at all. The problem is, is that the text int he address bar is huge, as is the text in the menus. It also affects the text on a lot of sites (this one) to be larger than normal, even changing the settings in the mozilla font settings doesnt seem to work. What's going on here? This happened since I uninstalled gnome.
Back to top
View user's profile Send private message
christsong84
Veteran
Veteran


Joined: 06 Apr 2003
Posts: 1003
Location: GMT-8 (Spokane)

PostPosted: Wed Oct 01, 2003 2:29 pm    Post subject: Re: Font changing Reply with quote

Yuber wrote:
theJPster wrote:
There is an icon to the left of the Theme Selection drop-down-box. That opens up some other options including custom fonts :)

I don't see it :|

EDIT: You meant to the right, oh ok I got it and it works fine :)

There seems to be a porblem though, mozilla still has huge fonts.

EDIT 2: I got switch for gtk1 themes and it didn't affect mozilla at all. The problem is, is that the text int he address bar is huge, as is the text in the menus. It also affects the text on a lot of sites (this one) to be larger than normal, even changing the settings in the mozilla font settings doesnt seem to work. What's going on here? This happened since I uninstalled gnome.


did you ever fix this? I'm having the same problem and most of the other threads on this topic aren't offering much help.
_________________
while(true) {self.input(sugar);} :twisted:
Back to top
View user's profile Send private message
cult hero
Apprentice
Apprentice


Joined: 13 Oct 2002
Posts: 186
Location: Las Vegas

PostPosted: Thu Oct 02, 2003 10:33 am    Post subject: Reply with quote

And it's just Mozilla (and FireBird too). Even Epiphany is using the proper font sizes. I haven't found a solution and just went over to using Epiphany for my Gecko based brower. Not a solution but...
_________________
Repeat after me! This world is made of love and peace!
Back to top
View user's profile Send private message
cult hero
Apprentice
Apprentice


Joined: 13 Oct 2002
Posts: 186
Location: Las Vegas

PostPosted: Thu Oct 02, 2003 10:37 am    Post subject: Reply with quote

Duh.

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

I haven't tried his suggestion yet but I read it about 2 minutes after my last post. Anyway... that might help.
_________________
Repeat after me! This world is made of love and peace!
Back to top
View user's profile Send private message
christsong84
Veteran
Veteran


Joined: 06 Apr 2003
Posts: 1003
Location: GMT-8 (Spokane)

PostPosted: Fri Oct 03, 2003 12:31 pm    Post subject: Reply with quote

gaim fonts look a whole lot better...however mozilla's still huge :(
_________________
while(true) {self.input(sugar);} :twisted:
Back to top
View user's profile Send private message
arkanlor
n00b
n00b


Joined: 06 Jan 2004
Posts: 30

PostPosted: Wed Feb 11, 2004 9:10 am    Post subject: Reply with quote

my mozilla uses gtk2, not gtk1
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