Warning: session_start(): open(/tmp/sess_hv3cdv85nh6fdb42cnsveou7n3, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Keramik style on KDE3 openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  . 

Keramik style on KDE3

   KDE 3.0 (texstar)  

KDE Screenshot

Score 44%
spankyspanky
Fox Consulting Services
Home
Keramik style on KDE3
zoom


Keramik style on KDE3
zoom


Keramik style on KDE3
zoom


Link:  http://foxconsult.com
Downloads:  433
Submitted:  Apr 6 2002

Description:

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!




Send to a friend
Subscribe
Other  Content  from spanky
Report inappropriate content



-
.

 Tell us HOW!?

 
 by ViRgiLiO on: Apr 6 2002
 
Score 50%

Please, I've tried several times to download kermik style, but I see I need to download ALL the KDE sources to compile. How did you do it?


Reply to this

-
.

 a work-around, the easy way ;-)

 
 by mpunkt on: Apr 7 2002
 
Score 50%
mpunktmpunkt
/'angstalt/
Home

keramik was part of the kde3 release cadidate 3 (rc3), but unfortunately not included in kde 3.0.
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


Reply to this

-
.

 Slow!

 
 by tawesley on: Apr 6 2002
 
Score 50%

Does anyone else think that this style is SLOW!!?


Reply to this

-
.

 Not slow for me . .

 
 by spanky on: Apr 6 2002
 
Score 50%
spankyspanky
Fox Consulting Services
Home

I have an AMD K7 850 TB with 768 MB memory and a GForce 256DDR card with the latest NVidia drivers.

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


Reply to this

-
.

 guess why?

 
 by qwertz on: Apr 6 2002
 
Score 50%


guess why it isnt released yet?


Reply to this

-
.

 I'll try to explain

 
 by spanky on: Apr 6 2002
 
Score 50%
spankyspanky
Fox Consulting Services
Home

Using this page as starters:
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!


Reply to this

-

 Here's how I did it

 
 by Matti on: Apr 7 2002
 
Score 50%

Download kdelibs from the latest kde cvs snapshot.

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


Reply to this

-
.

 Ugly :(

 
 by antialias on: Apr 6 2002
 
Score 50%

This style is ugly on your screenshots. You mix things too much. Slick icons don't go well with Keramik.


Reply to this

-
.

 To each his/her own

 
 by spanky on: Apr 6 2002
 
Score 50%
spankyspanky
Fox Consulting Services
Home

Beauty is in the eye of the beholder I guess . . . I was so thrilled that I got the keramik style to work (seeing as I'm no developer) - and I couldn't figure out where the keramik windows decoration is, so I settled for the Liquid one.

Beggers can't be choosy.


Reply to this

-

 looks good to me

 
 by pablorg on: Apr 7 2002
 
Score 50%

there are very varied tastes among kde types. so, percentages etc, on this site mean little.


Reply to this

-
.

 Smaller menu

 
 by dilbert on: Apr 6 2002
 
Score 50%

I have tried and I have managed to get the smaller menu but I can't seem to get it to the center of the screen like you have done in the screenshot. Do you have any ideas on this ?

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 :(


Reply to this

-
.

 Same problem.

 
 by kdm on: Apr 6 2002
 
Score 50%

I had the *EXACT* same problem when I insalled via the command line(I usaully install via Kpackage), I had no programs or configuration utilities. While logged into KDE3 I reinstalled all the RPMs using Kpackage and everything went fine.


Reply to this

-
.

 Like this....

 
 by VrtlCybr2000 on: Apr 19 2002
 
Score 50%

In the Settings(I right-clicked on the pannel) Set it to center align, make sure "expand to fit all" is selected, the lower the percent of screen filled(I set it to 30%, it doesn't matter....) That's it, now your pannel; is in the middle... ;-)


Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team