How can I add a screensaver to my system? I don't want to import an existing one, but to know the mechanics of how to CREATE one from scratch and install it as if it were one of the default ones.

Thanks a lot for your time!
Manuel

link|improve this question

50% accept rate
you should include "create" in the question title. – hayalci Oct 3 '10 at 10:56
feedback

1 Answer

okay, had to do some research on this one. first of all, in my distro (ubuntu 10.04 LTS), the screensaver files are .desktop. they are stored in /usr/share/applications/screensavers

if you open them, they are really a config file. this config file leads to an executable program. if you write the program and configure the .desktop, it should work, but I'm not sure.

it actually uses the xscreensaver package, and here's the FAQ on that: http://www.jwz.org/xscreensaver/faq.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.