
'CylonMinimal' Window Decoration for KDE
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
‘CylonMinimal’ for KDE 3.2+ is a windeco inspired by the Cylons of the new “Battlestar Galactica” - Series, created by Ron Moore.
-----------------------------------------
Installation:
Unpack and cd to the directory
./configure
make
sudo make install
In case it doesn’t work, please try to “prefix” your KDE directory, e.g. for Kubuntu ./configure –-prefix=/usr
-----------------------------------------
made with DecGen 0.5 http://kde-look.org/content/show.php?content=28848
13 years ago
* (hopefully) fixed the bug with the white gap between the minimize and maximize button
* smaller radiuses at the buttons edges
* slicker titlebar reflections
* thinner borders (only 1 px)
13 years ago
* (hopefully) fixed the bug with the white gap between the minimize and maximize button
* smaller radiuses at the buttons edges
* slicker titlebar reflections
* thinner borders (only 1 px)
wburnner
12 years ago
I use terminal:
./configure -prefix=/usr
and later sample this message:
configure:3305: error: C compiler cannot create executables
See `config.log' for more details.
My log file:
http://pastebin.com/f161f6a1e
Please, can help me?
Report
artb1sh
12 years ago
Report
artb1sh
12 years ago
Report
pauelmaco
12 years ago
Report
SSteel
12 years ago
thanks
sorry for my bad english
Report
5tef
13 years ago
Report
5tef
13 years ago
Report
5tef
13 years ago
Report
5tef
12 years ago
http://www.linuxquestions.org/questions/showthread.php?t=124961
He said:
>I know this shouldn't be right.
>gcc was already installed on my machine but I still got:
>C++ preprocessor "/lib/cpp" fails sanity check
>I looked at config.log and it said something like:
>cc1plus command not found
>i found cc1
>/usr/lib/gcc/i586-mandrake-linux-gnu/3.4.1/cc1
>so I linked it in /usr/bin
>ln -s /usr/lib/gcc/i586-mandrake-linux-gnu/3.4.1/cc1 cc1plus
>voila: all working
Report
Xhan
13 years ago
Report
premierSullivan
13 years ago
Report
Elessar911
13 years ago
1) When showing the application icon in the title bar there's too little space between it and the window title.
2) I would LOVE fading buttons as seen in the "Glow" theme. =)
Report
eldrich
13 years ago
Report
ashenphoenix
13 years ago
./configure --prefix=$(kde-config --prefix)
make
sudo checkinstall
Report
chaotic
13 years ago
sry, my english sucks :D
Report
chaotic
13 years ago
Report
PARENA
13 years ago
*** YOU'RE USING autoconf (GNU Autoconf) 2.61.
*** KDE requires autoconf 2.53 or newer
make: *** [cvs] Error 1
Makes no sense at all. :/
Report
petersi
13 years ago
Furthermore, a lot of developers simply do not use a standard KDE-installation for testing (if they did, these kind of errors wouldn't show up so commonly!)
DEVELOPERS: Get it right, please!
Then: ./configure produces an error: expected an absolute directory-name for <...>
You have to go: make -f Makefile.cvs
Then ./configure (the plain command!), make and make install (as usual)
I'll now have a look if installation went into the proper subdirs...
Report
petersi
13 years ago
Sorry, need some work.
I'd say: please do so, for the screen-shots are very nice and very original!
Report
petersi
13 years ago
Got it working and i'm happy...
Report
enby
13 years ago
Report
PARENA
13 years ago
Report
Brandybuck
14 years ago
Report
Tryke
14 years ago
ryan@KOMGZ:~/Downloads/cylonminimal-0.1$ make
make all-recursive
make[1]: Entering directory `/home/ryan/Downloads/cylonminimal-0.1'
Making all in kwin
make[2]: Entering directory `/home/ryan/Downloads/cylonminimal-0.1/kwin'
Making all in .
make[3]: Entering directory `/home/ryan/Downloads/cylonminimal-0.1/kwin'
/bin/bash ../libtool --silent --mode=link g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -o kwin3_cylonminimal.la -rpath /usr/lib/kde3 -L/usr/lib -L/usr/share/qt3/lib -avoid-version -module -no-undefined -R /usr/lib -R /usr/share/qt3/lib -R /usr/lib -module cylonminimal.lo -lkdeui /usr/lib/libkdecorations.la
g++: .libs/cylonminimal.o: No such file or directory
make[3]: *** [kwin3_cylonminimal.la] Error 1
make[3]: Leaving directory `/home/ryan/Downloads/cylonminimal-0.1/kwin'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ryan/Downloads/cylonminimal-0.1/kwin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ryan/Downloads/cylonminimal-0.1'
make: *** [all] Error 2
any ideas?
Report
niro
13 years ago
Report