>Hi,
>
> Has anyone gotten the acqua-graphite style to work in KDE? I installed it,
> but it doesn't show up in the styles dialog. I have kdebase3 3.1.1
> installed, do I need more kde related packages for acqua-graphite to work?
>
> thanks,
>
>
> - Koen
I also had difficulties getting this style to show up in the KDE Control Center Styles preferences pane, but after some testing I found the following solution:
I grabbed the file 154-Acqua-Graphite.tar.gz out of /sw/src and untarred it in my home directory. It contains an install.sh script with the line:
KDE_FOUND=`find $HOME -name ".kde*" -type d -maxdepth 1`
Change ".kde*" to ".kde2*". If you don't have a .kde2 directory, create it along with some subdirectories:
mkdir ~/.kde2
mkdir ~/.kde2/share
mkdir ~/.kde2/share/apps
mkdir ~/.kde2/share/apps/kstyle
mkdir ~/.kde2/share/apps/kwin
Then run the installer script manually:
cd ~/Acqua-Graphite
./install.sh
Now the style should show up properly -- at least it did for me :)
Oh yes, you might also want to check out and install the following style, if you prefer a pure aqua look over graphite:
http://kde-look.org/content/show.php?content=153
Though it's not currently in fink, you can install it manually as described above.
Cheers,
Martin
