Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
Deepin V20社区版踩坑日记
Experiences and Insight
584
views ·
0
replies ·
To
floor
Go
梦里无念
deepin
2020-08-22 00:17
Author
本帖最后由 li1015271486 于 2020-8-21 16:21 编辑
1.米聊4.100和Motrix软件安装后发送到任务栏无图标问题:
打开终端:
进入>/usr/share/applications
cd /usr/share/applications
sudo vim mitalk.desktop
按图修改图标路径(Motrix一样,自己找个图标放进去就ok)
2.electron-$$R 点击图标不运行
先安装依赖:
sudo apt install libcanberra
-
gtk
-
module libcanberra
-
gtk3
-
module gconf2 gconf
-
service libappindicator1
sudo apt
-
get
install libssl
-
dev sudo apt
-
get
install libsodium
-
dev
sudo dpkg -i electron-酸酸乳.deb
安装完发现任务栏图标打不开,只能命令行输入electron-xxx运行
同理进入>/usr/share/applications
cd /usr/share/applications
sudo vim electron-ssr.desktop
将Terminal=true改为 false保存即可
就酱~~
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
Personal Knowledge Assistant
minor bugs I found
Popular Events
More
1.米聊4.100和Motrix软件安装后发送到任务栏无图标问题:
打开终端:
进入>/usr/share/applications
cd /usr/share/applications
sudo vim mitalk.desktop
按图修改图标路径(Motrix一样,自己找个图标放进去就ok)
2.electron-$$R 点击图标不运行
先安装依赖:
sudo apt install libcanberra-gtk-module libcanberra-gtk3-module gconf2 gconf-service libappindicator1
sudo apt-get install libssl-dev sudo apt-get install libsodium-dev
sudo dpkg -i electron-酸酸乳.deb
安装完发现任务栏图标打不开,只能命令行输入electron-xxx运行
同理进入>/usr/share/applications
cd /usr/share/applications
sudo vim electron-ssr.desktop
将Terminal=true改为 false保存即可
就酱~~