目录:
1.安装wine
2.wine安装SourceInsight4.0
3.解决中文乱码
4.解决文件保存失败
5.解决文件打开失败
1.安装wine,我选择稳定版。来源百度百科 https://baike.baidu.com/item/wine/2286934?fr=aladdin
#如果你使用的是64位Ubuntu,则先要开启32位安装环境:
sudo
dpkg --add-architecture i386
#然后需要下载一个PGP公钥以识别软件仓库:
wget -
nc
https:
//dl
.winehq.org
/wine-builds/Release
.key
#添加公钥并添加软件源:
sudo
apt-key add Release.key
sudo
apt-add-repository https:
//dl
.winehq.org
/wine-builds/ubuntu/
#更新软件列表
sudo
apt-get update
#之后就可以选择Wine版本安装了:
#稳定版(Stable branch)安装命令
sudo
apt-get
install
--
install
-recommends winehq-stable
#开发版(Development branch)安装命令
sudo
apt-get
install
--
install
-recommends winehq-devel
#发布版(Staging branch)安装命令
sudo
apt-get
install
--
install
-recommends winehq-stagin
2.wine安装SourceInsight4.0
百度云盘 链接: https://pan.baidu.com/s/1htaCm4O 密码:ywi7
解压后得到如下文件
在此目录下执行
破解,阅读readme.txt.txt文件,注意:安装目录时显示在window Program File (x86)但是实际上它的路径在Ubuntu的/home/turf96/.wine/drive_c/Program Files (x86)/Source Insight 4.0。
.wine文件夹在家目录 键入ctrl+h 可见
3.解决中文乱码
注意:这里不能在 File菜单的Reload As Encoding...修改编码方式,修改了也没用
解决:右键点击Style Properties,在comment和string上选择中文字体,就可以显示中文了
4.解决文件保存失败 [File is not saved]
这里保存失败的原因是在菜单栏File的Reload As Encoding选择了Chinese 编码GB18030。但是在Ubuntu下这样做是不行的。
解决方法,重新安装。安装SourceInsight后,再次wine sourceinsightsetup.exe就会提示卸载。我这里就不截图了。
5.解决文件打开失败。[There were errors opening "Z:\"]
解决方法:在菜单栏找到Preferences,选择Files栏,并按照红框提示修改,修改后,就不会出现打不开的问题