亲测解决Ubuntu18下Sublime Text 3无法输入中文问题

1. 首先安装最新版Sublime Text 3

2. ![浏览](https://www.jianshu.com/p/bf05fb3a4709)  实现一下能不能输入中文




3. 再不能的情况下, 请按照以下方法

```

linux@ubuntu:/usr/local/bin$ subl

linux@ubuntu:/usr/local/bin$ sudo rm subl

[sudo] linux的密码:

linux@ubuntu:/usr/local/bin$ subl

linux@ubuntu:/usr/local/bin$

```

1.先到/usr/local/bin目录中把subl删除,

```

linux@ubuntu:/usr/share/applications$ subl

linux@ubuntu:/usr/share/applications$ sublime

linux@ubuntu:/usr/share/applications$ sublime

linux@ubuntu:/usr/share/applications$

```

2.然后到cd /usr/share/applications的目录下更改权限

```

linux@ubuntu:/usr/share/applications$ sudo chmod 777 sublime-text.desktop

```

更改sublime-text.desktop的权限

3.[浏览查看更详细方法  ](http://www.mamicode.com/info-detail-2346923.html)

```

linux@ubuntu:~$ which subl

/usr/bin/subl

linux@ubuntu:~$

```




阿里云大礼包(https://promotion.aliyun.com/ntms/yunparter/invite.html?userCode=66enueqz)

你可能感兴趣的:(亲测解决Ubuntu18下Sublime Text 3无法输入中文问题)