Zend Studio 7 GUI Problems in Ubuntu 9.10 “Karmic Koala”
Nov 27
ubuntu, ZendStudio No Comments
On Ubuntu Karmic, there are some GUI bugs in Zend Studio. Some buttons are not working, no action follows a click.
Here is the official Zend explanation and workAround : http://kb.zend.com/index.php?View=entry&EntryID=435
Here is an easier step by step :
- Open terminal
- Enter “gedit .ZendStudioFixed.sh”
- Cut and paste the script you’ll find below (if necessary, adapt the path to ZendStudio).
- Save and close
- “chmod u+x .ZendStudioFixed.sh”
- Right click on you ZendStudio launcher in control panel (if you created one) or in System > Preferences > Main Menu > Programming. In “Properties” replace “/usr/local/Zend/ZendStudio-7.0.2/ZendStudio” by “./.ZendStudioFixed.sh”
The script (from kb.zend.com) :
[BEGINNING]
#!/bin/bash export GDK_NATIVE_WINDOWS=1 /usr/local/Zend/ZendStudio-7.0.2/ZendStudio '$@'
[END]
RSS