-
 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    LinuxDaily.com    Linux42.org    OpenSkillz.com   
 
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login



Sponsoring


-
- Content .- Fans  .- Knowledge Base  . 

[Keramik] Transparent Kicker (TARBALL)

  

Theme/Style for KDE 3.0

Score 66%
[Keramik] Transparent Kicker (TARBALL)
zoom


Link:  http://
Downloads:  47781
Submitted:  Jun 17 2002
Updated:  Jun 17 2002

Description:

This is a Keramik style&deco. with transkicker-keramik.patch (by teax).

I have made the TARBALL version of 'transparent keramik' for every distribution.
(See http://www.kde-look.org/content/show.php?content=2193
for the RPM/SRPM version of 'transparent keramik'.)

--
[preparation]
$ su
# tar xfz *keramik.tar.gz
# cd keramik

[modification] (optional)
# bunzip2 transkicker-keramik.patch.bz2
# vi transkicker-keramik.patch
(change 'panelOpacity = 7*0.1;'
at line 192 to your taste.
default=7, semi-transparent. :)
# bzip2 transkicker-keramik.patch

[build]
(!! You need kdebase-devel, kdelibs-devel, and automake >= 1.5 !!)
# ./build_trans-kicker.sh
--

That's all. Have a nice day~ :D




Send to a friend
Subscribe
Other  Artwork  from dcpark
Report inappropriate content



goto page: prev   1  2  3  4  5  6  7  8  9 

-
.

 Little problem...

 
 by BobDUTCH on: Sep 10 2002
 
Score 50%

I'm a happy Linux user, that's for sure. I want to use MDK9 FINAL (when it is out) with the great Keramik style. But I realy don't know how too install it.

Can anybody create a RMP for MDK9 for me. PLEASE ;-)

Thanks a lot,


Bob van Alphen


Reply to this

-

 automake

 
 by wianders on: Sep 16 2002
 
Score 50%

where can i get automake 1.5? I am running MDK 9.0rc2 and when i run "automake --version" it shows me that i have 1.4p6. How do I get automake 1.5 so that I can install this? Thanks.


Reply to this

-
.

 heres automake:

 
 by kal on: Oct 13 2002
 
Score 50%

http://www.gnu.org/software/automake/automake.html

pretty straight foreward compile. good luck. uninsatll the old one first, u might get some conflicts if you try to compile w/automake.


anyway, how did you guys get around this?
----
checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!
----

running debian 3 SID, KDE 3.0.4.

any help appreciated.


Reply to this

-
.

 installed... but...

 
 by wianders on: Sep 16 2002
 
Score 50%

I successfully installed compiled the tarball and installed the software. However, I cannot find where I change over to the tranparent Keramik kicker style. Help appreciated.


Reply to this

-
.

 if automake prob...

 
 by standsolid on: Oct 11 2002
 
Score 50%

If you had an automake problem saying "you need 1.5", tell the cvs file you can use your version :)

ie:
line 68 in admin/cvs.sh reads

automake*1.5* | automake*1.5-* | automake*1.6.1 ) : ;;

i have automake 1.6.3

so i changed it to this

automake*1.5* | automake*1.5-* | automake*1.6.3 ) : ;;

tada! works

hope this helps


Reply to this

-
.

 install on redhat 8

 
 by paree on: Oct 12 2002
 
Score 50%

in order to install on redhat 8.0
1) assure you install at least
qt-devel, pcre-devel, kdelibs-devel, arts-devel
I personally suggest installing the whole kde software dev kit from "system settings -> packages"

2) two libraries to link
ln -s /usr/lib/libkdeui.la /lib/libkdeui.la
ln -s /usr/lib/libkdecore.la /lib/libkdecore.la

3) export KDEDIR="/usr"

4) set transparency in the patch (explained at top of page)

5) ./build_trans_keramik.sh

6) preferences -> look and feel -> style -> keramik

7) log off and come back to enjoy (well..i enjoyed at least)


Reply to this

-
.

 keramik.moc ?

 
 by fuz on: Oct 26 2002
 
Score 50%

It is looking for a file called keramik.moc. Where can I find it?


Reply to this

goto page: prev   1  2  3  4  5  6  7  8  9 

Add commentBack




-

-
Do you like or dislike Ubuntu Unity?
 Yes, unity is alien technology!
 It is less confusing than Gnome 3 default, shell.
 Granny thinks it is much more usable than Gnome 2
 Canonical is embarrasing itself with this split project
 Gnome 3 default shell is much better
 I dislike Unity, Gnome 3 default shell is alien technology!
 None of the above, I like the 2Gb for free and Apple alike behavior. Will post a comment instead

resultmore




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

Participate
Groups
Forum
Add Artwork
Public API
About KDE-Look.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2001-2013 KDE-Look.org Team  
All rights reserved. KDE-Look.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
KDE and K Desktop Environment are trademarks of KDE e.V.