micro-channel installation ubuntu

The installation process:
Download the latest version tar.gz archive https://github.com/geeeeeeeeek/electronic-wechat/releases/download/V2.0/linux-x64.tar.gz

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

Extracting archive
sudo tar zxvf linux-x64.tar.gz
the unzipped folder in / opt under
sudo mv electronic-wechat-linux- x64 / / opt / electronic-wechat-linux-x64
create quick launch command terminal
sudo ln -s / opt / electronic- wechat-linux-x64 / electronic-wechat / usr / bin / electronic-wechat
created under the Dash Home icon in the Quick launch

Dash Home icon usually in two locations / usr / share / applications # or

~ / .local / share / applications (individually configurable user basically here) # Just create the icon file in one location can
sudo vi /usr/share/applications/electronic-wechat.desktop

[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=Electronic WeChat
Icon=electronic-wechat.png
Exec=/opt/electronic-wechat-linux-x64/electronic-wechat
StartupNotify=false
StartupWMClass=electronic-wechat
OnlyShowIn=Unity;
X-UnityGenerated=true

Guess you like

Origin www.cnblogs.com/g2thend/p/11515530.html