-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    LinuxDaily.com    Linux42.org    OpenSkillz.com    Open-PC.com   
Apps
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


Sponsoring


-
- Content .- Fans  . 

Flame / Twin Peaks Saver

   0.1  

KDE Screensaver

Flame / Twin Peaks Saver
zoom


Link:  http://
Downloads:  12395
Submitted:  Dec 20 2002
Updated:  Dec 20 2002
Score: 
score34%34%score
 34% good
bad   good

Description:

This is a screensaver that has two modes: The first is the old and simple "flame" effect, which can be configured in various ways such as changing color and adding text. The second is a Twin Peaks tribute mode. This is the flames with some predefined text, plus a little surprise at the end...

Mainly motivated from finding an old source with this flame effect (mode 13h! those were the days) and recently re-watching Twin Peaks.




Changelog:

12/20/2002 Initial public release (0.1)



License:
GPL

send to a friend
subscription
other apps from cronel



-
.

 Strange

 
 by davidsansome on: Dec 20 2002
 

I was working on exactly the same thing for the next version of my fireworks screensaver! This looks relly good though - do you mind if I steal some of your code? ;-)


reply to this

-
.

 Heh

 
 by cronel on: Dec 21 2002
 

It's GPL, have a blast... The only thing: if you manage to speed it up, let me know.


reply to this

-
.

 Error during make...

 
 by jsleno on: Dec 20 2002
 

I'm a semi-newbie installing this on a RedHat 8 machine. It ran .configure just fine, but during the make process, it stopped with the following error:

/usr/bin/ld: cannot find -lpng
collect2: ld returned 1 exit status

Can anyone give me a hand? If you need more info, I can certainly get it for you.


reply to this

-
.

 -lpng error

 
 by crazycrusoe on: Dec 21 2002
 

you need to have installed libpng-devel-x.x.x
this will give you the library libpng.so (-lpng)
hth
crazycrusoe


reply to this

-
.

  Flame / Twin Peaks

 
 by warlock on: Dec 24 2002
 

I ran the ./configure and it comes up with this error

configure: error: no acceptable C compiler found in $PATH

Help:) what do I need to do?


reply to this

-
.

 gcc version?

 
 by cronel on: Dec 25 2002
 

What version of gcc do you have? It might be that it's too old. Either that or you don't have it, but
that would be extremely weird. Just do

% gcc --version

If it says error, then you don't have it. If not it should print the version.


reply to this

-

 KDevelop ?

 
 by linuxlah on: Jan 22 2003
 

Do you guys use kdevelop to make these screensavers? If yes how do you guys remove the main.c? What template do you guys use when starting the project? I use mimi KDE and have problem when I removed the main.c


reply to this

-
.

 yes

 
 by cronel on: Jan 23 2003
 

I did use KDevelop. None of the templates is very helpful, so just start with a "KDE mini" project and remove all code. Then you have to link with the kscreensaver lib. That provides a main() and the KScreenSaver class that you have to derive from. You have to define a few extern "C" symbols, one of which returns your KScreenSaver derived class, which is what does all the work. This is very easy to see in any screensaver code.


reply to this

-
.

 help with installing

 
 by kiezekat on: Jul 30 2003
 

Hi i got as far as ./configure and got the following Msg. checking for x... configure: error: can't find x includes Please check your installation and add the correct paths!
Well i would if i had the faintest idea what the hell all that was about!!!
Where the check or what to check for !!!
Sorry you guessed, a newbie!!!
Would like the get this screen saver up and running
Any help
Thanks for your time
Oh im running RH9, a new install,like an hour ago!!!


Kitz E Kat
reply to this

-

 Re: help with instal

 
 by ciscoserret on: Aug 24 2003
 

try:
up2date gnome-libs-devel
up2date arts-devel
up2date libpng-devel


reply to this

-

 QT error

 
 by basb on: Sep 18 2003
 

I'm gettin' the following error (after have dealt with above):

checking for Qt... configure: error: Qt (>= Qt 3.0.3) (headers and libraries) not found. Please check your installation!

I've tried up2date qt and up2date qt-devel but had no effect.

Bas


reply to this

-

 Re: QT error

 
 by basb on: Sep 18 2003
 

I'm running RedHat 9 btw...


reply to this

-

 Oh well...

 
 by granpa on: Nov 8 2007
 

I really wanted this screensaver. But when I click on the download button, I get some wierd error message that has some wild crap about Microsoft and a 404 message.

Hmm... Maybe this is some kind of dark joke that only a linux user would appreciate?


reply to this

add commentback




-
-
all messages
openDesktop.org Facebook App

Partners
Place Your Link Here!
online casino bonus
Online Roulette

-
Favorite Distribution 2010?
 Debian
 Gentoo
 SuSE
 Ubuntu
 Kubuntu
 Linux Mint
 Arch Linux
 Frugalware
 Fedora
 Mandriva
 PC Linux OS
 Other Distribution
 I'm a *BSD user
 Using Windows
 Using Mac OS X
 Other OS
 I don't use Computers and have asked another user to check this option for me.

resultmore
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Content RSS   
Events RSS   

Participate
Groups
Forum
Add App
Public API
About KDE-Apps.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2003-2010 KDE-Apps.org Team  
All rights reserved. KDE-Apps.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
KDE and K Desktop Environment are trademarks of KDE e.V.