Skip to content

Releases: schlomo/kiosk-browser

v107

16 Feb 19:58
5f8fee6
Compare
Choose a tag to compare

Changelog
f4b2dcb Tell people to setup remote access before installing
c7c7ff9 fix releases link
4c4f0c6 Support systemd to collect network info in a nicer way Remove unwanted lines from traditional network info
f45ebcd Use Chrome policy to disable translate old way doesn't work any more
5f8fee6 Update changelog for 107 release

v102

12 Feb 20:09
e495db9
Compare
Choose a tag to compare

Changelog
e785c5e handle buildinfo
dd504ad Remove uzbl in readme
e495db9 Update changelog for 102 release

v99

12 Feb 20:01
40db5ca
Compare
Choose a tag to compare
v99

Changelog
866f8a0 Remove uzbl as it is missing on Ubuntu 18.10
b2a4d87 hack version
40db5ca Update changelog for 99 release

v96

23 May 18:38
daebbd2
Compare
Choose a tag to compare
v96

Changelog
84dea2b Update README.md
ae6526f Prevent debconf questions
daebbd2 Update changelog for 101 release

v93

22 May 14:55
Compare
Choose a tag to compare
v93

Changelog
62bbd2a Initial commit
7351933 initial
995ed12 fix
9cd7f7c readme
0b89bc4 fix
43b804c fix
489f41d fix
b9a0719 fixes
635b77b should work now properly
022401e more docs
6398f85 Update README.md
e402997 fixes
66a76f9 license
d706906 license
bf0200f Update README.md
88c841e Update README.md
daa135a Update README.md
f18e255 Update README.md
34dd519 fix pre and post scripts to correctly create and delete the user
c8757d8 add another xrandr script
ea0d297 Update README.md
bd1a526 disable X server input devices :-)
e3e3ec2 update
9082dc8 new release
057d43b new package
84a6995 new package
9b35551 fixes
c73987e Without any mouse configuration the X server will listen to /dev/input/mice and the mouse keeps working. As a fix I defined a mouse section which listens on /dev/null so that the X server will not auto-fallback to /dev/input/mice.
729cab2 new package
b96b1b9 clean shutdown on 'service nodm stop', just takes a few seconds
93e5940 NEW support multiple monitors with full customization
9c1304f New package release for multi-monitor support
12a628e typo
77f10b5 Fixes Scout24#2
909906a New package which fixes Scout24#2
8df275b merged
3e2fa1f Make packge more compliant with Debian packaging rules, fixes Scout24#3
03ba782 New Feature: Watchdog that reboots the system if the screen stops changing
9ff91e2 Document watchdog
33050e6 Add check interval
25a5919 Set nodm as display manager to prevent lightdm package from overriding it on upgrades
6473645 debconf answer for lightdm did not work and I don't understand debconf.
4e8ae6d immutable bit makes lightdm postinst fail, try to use trigger instead
e52426f Try to use config script to disable lightdm
aec2104 Add missing debconf stuff, lintian is really nice and tells me what is missing. Templates copied from lightdm package
026dac8 Ingore service errors
040d918 Add symlink to nodm for lightdm debconf stuff
ed6d22b Disable Google Translate
9842d0f Increase timeouts for screen moving
58ff73a bump
610a286 chromium is on wheezy, chromium-browser on Ubuntu lightdm is only on Ubuntu
21c665b visudo is not in PATH
23c9dc2 Autoselect chromium or chromium-browser to support Debian wheezy
6d13acc New Feature to run VNC viewer in listen mode. Enable with KIOSK_BROWSER_VNC_VIEWER_DISPLAY=0 in kiosk-browser config
98383df Note that lintian is also needed
362b18f Add system info overlay after booting
7d0567f Enable VNC viewer by default Boot splash with infos now in green Watchdog screen dump niced
9c05a0e New script to control kiosk browser * start, stop, status * evening and morning to put screen to sleep / wake up
de0d9cf Use relative path for DEB repo
4f35a87 Allow disabling morning and evening action. Create a file /etc/kiosk-browser-disable-morning-evening to disable the morning and evening action in kiosk-browser-control
f89be23 Reboot RPi as morning action because enabling HDMI does not work reliably
0cc6c11 Fix problem, that xdotool can not move chromium window in kiosk or maximized mode. Now the window will be moved first and then the F11 key activates the fullscreen.
41a6229 new version
6bc457c Optionally show xosview
5a522fa Quick hack to make it work on RPi again, proper fix following soon
8f0de7f Improve session shutdown and switch to full-screen window manager * exit trap will now kill all subprocesses * watchdog will kill its sleep process * matchbox better suited to kiosk mode than metacity
46057a9 Support different browsers and add kiosk-browser to video and audio groups
1879ef7 Use openbox to support multi-screen configurations (matchbox does not support XINERAMA)
f5f8e4b VNC should be disabled by default, Add restart option to control script
a511d47 Use kiosk-browser-control interactive to open an interactive Shell within a running kiosk-browser session.
25403d9 Vastly improved exit handling. Some cleanups and little improvements with epiphany-browser and uzbl (though they still don't work well)
c5a698f Wait for network
1e7d3b2 Fix service stop on Ubuntu 12.04 and match Chromium with PID instead of class name
12c221c Fix group membership for kiosk-browser on upgrade. Recovery workflow if browser window cannot be moved to correct screen.
b73faba Correctly show watchdog process PID. Use exec to avoid needless shell processes
af1cac0 Wait less for stop and restart
710eea6 Make lintian happy, we don't need a man page
2f93178 Automatically set package version from git rev-list. Fix shutdown by execing the xsession script. Override nodm configuration on package install
5c13a2a Ignore errors for pkill
847af39 Ignore plymouth errors
9bdcdea Bugfixes and Improvements * Correctly handle missing displays * Sanitize environment * Allow multimedia content (audio and video input/output)
a844301 Update README.md
20bf2d1 Make lintian happy
27e2b40 Added Gitter badge
d9541c0 README.md: Fixed formating error.
b45a34f postrm: Reconfigure a installed WM
e880a12 postrm: Reconfigure a installed WM
8e92bb8 postinst: Make it compatible to sytemd.
a11da73 kiosk-browser-control: Make it systemd compatible.
794f487 Fixes to have a working DM after purging.
3eaa50a Makefile: Suppress Lintian error.
61217fa make lintian happy
b0608e0 Update to work with systemd, switch over to use debuild and release building Includes now Vagrantfile to test on Ubuntu and Debian.
9ba17ec Update changelog for 100 release