Description: window decoration based on decgen - thanks a lot
in my job I have to work with windows sometimes, and to avoid an overdose of blue, i've got familiar with the silver theme ... its sober gray, but also distinguishes the frame from window-content
so i looked for similar decorations for my main Desktop - most i found were too flat, too light or too colored and fancy (... in my opinion) so i stuck with the default plastik one The silver theme of AKDC was far too huge and i would had to relinquish from the custom buttons - one of the advantages of KWin
then i found decgen, and there it is ...Last changelog:
0.2 - added controls for customizing button spacing - minor code cleaning 0.1 - initial release
On gentoo 2005.1 it install without any problems. I have full KDE installation, the only thing is I had to put manually --prefix to configure. This works perfectly.
The only one thing I would like to request it the ability to positioning the close/maximize/minimize buttons, as for example was done in KMBL buttons.
This is not working
configure.in:43: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
I don't now way
Help
which version of automake (>=1.6 ?) you're working with ? do you have autoconf installed? make -f Makefile.cvs ./configure --prefix=$(kde-config --prefix) make make install kwin --replace &
Ratings & Comments
6 Comments
On gentoo 2005.1 it install without any problems. I have full KDE installation, the only thing is I had to put manually --prefix to configure. This works perfectly. The only one thing I would like to request it the ability to positioning the close/maximize/minimize buttons, as for example was done in KMBL buttons.
This is not working configure.in:43: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. I don't now way Help
I don't know why :)
which version of automake (>=1.6 ?) you're working with ? do you have autoconf installed? make -f Makefile.cvs ./configure --prefix=$(kde-config --prefix) make make install kwin --replace &
my newlines were gone?
... trying <br> ... ?
anyone any idea?
make -f Makefile.cvs
./configure --prefix=$(kde-config --prefix)
make
make install
kwin --replace &