Vista/Black
bastlerjan
Source i (link to git-repo or to original if based on someone elses unmodified work):
Other KDE 3.x Window Decorations:
© 2025 xfce-look.org - Eyecandy for your XFCE-Desktop
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
8 Comments
Cool, the first content on kde-look.org :D
D:
It doesn't install, here is what I get as my error message when running './configure' configure: warning: There is an installation error in jpeg support. You seem to have only one of either the headers _or_ the libraries installed. You may need to either provide correct --with-extra-... options, or the development package of libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/ Disabling JPEG support. checking for Qt... configure: error: Qt (>= Qt 2.2.2) (headers and libraries) not found. Please check your installation! For more details about this problem, look at the end of config.log. QT is installed I have no idea what this program is picky about.
nice decoration. it works fine!
and it's acting a little wierd on me. The little window buttons are jsut showing garbage, I can only tell which one's close, maximize and minimize from having clicked on them already. Heard of this before? Any ideas even if you haven't?
Hi, I'm running Red Hat 7.2 with g++ version 2.96. When I compile, I get the following error: Making all in kwin make[2]: Entering directory `/home/matta/themes/kwix-1.0.9kb/kwin' /usr/lib/qt-2.3.1/bin/moc ./kwix.h -o kwix.moc /bin/sh ../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/lib/qt-2.3.1/include -I/usr/X11R6/include -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -Wnon-virtual-dtor -fno-builtin -c kwix.cpp mkdir .libs g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/lib/qt-2.3.1/include -I/usr/X11R6/include -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -Wnon-virtual-dtor -fno-builtin -Wp,-MD,.deps/kwix.pp -c kwix.cpp -fPIC -DPIC -o .libs/kwix.o In file included from /usr/include/kde/kwin/workspace.h:16, from kwix.cpp:45: ../config.h:42: warning: declaration does not declare anything ../config.h:44: parse error before `false' ../config.h:45: parse error before `true' make[2]: *** [kwix.lo] Error 1 make[2]: Leaving directory `/home/matta/themes/kwix-1.0.9kb/kwin' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/matta/themes/kwix-1.0.9kb' make: *** [all-recursive-am] Error 2 It worked when I had Red Hat 7.1 and I only did an upgrade installation. Any suggestions?
edit config.h and delete the lines: #ifndef HAVE_BOOL #define HAVE_BOOL typedef int bool; #ifdef __cplusplus const bool false = 0; const bool true = 1; #else #define false (bool)0; #define true (bool)1; #endif #endif it will compile fine.
Could it be possible, that you'd offer binaries as well?