Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 94708 | Differences between
and this patch

Collapse All | Expand All

(-)driver/XScreenSaver.ad.in.orig (-34 / +13 lines)
Lines 31-49 Link Here
31
*mode:			random
31
*mode:			random
32
*timeout:		0:10:00
32
*timeout:		0:10:00
33
*cycle:			0:10:00
33
*cycle:			0:10:00
34
*lockTimeout:		0:00:00
34
*lockTimeout:		0:15:00
35
*passwdTimeout:		0:00:30
35
*passwdTimeout:		0:00:30
36
*dpmsEnabled:		False
36
*dpmsEnabled:		True
37
*dpmsStandby:		2:00:00
37
*dpmsStandby:		2:00:00
38
*dpmsSuspend:		2:00:00
38
*dpmsSuspend:		2:00:00
39
*dpmsOff:		4:00:00
39
*dpmsOff:		4:00:00
40
*grabDesktopImages:	True
40
*grabDesktopImages:	False
41
*grabVideoFrames:	False
41
*grabVideoFrames:	False
42
*chooseRandomImages:	@DEFAULT_IMAGES_P@
42
*chooseRandomImages:	@DEFAULT_IMAGES_P@
43
*imageDirectory:	@DEFAULT_IMAGE_DIRECTORY@
43
*imageDirectory:	@DEFAULT_IMAGE_DIRECTORY@
44
*nice:			10
44
*nice:			10
45
*memoryLimit:		0
45
*memoryLimit:		0
46
*lock:			False
46
*lock:			True
47
*lockVTs:		True
47
*lockVTs:		True
48
*verbose:		False
48
*verbose:		False
49
*timestamp:		True
49
*timestamp:		True
Lines 57-67 Link Here
57
*captureStderr: 	True
57
*captureStderr: 	True
58
*ignoreUninstalledPrograms: False
58
*ignoreUninstalledPrograms: False
59
59
60
*textMode:		file
60
*textMode:		literal
61
*textLiteral:		XScreenSaver
61
*textLiteral:		Gentoo Linux
62
*textFile:		/usr/X11R6/lib/X11/doc/README
62
*textFile:		/etc/gentoo-release
63
*textProgram:		fortune
63
*textProgram:		/usr/bin/fortune
64
*textURL:		http://www.livejournal.com/stats/latest-rss.bml
64
*textURL:		http://planet.gentoo.org/rss20.xml
65
65
66
*overlayTextForeground:	#FFFF00
66
*overlayTextForeground:	#FFFF00
67
*overlayTextBackground:	#000000
67
*overlayTextBackground:	#000000
Lines 89-120 Link Here
89
89
90
! loadURL       -- how the "Help" buttons load the helpURL (/bin/sh syntax.)
90
! loadURL       -- how the "Help" buttons load the helpURL (/bin/sh syntax.)
91
! manualCommand -- how the "Documentation" buttons display man pages.
91
! manualCommand -- how the "Documentation" buttons display man pages.
92
!
93
! And there are so very many options to choose from!
94
!
95
!   Gnome 2.4, 2.6: (yelp can't display man pages, as of 2.6.3)
96
!
97
@GNOME24@*loadURL: gnome-open '%s'
98
@GNOME24@*manualCommand: gnome-terminal --title '%s manual' \
99
@GNOME24@		--command '/bin/sh -c "man %s; read foo"'
100
!
101
!   Gnome 2.2:
102
!
103
@GNOME22@*loadURL: gnome-url-show '%s'
104
@GNOME22@*manualCommand: gnome-terminal --title '%s manual' \
105
@GNOME22@		--command '/bin/sh -c "man %s; read foo"'
106
!
107
!   Gnome 1.4:
108
!
109
!	*loadURL: gnome-moz-remote --newwin '%s'
110
!	*manualCommand: gnome-help-browser 'man:%s'
111
!
112
!   non-Gnome systems:
113
!
114
@NOGNOME@*loadURL: firefox '%s' || mozilla '%s' || netscape '%s'
115
@NOGNOME@*manualCommand: xterm -sb -fg black -bg gray75 -T '%s manual' \
116
@NOGNOME@		    -e /bin/sh -c 'man "%s" ; read foo'
117
92
93
*loadURL: firefox '%s' || mozilla '%s' || netscape '%s' || \
94
links '%s' || lynx '%s' || w3m '%s'
95
*manualCommand: xterm -sb -fg black -bg gray75 -T '%s manual' \
96
		    -e /bin/sh -c 'man "%s" ; read foo'
118
97
119
! The format used for printing the date and time in the password dialog box
98
! The format used for printing the date and time in the password dialog box
120
! (see the strftime(3) manual page for details.)
99
! (see the strftime(3) manual page for details.)

Return to bug 94708