Skip to content
Snippets Groups Projects
Commit 6c06a92c authored by Mikhail Vanyulin's avatar Mikhail Vanyulin
Browse files

hints.md: update qt-kiosk-browser section


Signed-off-by: default avatarMikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
parent b2525eeb
No related branches found
No related tags found
1 merge request!1752hints.md: adjust default URL and provide start command for qt-kiosk-browser
Pipeline #117643 passed with stages
in 1 minute and 39 seconds
...@@ -1059,9 +1059,24 @@ qt5-opengles2-test ...@@ -1059,9 +1059,24 @@ qt5-opengles2-test
# Preperation # Preperation
systemctl stop seco-show-demo systemctl stop seco-show-demo
sed -i 's/"URL":.*$/"URL": "https:\/\/north.seco.com\/suchen?",/' /etc/qt-kiosk-browser.conf # Set a proper URL in /etc/qt-kiosk-browser.conf.
For example by manually setting a following in a file via text editor:
"URL": "https://edge.seco.com/de/"
Or by running a following command from Linux command line:
sed -i 's/"URL":.*$/"URL": "https:\/\/edge.seco.com\/de\/",/' /etc/qt-kiosk-browser.conf
# Start browser from console:
qt-kiosk-browser /etc/qt-kiosk-browser.conf --no-sandbox qt-kiosk-browser /etc/qt-kiosk-browser.conf --no-sandbox
# Start browser using provided service:
systemctl start qt-kiosk-browser
# You can verfiy the virtual keyboard functionality by clicking the search field and entering text # You can verfiy the virtual keyboard functionality by clicking the search field and entering text
# To make qt-kiosk-browser to start automatically after boot instead of seco-show-demo, run following commands and reboot:
systemctl disable seco-show-demo
systemctl enable qt-kiosk-browser
``` ```
## RS232 ## RS232
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment