View previous topic :: View next topic |
Author |
Message |
MikeRS n00b

Joined: 23 Apr 2005 Posts: 71
|
Posted: Wed Feb 15, 2006 1:13 am Post subject: GTK Apps in KDE.. (SOLVED) |
|
|
Okay, this is getting annoying. Every time I log in, GTK applications have the default look and default X cursor until I run (not change settings) gnome-theme-manager and gnome-mouse-properties. What's more important IMO is that applications keep the Wasp theme... but having the mouse cursors set permanently would be nice too.
And no, please do not answer Gtk-Qt. Some programs crash with it, and besides it just doesn't look good anyway.
Last edited by MikeRS on Wed Feb 15, 2006 4:40 am; edited 1 time in total |
|
Back to top |
|
 |
omp Retired Dev


Joined: 10 Sep 2005 Posts: 1018 Location: Glendale, California
|
Posted: Wed Feb 15, 2006 1:20 am Post subject: |
|
|
Hmm, this isn't a problem for me, but have you thought about having gnome-theme-manager and gnome-mouse-properties run on start up? _________________ meow. |
|
Back to top |
|
 |
sean345 Tux's lil' helper

Joined: 11 Mar 2005 Posts: 103 Location: California
|
Posted: Wed Feb 15, 2006 1:29 am Post subject: |
|
|
Have you tried putting the theme, font, and cursor settings in ~/.gtkrc-2.0? I use gtk-chtheme to set the first two and then just add my cursor options to gtkrc.mine which gtk-chtheme sets to automatically include into .gtkrc-2.0.
- Sean _________________ If cities were built like software is built, the first woodpecker to come along would level civilization.
Black Frog Studios |
|
Back to top |
|
 |
MikeRS n00b

Joined: 23 Apr 2005 Posts: 71
|
Posted: Wed Feb 15, 2006 1:32 am Post subject: |
|
|
Haven't really wanted to always have the two GNOME settings programs at startup. Well it'd solve having to run them manually, but also I'd need to close both of them every time I log in.
Also, sean, mind telling how the the config files are supposed to work? I don't have the files in my $HOME directory (might be part of the problem) and gtk-chtheme crashes when I select a theme:
Code: | % gtk-chtheme
(gtk-chtheme:14793): GLib-CRITICAL **: g_scanner_input_file: assertion `input_fd >= 0' failed
*** glibc detected *** double free or corruption (out): 0x0809fe50 ***
zsh: abort gtk-chtheme |
|
|
Back to top |
|
 |
sean345 Tux's lil' helper

Joined: 11 Mar 2005 Posts: 103 Location: California
|
Posted: Wed Feb 15, 2006 2:04 am Post subject: |
|
|
Quote: | Also, sean, mind telling how the the config files are supposed to work? I don't have the files in my $HOME directory (might be part of the problem) and gtk-chtheme crashes when I select a theme:
|
Here is a quick example of a .gtkrc-2.0 theme file. You will want to change the theme, font, and cursor settings to match your own choices:
Code: | include "/usr/share/themes/Clearlooks/gtk-2.0/gtkrc"
gtk-font-name="Bitstream Vera Sans 12"
gtk-cursor-theme-name = "whiteglass"
gtk-cursor-theme-size = 16 |
You might also look into if there are any bug reports filed for that theme and/or for gtk-chtheme.
- Sean _________________ If cities were built like software is built, the first woodpecker to come along would level civilization.
Black Frog Studios |
|
Back to top |
|
 |
MikeRS n00b

Joined: 23 Apr 2005 Posts: 71
|
Posted: Wed Feb 15, 2006 4:40 am Post subject: |
|
|
Thanks for the sample .gtkrc-2.0 .. with so little documentation for the actual configuration files it was hell. <_< |
|
Back to top |
|
 |
DnasTheGreat Tux's lil' helper


Joined: 24 Jun 2005 Posts: 90 Location: In front of a computer
|
Posted: Wed Feb 15, 2006 5:05 pm Post subject: |
|
|
I realize this is solved already.
But I usually find it more convenient to replace the include line with
Code: | gtk-theme-name="Glossy P"
gtk-icon-theme-name="ICON-Crystal-SVG-1.1.0" |
This way you can set an icon theme, and, more importantly, not break GNOME's theme switcher. (I used to rotate betweeen various DEs and WMs) _________________ Dnas
Wildfire Games 0 A. D. texture artist*
Contact me: david@wildfiregames.com
* Might I add 0 A. D. will have a native Linux port?  |
|
Back to top |
|
 |
|