BennyP Guru
Joined: 09 May 2003 Posts: 503 Location: Jerusalem, Israel
|
Posted: Mon Aug 09, 2004 12:11 am Post subject: GTK themes in MacOSX |
|
|
I installed GTK (1 and 2) using fink (I hope its not sacrilege to ask a fink related question here )
Then I downloaded the AquaX GTK theme,
Then made a directory called themes in (wouldnt let me make .themes from finder, said it was reserved for system folders) and put the AquaX folder inside there,
Next I copied the .gtkrc file from the theme dir to home Code: | cp /Users/bennyp/themes/AquaX/gtk-2.0/gtkrc /Users/bennyp/.gtkrc |
Then I added Code: | pixmap_path "/Users/bennyp/themes/AquaX" | to the top of .gtkrc and restarted gaim.... no change
I also tried Code: | pixmap_path "/Users/bennyp/themes/AquaX/gtk-2.0 | still no change in gaim's appearance.
I solved the problem by renaming .gtkrc to .gtkrc-2.0 Code: | mv .gtkrc .gtkrc-2.0 |
a simple solution, naturally.
I'm a little dissapointed though because all the widgets are still blocky... but the semi Aqua like striped background in the windows is working _________________ Could it be? |
|