Zend Studio 7 GUI Problems in Ubuntu 9.10 “Karmic Koala”

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 :

  1. Open terminal
  2. Enter “gedit .ZendStudioFixed.sh”
  3. Cut and paste the script you’ll find below (if necessary, adapt the path to ZendStudio).
  4. Save and close
  5. “chmod u+x .ZendStudioFixed.sh”
  6. 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]

Share

Leave a Reply