需求:

因为改在了ubuntu下开发东西,所以要经常使用微信软件,我是看了别人的文章总结我自己的经验

准备

Ubuntu 系统 

 

步骤

  1. 安装包

wechat for linux github链接: https://github.com/geeeeeeeeek/electronic-wechat/releases

https://i-blog.csdnimg.cn/blog_migrate/b9f3d4ef69ef9e45b5ca21c5fd4d682e.png

下载好后解压到当前文件夹,在解压文件里可以看到electronic-wechat

 2、打开终端输入命令:

2.1、先把微信图标复制到/home/edem/Downloads/electronic-wechat-linux-x64目录下;

2.2、输入命令 :cd  /home/edem/usr/share/applications

2.3、输入命令:sudo vi wechat.desktop

2.4、然后 把下面的代码复制进去,保存并退出

[Desktop Entry]

Version = 2.0

Name=wechat

Type=Application

GenericName = wechat

Comment = wechat

Exec=/home/edem/Downloads/electronic-wechat-linux-x64/electronic-wechat

Terminal=false

Categories=GNOME;Application;Network;

Icon=/home/edem/Downloads/electronic-wechat-linux-x64/wechat.png

2.5、cat wechat.desktop

2.6、这个时候我们可以在/home/edem/usr/share/applications文件夹下看到微信的图标了,把它复制到桌面,即可使用。

Logo

更多推荐