Info.txt SpiderControl MicroBrowser for Linux Ubuntu 22.04 (x86_64) with X11 -------------------------------------------------------------------------------- Install the SpiderControl MicroBrowser with update.sh script $ cd $HOME $ wget -O update.sh http://ininet.ch/delivery/Ubuntu/x86_64/update.sh $ chmod 755 update.sh $ ./update.sh $ rm update.sh Notes: - The MicroBrowser will be installed under ${HOME}/MicroBrowser/ - A shortcut will be placed on your Desktop, under ~/Desktop/MicroBrowser.desktop - The MicroBrowser will automatically start with Linux, using the autostart file under: ~/.config/autostart/microbrowser_autostart.desktop - Remove this file if you don't want autostart. - To start the MicroBrowser in Full Screen, set the kiosk mode to 1 in the configuration file: ~/MicroBrowser/uBrowser.xml Or use the following command line: $ sed -i 's@0@1@g' ~/MicroBrowser/uBrowser.xml Unset: $ sed -i 's@1@0@g' ~/MicroBrowser/uBrowser.xml - To start MicroBrowser in Full Screen, set the kiosk mode to 1 in the configuration file: ~/MicroBrowser/uBrowser.xml Or launch the following command line to set kiosk mode: $ sed -i 's@0@1@g' ~/MicroBrowser/uBrowser.xml Reset to 0 with: $ sed -i 's@1@0@g' ~/MicroBrowser/uBrowser.xml And check the kiosk setting with: cat ~/MicroBrowser/uBrowser.xml |grep kiosk - The MicroBrowser can be closed with Alt-F4 or with the command line: $ pkill MicroBrowser - You can order a CDS licence key from our Web shop, here: https://lizenz.spidercontrol.net/produkt/cds-lizenz-microbrowser-alle-plattformen/ -------------------------------------------------------------------------------- Or find below the installation procedure in few steps. Note: - Install the MicroBrowser X11 in your home directory and don't use root or su 1) Copy the ZIP file MicroBrowser_x11.zip in your home directory: /home/$USER/ http://ininet.ch/delivery/Ubuntu/x86_64/MicroBrowser_x11.zip 2) Extract files with command line (this will create a new folder MicroBrowser) $ cd $HOME $ unzip MicroBrowser_x11.zip $ rm MicroBrowser_x11.zip 3) Change permission for executable files $ cd MicroBrowser $ chmod 755 MicroBrowser 4) Autostart Create a shortcut on desktop and autostart $ mkdir $HOME/.config/autostart $ cp $HOME/MicroBrowser/install/microbrowser_autostart.desktop $HOME/.config/autostart/ $ sudo chmod 755 $HOME/.config/autostart/microbrowser_autostart.desktop $ cp $HOME/MicroBrowser/install/MicroBrowser.desktop $HOME/Desktop/MicroBrowser.desktop $ sudo chmod 755 $HOME/Desktop/MicroBrowser.desktop 5) Reboot $ sudo reboot -------------------------------------------------------------------------------- (c) 2023 iniNet Solutions GmbH, Muttenz (Switzerland) 2023.08.28/F.Jambois