Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
给没有快捷图标的软件建立启动图标
Experiences and Insight
524
views ·
1
replies ·
To
floor
Go
176******78
deepin
2018-12-11 16:40
Author
需要在启动器文件夹建立图标,以软件Firefox为例
进入文件管理器,点击系统盘,右击鼠标,选择以管理者身份打开,进入 /usr/share/applicatoions,在该文件夹新建文本文档为Firefox.desktop,以编辑器方式用打开,添加内容:
[Desktop Entry]
Categories=Application;Development;
Comment=firefox
Encoding=UTF-8
Exec=/usr/local/firefox/firefox
Icon=firefox
Name[zh_CN]=火狐浏览器
Name=firefox
StartupNotify=true
Terminal=false
Type=Application
X-Deepin-Vendor=user-custom
注意,以下内容请自行修改
Name :指定快捷方式名称
Name[zh_CN]:中文名称 -----(中文无法之间输入的话,粘贴进去)
Exec :应用程序可执行文件的绝对路径
Icon :图标的绝对路径 (这个可以试试直接输入你的程序名,如果系统图标库有该程序图标,会直接显示)
其它不改,然后保存即可,注意要管理者权限,不然无法保存。
这时你就可以在启动器页面看到它了。
本人致力于给deepin新人做入门教程,还请大佬,多多指教,多给我顶下贴,让更多同学看到,谢谢各位!
Reply
Like 0
Favorite
View the author
All Replies
JesseyLawson
deepin
2018-12-11 21:26
#1
想简单一点的,论坛内有个工具软件:https://bbs.deepin.org/post/155444#%E5%88%9B%E5%BB%BA#2
Reply
Like 0
View the author
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
Copying folder - Not enough disk space?
Update driver for my computer
Popular Events
More
进入文件管理器,点击系统盘,右击鼠标,选择以管理者身份打开,进入 /usr/share/applicatoions,在该文件夹新建文本文档为Firefox.desktop,以编辑器方式用打开,添加内容:
[Desktop Entry]
Categories=Application;Development;
Comment=firefox
Encoding=UTF-8
Exec=/usr/local/firefox/firefox
Icon=firefox
Name[zh_CN]=火狐浏览器
Name=firefox
StartupNotify=true
Terminal=false
Type=Application
X-Deepin-Vendor=user-custom
注意,以下内容请自行修改
Name :指定快捷方式名称
Name[zh_CN]:中文名称 -----(中文无法之间输入的话,粘贴进去)
Exec :应用程序可执行文件的绝对路径
Icon :图标的绝对路径 (这个可以试试直接输入你的程序名,如果系统图标库有该程序图标,会直接显示)
其它不改,然后保存即可,注意要管理者权限,不然无法保存。
这时你就可以在启动器页面看到它了。
本人致力于给deepin新人做入门教程,还请大佬,多多指教,多给我顶下贴,让更多同学看到,谢谢各位!