Cohjay window decoration
pootie
Source i (link to git-repo or to original if based on someone elses unmodified work):
added link to gentoo ebuild. thanks hephaistos.
More KDE 3.x Window Decorations from pootie:
Other KDE 3.x Window Decorations:
© 2025 OpenDesktop.org - Libre Cloud Services
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
10 Comments
I like it! I think I'm gonna use it for a time :) Thank you.
control center. erm, i suppose it's a pretty stupid question but i have a problem with your decgen decorations: they all compile and install without problems but after that, are not seen by the kde control center, so i can't use them :( how can i help it?
Maybe ./configure --prefix=PREFIX (where PREFIX is something like /use/bin). Hrm, what distro do you run?
Try "kde-config --prefix". I believe also "gnome-config --prefix" exists. Common KDE prefixes: Fedora, RHEL, Red Hat: /usr SuSE: /opt/kde Mandriva: /usr/local/kde Gentoo: /usr/kde/3.x CentOS: /usr Debian / Ubuntu: /usr If anyone knows different, please correct me.
in debian it is ./configure --prefix='/usr' I am unsure of any other distribution.
thanks :) i'm using linnex os (based on pc linux os), and --prefix='/usr' turned out to be just right :)
Hi, I made an ebuild for this. If you would like to offer an gentoo ebuild - just contact me please. cheers
hi! probably your date is not set correct on your system! so the sane check of configure fails. please set your date correctly and create a new package. At the moment I just cp the files and create a new package (which changes the timestamps of the files). cheers
I will try and get it fixed. Thanks for pointing that out.
cd tinydeco-0.1 find | while read filename do touch $filename done (fixes the timestamps)