安装过程如下:

1.下载最新版本tar.gz压缩包

wget https://github.com/geeeeeeeeek/electronic-wechat/releases/download/V2.0/linux-x64.tar.gz

本人发现这个服务器不稳定,已将2.0上传到百度云,方便以后使用.

链接: https://pan.baidu.com/s/1geTxhuV 密码: 8hte

2.解压压缩包

sudo tar zxvf linux-x64.tar.gz

3.把解压的文件夹放在/opt下

sudo mv electronic-wechat-linux-x64/ /opt/electronic-wechat-linux-x64

4.创建终端下的快速启动命令

sudo ln -s /opt/electronic-wechat-linux-x64/electronic-wechat /usr/bin/electronic-wechat

5.创建在Dash Home下的快速启动图标

#Dash Home的图标一般在两个位置/usr/share/applications~/.local/share/applications(用户独立配置的基本都在这里)#只要在一个位置建立图标文件即可sudo vi /usr/share/applications/electronic-wechat.desktop

[Desktop Entry]Encoding=UTF-8Version=1.0Type=ApplicationName=Electronic WeChatIcon=electronic-wechat.pngExec=/opt/electronic-wechat-linux-x64/electronic-wechatStartupNotify=falseStartupWMClass=electronic-wechatOnlyShowIn=Unity;X-UnityGenerated=true

6.为了方便后续操作,可以创建一个类似于window快捷图标的玩意,过程大概如下:

 sudo ln -s /opt/electronic-wechat-linux-x64/ ~/Desktop/weixin.png

7.下载一个微信的图标,我的网盘上已经为各位准备好了,只需和安装包一块下载下来即可.

在上一步链接建立好了以后,在新生成的图标上右击,选择属性(properties),在图标那个位置单击一下,选择一个下载的图标,点击open,这样替换图标完成了.建立的软连接图标就变成了类似于Windows微信的图标了

注:第6步可以不要做,在有些系统创建快捷方式不能打开。在第五步完成后切换到/usr/bin/目录下,运行electronic-wechat

cd /usr/bin/./electronic-wechat