
KWinAcqua_Mod SuSE 8 RPM
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
18 years ago
22/Nov/2002: Reuploaded the rpm since it somehow vanished.
tightcode
18 years ago
The dependency in question is for a file called libGLcore.so.1 which according to rpmfind belongs to an nvidia package.
This WinDeco works fine with the dependency ignored but the incessant conflict warnings are very annoying. Is there any reason why this needs that file since it seems to work fine without it ? If the answer is no, would you be able to tell me how to modify it to not need that file and thus eliminate the conflict ?
Thanks and Cheers for the wonderful WinDeco,
TightCode
Report
redmac5
18 years ago
I don't know why the rpm needs it, since it doesn't need any 3D.
Report
DecayingOmega
18 years ago
Report
redmac5
18 years ago
For now, just get the new version with drop-shadow support here:
http://www.kde-look.org/content/show.php?content=5086
Report
DecayingOmega
18 years ago
very nice
Report
bongo
18 years ago
I tried to install it from the source, but then I get an error from ./configure :
checking for extra libs... no
checking for libz... configure: error: not found. Check your installation and look into config.log
where in config.log we have
configure:4420: gcc -o conftest -O2 -I/opt/kde3/include conftest.c -lz -lresolv 1>&5
configure:4413:17: zlib.h: No such file or directory
configure: In function `main':
configure:4416: `ZLIB_VERSION' undeclared (first use in this function)
configure:4416: (Each undeclared identifier is reported only once
configure:4416: for each function it appears in.)
configure: failed program was:
#line 4411 "configure"
#include "confdefs.h"
Where the hell do I get zlib.h from?!?!?
I'm itching to get Acqua installed:
:)
Report
seblueye
18 years ago
Have Freebsd 4.6.2 and would like to use your package.
I depacked the rpm-file. Found 3 important files.
I found libkwinacqua.la libkwinacqua.so and acqua.desktop.
Where should I copy these files?
Report
manor
18 years ago
example you have kde3 in opt
/opt/kde3/lib or if that doesn't work
/opt/kde3/lib/kde3
or you have kde3 in /usr/local/kde3
/usr/local/kde3/lib or /usr/local/kde3/lib/kde3
I hope that helps you - alas i don't know Freebsd and if this will work.
Report
manor
18 years ago
Report