Enabling "Liquid" theme after download?

Marc Stergionis yellowdog-general@lists.terrasoftsolutions.com
Tue Jun 4 10:43:01 2002


Here's what happened in terminal when I did make install:

 [marcster@marcmac mosfet-liquid0.9.5]$ make install=20
Making install in colorscheme make[1]: Entering directory=20
`/home/marcster/Desktop/mosfet-liquid0.9.5/colorscheme' make[2]: Entering=
=20
directory `/home/marcster/Desktop/mosfet-liquid0.9.5/colorscheme' make[2]=
:=20
Nothing to be done for `install-exec-am'. /bin/sh ../admin/mkinstalldirs=20
/usr/share/apps/kdisplay/color-schemes /usr/bin/install -c -p -m 644=20
=2E/Liquid.kcsrc /usr/share/apps/kdisplay/color-schemes/Liquid.kcsrc=20
/usr/bin/install: cannot create regular file=20
`/usr/share/apps/kdisplay/color-schemes/Liquid.kcsrc': Permission denied=20
make[2]: *** [install-lnkDATA] Error 1 make[2]: Leaving directory=20
`/home/marcster/Desktop/mosfet-liquid0.9.5/colorscheme'=20
make[1]: *** [install-am] Error 2 make[1]: Leaving directory=20
`/home/marcster/Desktop/mosfet-liquid0.9.5/colorscheme'=20
make: *** [install-recursive] Error 1=20
[marcster@marcmac mosfet-liquid0.9.5]$

Therefore there was no "liquid" available in=20
/usr/share/apps/display/colorschemes

(is that where I should be able to add a theme??)

-ms

On Tuesday 04 June 2002 09:32, Christopher Murtagh wrote:
> On Tue, 4 Jun 2002, Marc Stergionis wrote:
> >./configure
> >make
> >make install
>
>  Change the above to:
>
> ./configure --prefix=3D/usr
> make
> make install
>
>  and all should work (providing you have KDE3)
>
> Cheers,
>
> Chris