User Tools

Site Tools


screen_saver

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
screen_saver [2010/10/06 18:53] suapapascreen_saver [2013/08/03 05:04] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +[[http://goo.gl/QRTn|소녀시대 다음검색]]
 +
 /usr/share/applications/screensavers/ /usr/share/applications/screensavers/
 <code ini> <code ini>
 [Desktop Entry] [Desktop Entry]
-Name=ElectricSheep +Encoding=UTF-8 
-Comment=Electric Sheep is a distributed screen-saver that harnesses idle computers into a render farm with the purpose of animating and evolving artificial life-forms. +Name=소녀시대 
-TryExec=electricsheep +Comment=다음검색 소녀시대 화면보호기 
-Exec=electricsheep --root 1+TryExec=snsd.sh 
 +Exec=snsd.sh
 StartupNotify=false StartupNotify=false
 Terminal=false Terminal=false
 Type=Application Type=Application
 Categories=Screensaver; Categories=Screensaver;
-OnlyShowIn=GNOME;KDE;XFCE+OnlyShowIn=GNOME;
 </code> </code>
-<code bash+ 
-mplayer -fs -zoom -shuffle -loop 0 *.mov+/usr/lib/gnome-screensaver/gnome-screensaver/movie.sh 
 +<code sh
 +#! /bin/bash 
 + 
 +## setup MPlayer aruments, remove -nosound if you want the video 
 +## to play sound. If you have to specify the video driver to use 
 +## then add that to the list 
 +MPLAYERARGS="-nosound -nolirc -wid $XSCREENSAVER_WINDOW -nostop-xscreensaver -fs -zoom -really-quiet" 
 + 
 +exec mplayer $MPLAYERARGS -loop 0 -shuffle -playlist /home/suapapa/비디오/DAUM_SNSD/snsd.playlist
 </code> </code>
screen_saver.1286391194.txt.gz · Last modified: 2013/08/03 05:04 (external edit)