
Kountdown
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
A screensaver that displays a countdown to selected date.
Features include:
Specify date to countdown to.
Choose how to display the countdown, choosing among years, months, weeks, days, hours, minutes and/or seconds.
Text, font and colour is configurable.
Different text effects; None (text centred on screen), Loop (loop the text on the screen) and PopUp (display text at random position). The speed is configurable.
An optional "half-way" setting to set a time when the behaviour of the screensaver will change.
17 years ago
0.4.1
Fixed gcc 3 compile issue.
0.4
Speed improvments.
Background pattern added.
17 years ago
0.4.1
Fixed gcc 3 compile issue.
0.4
Speed improvments.
Background pattern added.
linuxlah
18 years ago
Report
uga
17 years ago
I think this is what you meant at least?
Report
chmod666
18 years ago
Report
somekool
18 years ago
but what windowdecoration do you use ? it looks very clean.
please tell me.
Report
yarc
18 years ago
you can find it under KDE 2.2.
im not sure if it works under KDE3
if anyone know, please tell.
Report
danmaday
18 years ago
I can do RPMs okay but the screensaver puzzles me. I am running suse 7.3 with kde 3.01. I downlownloaded the screensaver looked at the TAR contents and said "Now What?". I guess I have to compile it but have no idea what the procedure is. Is there an FAQ or How-To somewhere? Thanks.
Report
WilliamsBV
18 years ago
Report
metallman
18 years ago
http://linux.org.mt/article/terminal
Report
metallman
18 years ago
bash# tar zxvf kountdown-0.3.2.tar.gz
bash# cd kountdown-0.3.2
bash# ./configure --prefix=/usr
bash# make
bash# make install
If this doesn't work, mail me (erre@telia.com).
Report
metallman
18 years ago
ie, replace
./configure --prefix=/usr
with
./configure --prefix=/opt/kde3
And, as I said before, mail me if this doesn't work.
// Erik
Report
HmpfHmpf
18 years ago
creating ./config.status
fast creating ./Makefile
fast creating doc/Makefile
can't open ./doc/Makefile.in: No such file or directory
fast creating doc/en/Makefile
can't open ./doc/en/Makefile.in: No such file or directory
fast creating kountdown/Makefile
fast creating kountdown/setupdlg/Makefile
fast creating po/Makefile
creating config.h
------------------------
help please.
Report
metallman
18 years ago
Report
danmaday
18 years ago
Report
omega527
18 years ago
It works, but...
something goes wrong:
End time is 06/30/2003 13:47, now it's 05/01/2002 14:14 and the screensaver displays 13 month, 8 weeks, 3 days, 23 houers and 10 minutes?
Report
aergern
19 years ago
Nice work though.
Report
mmckrueger
19 years ago
Mike
Report
detsaot
19 years ago
Report
protoman
18 years ago
One of the coolest I ever saw was one for kde1 that made possible you to use flash swf files as screensavers. I never used it once I was already using kde2, but I wish someone could port it to kde3.
Report