知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

zend studio 7.1.2 ubuntu下按钮失效的解决方法

发布时间:2014-09-05 17:37:06作者:知识屋

From STOPS BLOG
作者:st0p
在ubuntu 下zend studio 7.1.2按钮失效,只能回车的解决方法如下。
我的zend studio装在/home/st0p/Zend/ZendStudio-7.1.2(请根据情况修改用户名或你的安装路径),这个路径等下我们要用到
进入/home/st0p/Zend/ZendStudio-7.1.2目录
新建文件ZendStudio_Fix,内容如下
 #!/bin/bash
export GDK_NATIVE_WINDOWS=true
/home/st0p/Zend/ZendStudio-7.1.2/ZendStudio

然后在终端下进入/home/st0p/Zend/ZendStudio-7.1.2目录,运行sudo chmod +x ZendStudio_Fix

在桌面上建立启动器
名称为:Zend Studio - 7.1.2
图标为:/home/st0p/Zend/ZendStudio-7.1.2/icon.xpm
命令为:home/st0p/Zend/ZendStudio-7.1.2/ZendStudio_Fix

 

(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜