77pm 77pm
http://www.tuicool.com/articles/a2ERZrhttps://help.ubuntu.com/community/WifiDocs/Device/Tenda_W311M#Removing_rt5730_module_if_was_installed
关注数: 19 粉丝数: 33 发帖数: 298 关注贴吧数: 3
在ubuntu安装zend studio且解决没有桌面问题 1. 下载ZendStudio-5_5_1.tar.gz,并安装 sudo apt-get install sun-java6-jre sun-java6-jdk 2. 解压缩出ZendStudio-5_5_1.bin 3. 在非root用户下安装,如 ygmpkk@ygmpkk-pc:~$./ZendStudio-5_5_1.bin 4. 安装后,从windows系统下拷贝simsun.ttc字体,或者 下载simsun字体,到zendstudio 安装目录下的/home/zack/Zend/ZendStudio-5.5.1/jre/lib/fonts/ 5. 修改/home/zack/Zend/ZendStudio-5.5.1/jre/lib/fonts/fonts.dir文件将其他字体都替换成simsun.ttc cd /home/zack/Zend/ZendStudio-5.5.1/jre/lib/fonts/ ls -al |grep ttf |awk '{print "perl -pi -e s/"$8"/simsun.ttc/g fonts.dir" }' |sh 6. 创建应用程序 一定要用vi,用gedit可能会不行。 vi /usr/local/share/applications/ZendStudio5.desktop [Desktop Entry]Name=ZendStudio5Comment=Zend Studio 5.5Exec=/home/ygmpkk/Zend/ZendStudio-5.5.1/bin/ZDEIcon=/home/ygmpkk/Zend/ZendStudio-5.5.1/bin/icon48_studio.pngTerminal=falseType=ApplicationCategories=Application;Network; 7. 刚刚装好了Zend Studio5.5.1,启动ZDE竟然是一片空白窗口,什么也看不到,但点击鼠标也有反应。后来在Ubuntu中文论坛上 找到了解决方案,原来这是兼容性的问题。在启动文件zde.sh中1693行,也就是debugout 前加上一行:修改zde.sh,解决ZendStudio空白问题。 options="$options -Dawt.toolkit=sun.awt.motif.MToolkit" 8:关于 zend studio的菜单中文显示 可更改配置文件desktop_options.xml中大概第九行的en为zh。配置文件目录一般在~/ZDE/config_5.5
1 下一页