
Keramik style on KDE3
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
After drooling over the Keramik stuff in here - I searched the Internet hopelessly trying to find the source or an RPM.
I deceided to force myself to learn CVS and try to compile it myself (and I'm NO programmer!) - after fumbling around and trying several things - I got it to work!
I only wish I knew how to package it as an RPM and share it with you all!! Enjoy!
dilbert
19 years ago
Also when I installed KDE 3 from the Texstar RPMS it installs fine but I don't have any apps in the menus and the control center has no configuration options..I still can't use it :(
Report
VrtlCybr2000
18 years ago
Report
kdm
19 years ago
Report
antialias
19 years ago
Report
spanky
19 years ago
Beggers can't be choosy.
Report
pablorg
19 years ago
Report
spanky
19 years ago
http://www.kde.org/anoncvs.html
I downloaded only the three main modules to a directory I called kdecvs:
$cvs co kde-common arts kdelibs
Then I did: $make -f Makefile.cvs
from the kdelibs directory
Make sure you have the latest autoconf package (2.5 or greater) and set the following environment variable:
$export WANT_AUTOCONF_2_5=1
Now comes the fun part - I did the following:
$./configure --prefix=/opt/kde3/
(I have Mandrake 8.2 as basis and Texstars KDE3 RPMS - www.pclinuxonline.com)
During the configure script it may complain about missing libraries (devel packages) - these have to be installed to make it work. Keep running the above configure script and install the missing devel packages until it doesn't complain anymore about missing libraries.
After the configure script runs well (without errors) then I went to the following directories and performed the following:
from this directory as root (/home/robert/kdecvs/kdelibs/kdefx)
#make install
then I did the same thing from this directory /home/robert/kdecvs/kdelibs/kstyles/keramik
#make install
Then I went to the KDE control center and under Look and Feel -> Style I found the Keramik style there!!
I hope this makes sense - again I'm not a programmer and I fiddled with it until I got it to work . . .
Good luck!
Report
Matti
19 years ago
Unzip and untar it to a temporary directory.
In the kdelibs directory, do:
./configure --prefix=/opt/kde3/
you may need to install some development libraries or disable features to fix errors.
Once you get a clean configure, then you need to run make in each of the following directories:
/dcop
/libltdl
/kdecore
/kdefx
/kdeui
Once you've run make in those directories, go to the /kstyles directory and run make there.
Then su to root and run make install.
It seems that the standard make file run the make file in the keramik directory, so cd to the keramik directory, and run make and then make install in that directory.
Then you should have keramik in kcontrol centre.
Good Luck!
Matt
Report
tawesley
19 years ago
Report
qwertz
19 years ago
guess why it isnt released yet?
Report
spanky
19 years ago
I'm running Mandrake 8.2 with Texstars optimized KDE3 RPMS.
There are many factors which determine the performance of a style or WM.
Cheers
Report
ViRgiLiO
19 years ago
Report
mpunkt
19 years ago
i missed it desperately after i installed 3.0 final, so i successfully tried the following:
- get the binaries of kdelibs3-3.0rc3 _and_ kdelibs3-3.0 for your distribution from the kde ftp-server (i used rpm's for suse 7.3)
- install the rc3-version
- copy keramik.la & keramik.so from $KDEDIR/lib/kde3/plugins/styles/
to a temp-dir of your choice
- install the final version of kdelibs3 again
- copy the two keramik files back to $KDEDIR/lib/kde3/plugins/styles/
- choose keramik in the control center style dialog
that's it - for those who don't want to compile anything.
_but_ as stated before: there must be reasons this style didn't make it into the final release, so don't expect this way to be safe.
have fun -
m., klein
Report