[debian-edu-commits] debian-edu/pkg-team/ 01/03: debian/midori-display.default: Use upstream's example for this file.

Mike Gabriel sunweaver at debian.org
Fri Mar 24 20:02:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository midori-display.

commit 7418f6b32a2bcc5769ea32b06ba219574d5d935b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Mar 24 18:31:17 2017 +0100

    debian/midori-display.default: Use upstream's example for this file.
---
 debian/midori-display.default | 56 ++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 55 insertions(+), 1 deletion(-)

diff --git a/debian/midori-display.default b/debian/midori-display.default
index db6775d..8dfa2c6 100644
--- a/debian/midori-display.default
+++ b/debian/midori-display.default
@@ -1 +1,55 @@
-FIXME: todo, wait for upstream to provide this file
\ No newline at end of file
+# Midori Display: Wrap around midori browser and turn your
+# system into a browser screen in KIOSK-mode.
+
+# default download URI for all display screens if not configured individually
+DEFAULT_WWW_URI="file:///usr/share/midori-display/midori-display.html"
+
+# Enforce fixed resolution for all displays (default: not set):
+#DEFAULT_RESOLUTION="1920x1080"
+
+#FIXME: Configure individual display screens with host specific parameters:
+#DISPLAYS['display-host-0']="www_uri=https://www.displayserver.comany.net/display-1/index.html"
+#DISPLAYS['display-host-1']="www_uri=https://www.displayserver.comany.net/display-2/index.html"
+#DISPLAYS['display-host-2']="www_uri=https://www.displayserver.comany.net/display-3/index.html|res=1920x1280"
+#DISPLAYS['display-host-3']="www_uri=https://www.displayserver.comany.net/display-4/index.html"|res=1280x1024"
+#DISPLAYS['display-host-local-file']="www_uri=file:///usr/share/doc/midori-display/midori-display.html"
+
+#### ^^^ use: FAKE_HOSTNAME="display-host-1" midori-display
+### to play with other hostnames and their PDF URI / resolution settings...
+
+# HTTP proxy URL, if needed (default: not set).
+#HTTP_PROXY_URL="http://webcache:3128"
+
+# Setting for internal inactivity timer to restart midori-display
+# if the user goes inactive/idle.
+#INACTIVITY__INTERVAL="300"
+
+# log to syslog instead of .xsession-errors
+#LOG_TO_SYSLOG="no"
+
+# Launch pulseaudio daemon if not already running.
+#WITH_PULSEAUDIO="yes"
+
+# screensaver settings, see "man 1 xset" for possible options
+#SCREENSAVER_SETTINGS=""
+
+# URI blocklist, URLs that Midori should block (default: unset)
+# If URI blocklist is unset, the midori-display script will tell
+# Midori to block access to all other servers except the one in
+# the WWW_URI.
+# (i.e. URI_BLOCKLIST='^((?!'$URI_TYPE'.*'$WWW_SERVER'/).).*$')
+#unset URI_BLOCKLIST
+
+# Other example: block some famous data collection sites
+#URI_BLOCKLIST=".*(facebook|google|apple|microsoft|twitter)[^/]+/.*"
+
+# Or allow access to all sites on the internet
+#URI_BLOCKLIST=""
+
+# disable right and middle pointer device click in Midori sessions while keeping
+# scrolling wheels' functionality intact... (consider "pointer" subcommand on
+# xmodmap man page for details).
+#POINTER_BUTTON_MAP="1 0 0 4 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0"
+
+# Hide idle mouse pointer.
+#HIDE_IDLE_POINTER="yes"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/midori-display.git



More information about the debian-edu-commits mailing list