
Tinydeco Window Decoration
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
15 years ago
added link to gentoo ebuild. thanks hephaistos.
Okanda
12 years ago
I think I'm gonna use it for a time :)
Thank you.
Report
caminoix
15 years ago
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?
Report
pootie
15 years ago
./configure --prefix='/usr'
I am unsure of any other distribution.
Report
caminoix
15 years ago
i'm using linnex os (based on pc linux os), and --prefix='/usr' turned out to be just right :)
Report
Ekardnam
15 years ago
Report
maitre
15 years ago
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.
Report
hephaistos
15 years ago
I made an ebuild for this.
If you would like to offer an gentoo ebuild - just contact me please.
cheers
Report
hephaistos
15 years ago
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
Report
maitre
15 years ago
find | while read filename
do
touch $filename
done
(fixes the timestamps)
Report
pootie
15 years ago
Report