5559N/AFrom ed0b348f926a4bb5df19f59a6a86ab0030891b04 Mon Sep 17 00:00:00 2001
5559N/AFrom: Alan Coopersmith <alan.coopersmith@oracle.com>
5559N/ADate: Sat, 2 Jan 2016 19:40:40 -0800
5559N/ASubject: [PATCH] Solaris app-defaults
5559N/A
5398N/AVarious settings to meet Solaris policies/preferences, including:
5398N/A
5559N/A - enable screen lock by default, disable splash screen by default
5398N/A - disable using screen grabs in hacks to avoid security leaks
5398N/A - set default mode to screen blank
5398N/A - disable bsod by default to avoid confusion in shops with real NT boxes
5398N/A - enable & disable various hacks by default for branding reasons
5398N/A - branding changes for various hacks & defaults (like RSS feed)
5398N/A15162280 SUNBT4871833 DPMS settings should be consistent between CDE and Gnome
5398N/A15305084 SUNBT6368607 increase unlock dialog box timeout to 2 minutes
5398N/A15379785 SUNBT6526791 xscreensaver and Xorg need to change timeouts for MOU4
5398N/A15451768 SUNBT6652454 xscreensaver does not invoke after IDLE time expires
5398N/A
5398N/ANot suitable for upstream as these represent our differences of opinion or
5398N/Adifferences of requirements with upstreams.
5398N/A---
5559N/A driver/XScreenSaver.ad.in | 66 +++++++++++++++++++++++------------------------
5559N/A 1 file changed, 32 insertions(+), 34 deletions(-)
5398N/A
5398N/Adiff --git a/driver/XScreenSaver.ad.in b/driver/XScreenSaver.ad.in
5559N/Aindex 1c1850f..22d5bcb 100644
5398N/A--- a/driver/XScreenSaver.ad.in
5398N/A+++ b/driver/XScreenSaver.ad.in
5398N/A@@ -28,42 +28,43 @@
5398N/A
5398N/A ! /* (xrdb prevention kludge: whole file)
5398N/A
5398N/A-*mode: random
5559N/A+*mode: blank
5398N/A *timeout: 0:10:00
5398N/A *cycle: 0:10:00
5398N/A *lockTimeout: 0:00:00
5398N/A-*passwdTimeout: 0:00:30
5398N/A-*dpmsEnabled: False
5398N/A+*passwdTimeout: 0:02:00
5398N/A+*dpmsEnabled: True
5398N/A *dpmsQuickoffEnabled: False
5398N/A-*dpmsStandby: 2:00:00
5398N/A-*dpmsSuspend: 2:00:00
5398N/A-*dpmsOff: 4:00:00
5398N/A-*grabDesktopImages: True
5398N/A+*dpmsStandby: 0:10:00
5398N/A+*dpmsSuspend: 0:10:00
5398N/A+*dpmsOff: 0:10:00
5398N/A+*grabDesktopImages: False
5398N/A *grabVideoFrames: False
5398N/A *chooseRandomImages: @DEFAULT_IMAGES_P@
5398N/A ! This can be a local directory name, or the URL of an RSS or Atom feed.
5398N/A *imageDirectory: @DEFAULT_IMAGE_DIRECTORY@
5398N/A-*nice: 10
5398N/A+*nice: 19
5398N/A *memoryLimit: 0
5398N/A-*lock: False
5398N/A+*lock: True
5398N/A *verbose: False
5398N/A *timestamp: True
5398N/A *fade: True
5398N/A *unfade: False
5398N/A *fadeSeconds: 0:00:03
5398N/A *fadeTicks: 20
5398N/A-*splash: True
5398N/A+*splash: False
5398N/A *splashDuration: 0:00:05
5398N/A *visualID: default
5398N/A *captureStderr: True
5398N/A *ignoreUninstalledPrograms: False
5559N/A *authWarningSlack: 20
5398N/A
5398N/A-*textMode: file
5398N/A+*textMode: date
5398N/A *textLiteral: XScreenSaver
5398N/A *textFile: @DEFAULT_TEXT_FILE@
5398N/A-*textProgram: fortune
5559N/A-*textURL: https://en.wikipedia.org/w/index.php?title=Special:NewPages&feed=rss
5398N/A+*textProgram: date
5559N/A+!*textURL: https://en.wikipedia.org/w/index.php?title=Special:NewPages&feed=rss
5559N/A+*textURL: https://blogs.oracle.com/observatory/en_US/feed/entries/atom
5398N/A
5398N/A *overlayTextForeground: #FFFF00
5398N/A *overlayTextBackground: #000000
5398N/A@@ -76,7 +77,7 @@
5398N/A *procInterrupts: True
5398N/A
5398N/A ! Turning this on makes pointerHysteresis not work.
5398N/A-*xinputExtensionDev: False
5398N/A+*xinputExtensionDev: True
5398N/A
5398N/A ! Set this to True if you are experiencing longstanding XFree86 bug #421
5398N/A ! (xscreensaver not covering the whole screen)
5559N/A@@ -162,23 +163,23 @@ GetViewPortIsFullOfLies: False
5398N/A @GL_KLUDGE@ GL: superquadrics -root \n\
5398N/A attraction -root \n\
5398N/A blitspin -root \n\
5398N/A- greynetic -root \n\
5398N/A- helix -root \n\
5398N/A+- greynetic -root \n\
5398N/A+- helix -root \n\
5398N/A hopalong -root \n\
5398N/A imsmap -root \n\
5398N/A - noseguy -root \n\
5398N/A - pyro -root \n\
5398N/A qix -root \n\
5398N/A - rocks -root \n\
5398N/A- rorschach -root \n\
5398N/A+- rorschach -root \n\
5398N/A decayscreen -root \n\
5398N/A- flame -root \n\
5398N/A+- flame -root \n\
5398N/A halo -root \n\
5398N/A slidescreen -root \n\
5398N/A- pedal -root \n\
5398N/A+- pedal -root \n\
5398N/A bouboule -root \n\
5398N/A - braid -root \n\
5398N/A- coral -root \n\
5398N/A+- coral -root \n\
5398N/A deco -root \n\
5398N/A drift -root \n\
5398N/A - fadeplot -root \n\
5559N/A@@ -187,13 +188,13 @@ GetViewPortIsFullOfLies: False
5398N/A grav -root \n\
5398N/A ifs -root \n\
5398N/A @GL_KLUDGE@ GL: jigsaw -root \n\
5398N/A- julia -root \n\
5398N/A+- julia -root \n\
5398N/A - kaleidescope -root \n\
5398N/A @GL_KLUDGE@ GL: moebius -root \n\
5398N/A- moire -root \n\
5398N/A+- moire -root \n\
5398N/A @GL_KLUDGE@ GL: morph3d -root \n\
5398N/A mountain -root \n\
5398N/A- munch -root \n\
5398N/A+- munch -root \n\
5398N/A penrose -root \n\
5398N/A @GL_KLUDGE@ GL: pipes -root \n\
5398N/A rd-bomb -root \n\
5559N/A@@ -208,7 +209,7 @@ GetViewPortIsFullOfLies: False
5398N/A xjack -root \n\
5398N/A xlyap -root \n\
5398N/A @GL_KLUDGE@ GL: atlantis -root \n\
5398N/A- bsod -root \n\
5398N/A+- bsod -root \n\
5398N/A @GL_KLUDGE@ GL: bubble3d -root \n\
5398N/A @GL_KLUDGE@ GL: cage -root \n\
5398N/A - crystal -root \n\
5559N/A@@ -221,7 +222,7 @@ GetViewPortIsFullOfLies: False
5398N/A interference -root \n\
5398N/A kumppa -root \n\
5398N/A @GL_KLUDGE@ GL: lament -root \n\
5398N/A- moire2 -root \n\
5398N/A+- moire2 -root \n\
5398N/A @GL_KLUDGE@ GL: sonar -root \n\
5398N/A @GL_KLUDGE@ GL: stairs -root \n\
5398N/A truchet -root \n\
5559N/A@@ -229,9 +230,9 @@ GetViewPortIsFullOfLies: False
5398N/A blaster -root \n\
5398N/A bumps -root \n\
5398N/A ccurve -root \n\
5398N/A- compass -root \n\
5398N/A+- compass -root \n\
5398N/A deluxe -root \n\
5398N/A-- demon -root \n\
5398N/A+ demon -root \n\
5398N/A @GLE_KLUDGE@ GL: extrusion -root \n\
5398N/A - loop -root \n\
5398N/A penetrate -root \n\
5559N/A@@ -245,7 +246,7 @@ GetViewPortIsFullOfLies: False
5398N/A squiral -root \n\
5398N/A wander -root \n\
5398N/A - webcollage -root \n\
5398N/A- xflame -root \n\
5398N/A+ xflame -root -bitmap /usr/lib/xscreensaver/config/unlock-logo.png \n\
5398N/A xmatrix -root \n\
5398N/A @GL_KLUDGE@ GL: gflux -root \n\
5398N/A - nerverot -root \n\
5559N/A@@ -260,14 +261,14 @@ GetViewPortIsFullOfLies: False
5398N/A @GL_KLUDGE@ GL: menger -root \n\
5398N/A @GL_KLUDGE@ GL: molecule -root \n\
5398N/A rotzoomer -root \n\
5398N/A- speedmine -root \n\
5398N/A+- speedmine -root \n\
5398N/A @GL_KLUDGE@ GL: starwars -root \n\
5398N/A @GL_KLUDGE@ GL: stonerview -root \n\
5398N/A vermiculate -root \n\
5398N/A whirlwindwarp -root \n\
5398N/A zoom -root \n\
5398N/A anemone -root \n\
5398N/A- apollonian -root \n\
5398N/A+- apollonian -root \n\
5398N/A @GL_KLUDGE@ GL: boxed -root \n\
5398N/A @GL_KLUDGE@ GL: cubenetic -root \n\
5398N/A @GL_KLUDGE@ GL: endgame -root \n\
5559N/A@@ -296,12 +297,11 @@ GetViewPortIsFullOfLies: False
5398N/A @GL_KLUDGE@ GL: cubestorm -root \n\
5398N/A eruption -root \n\
5398N/A @GL_KLUDGE@ GL: flipflop -root \n\
5398N/A-@GL_KLUDGE@ GL: flyingtoasters -root \n\
5398N/A fontglide -root \n\
5398N/A @GL_KLUDGE@ GL: gleidescope -root \n\
5398N/A @GL_KLUDGE@ GL: glknots -root \n\
5398N/A @GL_KLUDGE@ GL: glmatrix -root \n\
5398N/A-- GL: glslideshow -root \n\
5398N/A+@GL_KLUDGE@ GL: glslideshow -root \n\
5398N/A @GL_KLUDGE@ GL: hypertorus -root \n\
5398N/A - GL: jigglypuff -root \n\
5398N/A metaballs -root \n\
5559N/A@@ -321,7 +321,6 @@ GetViewPortIsFullOfLies: False
5398N/A intermomentary -root \n\
5398N/A memscroller -root \n\
5398N/A @GL_KLUDGE@ GL: noof -root \n\
5398N/A- pacman -root \n\
5398N/A @GL_KLUDGE@ GL: pinion -root \n\
5398N/A @GL_KLUDGE@ GL: polyhedra -root \n\
5398N/A - GL: providence -root \n\
5559N/A@@ -468,7 +467,6 @@ XScreenSaver.bourneShell: /bin/sh
5398N/A *hacks.flipscreen3d.name: FlipScreen3D
5398N/A *hacks.fliptext.name: FlipText
5398N/A *hacks.fluidballs.name: FluidBalls
5398N/A-*hacks.flyingtoasters.name: FlyingToasters
5398N/A *hacks.fontglide.name: FontGlide
5398N/A *hacks.fuzzyflakes.name: FuzzyFlakes
5559N/A *hacks.geodesicgears.name: GeodesicGears
5559N/A--
5559N/A2.6.1
5398N/A