PDA

View Full Version : [gnome] aurora help.


davbren
July 13th, 2008, 10:29 AM
hi, I've installed aurora and its themes, I've been playing with the config files to try and get everything blended in. unfortunately I can't quite get it rite, could someone help me out please?

spupy
July 14th, 2008, 12:02 PM
Hi, I guess you want to make the toolbar blend better with the rest of the window? Unfortunately, this is not possible by just altering gtkrc. This is programmed in the aurora theme by default. I changed the source of the theme and now it blends. I attach the new source. Extract it end then run:
./configure --enable-animation
make
sudo make install
Before doing the last step, make sure to switch to another theme, otherwise your programs will crash. (because if they are using aurora while your change aurora, bad things happen :) )
Hope this helps.

EDIT: Of course, you still have to alter the colors in the gtkrc file, to match the color of the toolbar gradient with the color of the window titlebar.

davbren
July 14th, 2008, 02:08 PM
Hey thanx for the help but wen I try to configure it it says

Configure: error: GTK+_2.10 is required to compile aurora

it does't let me get any further...

spupy
July 14th, 2008, 02:19 PM
Hey thanx for the help but wen I try to configure it it says

Configure: error: GTK+_2.10 is required to compile aurora

it does't let me get any further...


What Ubuntu are you using? Try without "--enable-animation".

lusepuster
August 17th, 2008, 03:59 PM
Have you tried apt-get build-depend gtk-engine-[pick one here]... You probably need the developer headers of GTK to build the engine.