Install Jaikoz on Linux

Ensure a supported version of Java is installed see check java version

Open a Terminal Window as root, go to where you downloaded Jaikoz and run

unzip jaikoz-linux.zip
chmod 777 jaikoz-install.sh
./jaikoz-install.sh

On some installations of Linux you may receive the following error

xcb_xlib.c:50: xcb_xlib_unlock
this is due to a bug with Java/Linux , but can be fixed as follows

  • Find out the location of the Java installation you are using and cd to its root
  • Run the following commands
    su root
    cd lib/i386/xawt
    sed -i 's/XINERAMA/FAKEEXTN/g' libmawt.so
    

Follow the instructions within the installer

  • Installer provides installation in English and some other common languages, choose language and select 'OK'
  • You will then see an Information page, select 'Next'
  • You will then see a Licensing page, please accept the license in order to continue installation and select 'Next'
  • Select where you want install Jaikoz, and select 'Next'
  • You will then see a Summary page, select 'Next'
  • Wait for the files to be installed, then select 'Next'
  • Create the shortcut as required, then select 'Next'
  • Installation has now completed, select 'Done'

After installation

  • Select the Jaikoz shortcut on your Desktop to start

back