
Crystal Clear
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
Dear KDE Folks,
I have the pleasure to announce the new phase of Crystal Icon Theme that from now on will be called Crystal Clear. There are a lot of changes! Hundreds of new icons, support to the most known KDE games, and a lot of new things. The design style also was improved and updated to be more competitive with the market operational systems as well as the upcoming systems. I hope you like it!
As always I would like to thank some important people:
1- All the KDE users that always have supported my work and make my working nights really worth.
2- Linspire for the financial support of this project (you may not believe, but I have to eat so I keep living).
3- Nullmid, RELIO owner that kindly host online my projects.
4- God, for have gave me life and make all things possible.
Everaldo
13 years ago
This version was discontinued, To get Updates please find by Crystal Project.
13 years ago
This version was discontinued, To get Updates please find by Crystal Project.
ole
15 years ago
The SVG Download has the LGPL license contained in the folder, but the Crystal Clear download does not.
Is the Crystal Clear (CrystalClear.tar.gz) download also LGPL? The license section in the content page is also empty...
Thanks,
- Ole
Report
ole
15 years ago
Dear Ole,
Thanks for having contacted us. My name is Ana and I'm customer service supervisor at Yellowicon.com and Everaldo.com. We are glad you appreciate our work. You are welcome to use of Crystal icons as long as your intentions are not commercial. The use of these icons is allowed only for non commercial meaning. The intent of this Icon packages are to contribute with educational institutions and for this reason we request the non commercial use only! We also would like to ask you insert a link to www.everaldo.com as way of given the appropriate credits to the artist. If however, your intentions are commercial we would be glad to offer the option of buying one of our Stock Icons solutions (www.iconbase.com). Please fell free to contact us with any doubt you may have.
Thanks once again for you contact.
Ana Carolina d'Arrigo
CSS
www.yellowicon.com
www.iconbase.com
www.everaldo.com
Report
rgfree
15 years ago
requires you to modify
admin/detect-autoconf.sh
as well as admin/cvs.sh
In both files change "1.6"
to "1.9", then do
Make -f Makefile-cvs
then
configure --prefix=/opt/kde3
make
make install
Report
swim
15 years ago
thanks, and thanks for your amazing work.
Report
regendra
15 years ago
It's like Linspire Five-0's Style Decoration,
WHY....?
Report
ZeeD
15 years ago
A little note: in amaroK (and problably in all media-players) there is a little icon difference between the "fast forward" button and the "rewind" button.
I think the solution is just to switch the name of "player_end.png" and "player_fwd.png"
Report
DryCellBattery
15 years ago
Report
freekowtski
15 years ago
Report
freekowtski
15 years ago
make -f Makefile.cvs
./configure
make
make install
Report
egstitt
15 years ago
I have tried changing the owner and permissions, but still have the same error.
I am trying to install through the Control Center, just as the install instrutions say to do, and the file is index.theme, which I assume is the correct one.
FC4
KDE 3.4
thanks in advance.
Report
egstitt
15 years ago
sorry, I'm new to this.
Report
Svyatogor
15 years ago
And now couple of questions -
I've installed the kde style, but the kciker buttons don't look exactly as on your screenshot. They look rather more like other buttons in the theme.
And how about firefox theme? I know there is something on addons.mozilla.org, but that's for Plastik style :/
Report
danone
15 years ago
finally, there's a Firefox Theme that is at least using the wonderful Crystal Clear icons: Plastikfox Crystal Clear
https://addons.mozilla.org/themes/moreinfo.php?id=916&application=firefox
Is there still much difference to the screenshot, except the differences between Firefox and Mozilla?
danone
Report
regendra
15 years ago
*** YOU'RE USING automake (GNU automake) 1.9.3.
*** KDE requires automake 1.6.1 or newer
*** Creating acinclude.m4
*** Creating list of subdirectories
*** Creating configure.in
*** Creating aclocal.m4
acinclude.m4:32: warning: underquoted definition of KDE_PATH_X_DIRECT
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
acinclude.m4:159: warning: underquoted definition of AC_FIND_FILE
acinclude.m4:178: warning: underquoted definition of KDE_FIND_PATH
acinclude.m4:231: warning: underquoted definition of KDE_MOC_ERROR_MESSAGE
acinclude.m4:243: warning: underquoted definition of KDE_UIC_ERROR_MESSAGE
etc.............
what's the meaning of that report.
I'm use SuSE 9.2 Pro with KDE 3.3.
Please somebody help me!
Report
saiver
15 years ago
Report
digitalwhoopass
15 years ago
Report
lindolsang
15 years ago
how about...
style themes ..
after..um...
do not changed..
Your ScreenShot..?
KPanel... How about ???
Report
zvonSully
15 years ago
Report
deukalion
15 years ago
Although it really looks superb, would it be possible to add a firefox theme as well? At least the mozilla theme refuses to be installed on my firefox.. no idea why. (Maybe because there's no "install.rdf" in the jar file?)
Thanks again for your great theme!
- D
Report
kriko
15 years ago
*** KDE requires automake 1.6
make[1]: *** [cvs] Error 1
make: *** [all] Error 2
What to do?
Report
crazycrusoe
15 years ago
I think you need to modify the file admin/detect_blah_blah.sh replace blah blah, dont quite remeber what the filename was there.
then change 1.6 to 1.9 there and try make -f Makefile
hope that helps
Report
zoon64
15 years ago
Report
jirityr
15 years ago
S="${WORKDIR}/marlin_build_los-linspireclear-style-1"
DESCRIPTION="A native CrystalClear KWin window decoration for KDE 3.x."
HOMEPAGE="http://www.kde-look.org/content/show.php?content=25668"
SRC_URI="http://linuxcult.com/crystal/icons/clear-style.linspire${PV}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86"
IUSE=""
DEPEND="kde-base/kwin"
src_configure() {
cp ${FILESDIR}/susedecor_titlebar.png ${WORKDIR}/src
}
src_compile() {
export WANT_AUTOCONF=2.5
export WANT_AUTOMAKE=1.7
set-qtdir 3
set-kdedir 3
make -f admin/Makefile.common cvs
econf || die "econf failed"
make clean || die
emake || die
}
src_install() {
make DESTDIR=${D} install || die
dodoc TODO README ChangeLog COPYING AUTHORS
}
Report
D0minus
15 years ago
make -f Makefile.cvs
./configure
make
make install
Report
zoon64
15 years ago
Report