Cannot use the toolbar of Katalon Studio

Hi,

I started to use Katalon (ver 5.4.1, macOS High Sierra 10.13) recently, but I encounter a problem. (downloaded by this link Katalon Studio Free Download | Katalon )
I can create/run test case/ test suits, check test report smoothly. But I cannot use the tool bar of Katalon Studio. As shown in the picture, the buttons in tab “File”, “Edit”, “Project”, “Debug”, “Window”, “Help” cannot be pressed. Only the tab “Katalon Studio” can work. Could anyone tell me how can I solve this or what I miss? Thank you!

螢幕快照 2018-04-27 下午4.06.30.png

Hi Jessica,

We already noted this.
Btw, you can workaround by click on the main window first then try again.

Thanks

1 Like

Hi,
I tried your workaround but still cannot work.
Do you know when will the bug be fixed?
Thank you for your reply!

Hi Jessica,
This issue is a bug on macOS High Sierra 10.13 that causes many JAVA based applications get menu bar disabled. There are 2 options to fix this:

  1. Update your macOS to a higher version (recommended)
  2. In case you don’t want to update your macOS, follow these manual steps:
  • Right click on Katalon Studio.app
  • Select Show Package Contents
  • Open Contents folder
  • Open Info.plist file
  • If opened with XCode, remove the entry for ‘Localizations’
  • If open with a Text Editor, remove the complete entry for ‘CFBundleLocalizations’
<key>CFBundleLocalizations</key>
		<array>
			<string>ar</string>
			<string>cs</string>
			<string>da</string>
			<string>el</string>
			<string>en</string>
			<string>es</string>
			<string>de</string>
			<string>fi</string>
			<string>fr</string>
			<string>hu</string>
			<string>it</string>
			<string>iw</string>
			<string>ja</string>
			<string>ko</string>
			<string>nl</string>
			<string>no</string>
			<string>pl</string>
			<string>pt_BR</string>
			<string>pt</string>
			<string>ru</string>
			<string>sv</string>
			<string>tr</string>
			<string>zh_HK</string>
			<string>zh_TW</string>
			<string>zh</string>
		</array>

Hope this help

Thanks.

3 Likes

Hi duyluong,
I use the second approach and it works!!
Thank you for your kind help!

katalon opened in my linux system,but why I unable to click any options in toolbar

If this is a recent version of KS (like 8.3 and above), and you did not get the Stand Alone version, then you may have to create your project in Katalon Testops, then open the project in KS (File > Open Project). Alternatively, you can see about the KS Stand Alone version.

Edit: KS 8.6.0 is a Stand Alone version now.

1 Like