Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 315970 Details for
Bug 461415
XScreenSaver.ad not automatically updated
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
XScreenSaver.ad.header
XScreenSaver.ad.header (text/plain), 4.77 KB, created by
Martin Kuhnke
on 2008-09-07 17:11:43 UTC
(
hide
)
Description:
XScreenSaver.ad.header
Filename:
MIME Type:
Creator:
Martin Kuhnke
Created:
2008-09-07 17:11:43 UTC
Size:
4.77 KB
patch
obsolete
>! >! XScreenSaver >! >! a screen saver and locker for the X window system >! by Jamie Zawinski >! >! version 5.06-3 >! 09-Aug-2008 >! >! See "man xscreensaver" for more info. The latest version is always >! available at http://www.jwz.org/xscreensaver/ > > >! These resources, when placed in the system-wide app-defaults directory >! (e.g., /usr/lib/X11/app-defaults/XScreenSaver) will provide the default >! settings for new users. However, if you have a ".xscreensaver" file in >! your home directory, the settings in that file take precedence. > > >! Don't hand this file to "xrdb" -- that isn't how app-defaults files work. >! Though app-defaults files have (mostly) the same syntax as your ~/.Xdefaults >! file, they are used differently, and if you run this file through xrdb, >! you will probably mess things up. > >#error Do not run app-defaults files through xrdb! >#error That does not do what you might expect. >#error Put this file in /usr/lib/X11/app-defaults/XScreenSaver instead. > >! /* (xrdb prevention kludge: whole file) > >*mode: random >*timeout: 0:05:00 >*cycle: 0:01:00 >*lockTimeout: 0:00:00 >*passwdTimeout: 0:00:15 >*dpmsEnabled: False >*dpmsStandby: 1:00:00 >*dpmsSuspend: 1:00:00 >*dpmsOff: 2:00:00 >*grabDesktopImages: False >*grabVideoFrames: False >*chooseRandomImages: True >*imageDirectory: /usr/share/backgrounds/images/ >*nice: 10 >*memoryLimit: 0 >*lock: True >*verbose: False >*timestamp: True >*fade: True >*unfade: False >*fadeSeconds: 0:00:03 >*fadeTicks: 20 >*splash: False >*splashDuration: 0:00:05 >*visualID: default >*captureStderr: False >*ignoreUninstalledPrograms: True > >*textMode: file >*textLiteral: XScreenSaver >*textFile: /usr/share/doc/HTML/README-Accessibility >*textProgram: fortune -s >*textURL: http://www.livejournal.com/stats/latest-rss.bml > >*overlayTextForeground: #FFFF00 >*overlayTextBackground: #000000 >*overlayStderr: True >*font: *-medium-r-*-140-*-m-* > >! The default is to use these extensions if available (as noted.) >*sgiSaverExtension: True >*xidleExtension: True >*procInterrupts: True > >! Set this to True if you are experiencing longstanding XFree86 bug #421 >! (xscreensaver not covering the whole screen) >GetViewPortIsFullOfLies: False > >! This is what the "Demo" button on the splash screen runs (/bin/sh syntax.) >*demoCommand: xscreensaver-demo > >! This is what the "Prefs" button on the splash screen runs (/bin/sh syntax.) >*prefsCommand: xscreensaver-demo -prefs > >! This is the URL loaded by the "Help" button on the splash screen, >! and by the "Documentation" menu item in xscreensaver-demo. >*helpURL: http://www.jwz.org/xscreensaver/man.html > >! loadURL -- how the "Help" buttons load the helpURL (/bin/sh syntax.) >! manualCommand -- how the "Documentation" buttons display man pages. >! >! And there are so very many options to choose from! >! >! Gnome 2.4, 2.6: (yelp can't display man pages, as of 2.6.3) >! >*loadURL: xdg-open '%s' >*manualCommand: gnome-terminal --title '%s manual' \ > --command '/bin/sh -c "man 6x %s 2>/dev/null || man 1 %s ; read foo"' >! >! Gnome 2.2: >! >! *loadURL: gnome-url-show '%s' >! *manualCommand: gnome-terminal --title '%s manual' \ >! --command '/bin/sh -c "man 6x %s 2>/dev/null || man 1 %s ; read foo"' >! >! Gnome 1.4: >! >! *loadURL: gnome-moz-remote --newwin '%s' >! *manualCommand: gnome-help-browser 'man:%s' >! >! non-Gnome systems: >! >! *loadURL: firefox '%s' || mozilla '%s' || netscape '%s' >! *manualCommand: xterm -sb -fg black -bg gray75 -T '%s manual' \ >! -e /bin/sh -c 'man "%s" ; read foo' > > >! The format used for printing the date and time in the password dialog box >! (see the strftime(3) manual page for details.) >*dateFormat: %d-%b-%y (%a); %I:%M %p >! To show the time only: >! *dateFormat: %I:%M %p >! For 24 hour time: >! *dateFormat: %H:%M > > >! This command is executed by the "New Login" button on the lock dialog. >! (That button does not appear on the dialog if this program does not exist.) >! For Gnome: probably "gdmflexiserver -ls". KDE, probably "kdmctl reserve". >! >! *newLoginCommand: gdmflexiserver -ls > > >! Turning on "installColormap" on 8-bit systems interacts erratically with >! certain jurassic window managers. If your screen turns some color other >! than black, the window manager is buggy, and you need to set this resource >! to false. Or switch WMs. Or join the 21st century and get a 24-bit >! graphics card. >! >*installColormap: True > > >! This is the list of installed screen saver modes. See "man xscreensaver" >! for the syntax used here. >! >! If you want to disable a screensaver, DO NOT remove it from this list: >! instead, mark it as inactive by placing a "-" at the beginning of the line. >! >! You can use the `xscreensaver-demo' program to edit the current list of >! screen savers interactively. >! >*programs: \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 461415
: 315970 |
315971