Incorporate changes for version 1.1.0
This commit is contained in:
Binary file not shown.
@@ -190,7 +190,7 @@
|
||||
<!-- allow alt-F4 to kill browser -->
|
||||
<keybind key="A-F4">
|
||||
<action name="Execute">
|
||||
<command>pkill firefox;pkill chromium-browser</command>
|
||||
<command>pkill chromium</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<!-- browser disable opening new window -->
|
||||
64
home/kioskuser/openkiosk_welcome.html
Normal file
64
home/kioskuser/openkiosk_welcome.html
Normal file
@@ -0,0 +1,64 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv=\"x-ua-compatible\" content=\"IE=edge\">
|
||||
<title>OpenKiosk</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
|
||||
<h3 align="center">
|
||||
OpenKiosk
|
||||
</h3><br>
|
||||
<table border="0" width="100%">
|
||||
<tr>
|
||||
<td align="center">Current version is <b>1.1.0</b></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<p>
|
||||
<b>Welcome</b><br>
|
||||
Welcome to OpenKiosk. You are seeing this page because you have accepted the default URL during installation.
|
||||
Obviously this is not very useful. To make it more useful, you'll need to edit the /etc/openkiosk.conf file
|
||||
and adjust things for your needs.
|
||||
</p>
|
||||
<p>
|
||||
<b>Configuration</b><br>
|
||||
To edit this file, you'll either need to ssh into the kiosk machine or use
|
||||
webmin. If you elected to install webmin during OpenKiosk installation, you can
|
||||
<a href="https://localhost:10000"> click here </a> to access it, then use the
|
||||
File Manager tool to navigate to /etc and edit the openkiosk.conf file.
|
||||
The file contains descriptions of the available options.
|
||||
<br>
|
||||
For testing purposes, you can set the TGT_URL parameter in the openkiosk.conf file
|
||||
to "test". This will give you an xterm window on the desktop.
|
||||
<br>
|
||||
Any changes made to the configuration file will be automatically detected and the
|
||||
the kiosk will reload using the new configuration.
|
||||
</p>
|
||||
<p>
|
||||
<b>Useful Key Combinations</b><br>
|
||||
Many of the normal key combinations have been disabled to prevent misuse of the kiosk. However, there are two that
|
||||
you should know about.
|
||||
<br>
|
||||
Pressing <alt>-<F4> will kill and restart the display app, reloading the target URL.
|
||||
<br>
|
||||
Pressing <ctrl>-<alt>-<shift>-<del> will shut down the kiosk.
|
||||
<br>
|
||||
Pressing <ctrl>-<alt>-<shift>-<ins> will reboot the kiosk.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>License</b><br>
|
||||
OpenKiosk is licensed under the terms of the <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>.
|
||||
Click on the link
|
||||
or see the LICENSE file in the distribution to read it.
|
||||
<br><br>
|
||||
OpenKiosk is Copyright (C) 2024 by Rod Wright.
|
||||
<br>
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user