How do I launch Katalon Studio? — I just installed OpenJDK 8 on Manjaro (Linux)

Hi,

I’m presently using Manjaro Gnome edition where I have placed my Katalon install in the “/home/USER ACCOUNT/Automation/Katalon_Studio” directory. You can launch Katalon by navigating to the Katalon directory and run the executable with “./katalon”.

Example:

cd /home/USER ACCOUNT/Automation/Katalon_Studio
./katalon

For convenience I created a desktop icon link for Gnome.

Create a Desktop Icon for Gnome
[Desktop Entry]
Type=Application
Name=Katalon_ Studio
Icon=/home/rsruser/Automation/Katalon_Studio/configuration/resources/extensions/Chrome/Recorder/KR/katalon/images/branding_128.png
Exec="/home/USER ACCOUNT/Automation/Katalon_Studio/katalon" %f
Comment=Automation platform based on Selenium
Categories=Development;WebDevelopment;IDE;Utility;TextEditor;
Terminal=false
MimeType=text/plain;inode/directory;
StartupNotify=true
StartupWMClass=code

1 Like