Re: Installing GTK themes



On Mon, 2003-12-29 at 19:00, Davy Obdam wrote:
> Hi people,
> 
> Sorry if this is a stupid question(or in the wrong mailing list), but i
> am kinda a newbie with linux.
> I have trouble installing the GTK2-Industrial Engine, which i downloaded
> from http://art.gnome.org/themes/gtk2/468.php I have read the FAQ and
> the readme file included. I did also install the metacity theme which
> was easy.
> 
> My system is Fedora Core 1 , with gnome 2.4.0. I have downloaded the
> file, and unpacked it. Then i went in to the dir and did ./configure,
> then make and finally make install. I did not notice any errors (as far
> as i know), but i do not see this theme in the theme window.. 
> 
> Has anyone made it work with fedora core 1? i am probably doing
> something wrong her i guess. Any help would be appreciated.

My guess is that it's our good friend prefix.  Check to see if this
directory exists:

/usr/local/share/themes/Industrial

If so, then it was installed in /usr/local.  On Fedora, all the GNOME
stuff is installed in /usr, so you have to adjust your path accordingly
when you run configure.  Basically, for any GNOME software, the standard
procedure for you will be:

./configure --prefix=/usr
make
make install

--
Shaun





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]