Comment 8 for bug 725331

Revision history for this message
Krzysztof (krzysztof-kardasz) wrote :

Create for example ZendStudio.sh file with contents:
------------------------------------------------------------------------
#!/bin/bash
UBUNTU_MENUPROXY=0
./ZendStudio
------------------------------------------------------------------------

and run:
chmod +x ZendStudio.sh
./ZendStudio.sh

it solve this problem.