怎么建立启动文件
Tofloor
poster avatar
laugh0608
deepin
2019-04-20 16:29
Author
深度商店里的Firefox不能登录账号,自己去官网下载了最新的tar.bz2包(已经编译好的,打开即用),但是发现一个很尴尬的问题,emmm,不喜欢在桌面有快捷方式,有没有办法把Firefox放进启动器或者任务栏
Reply Favorite View the author
All Replies
avatar
咿呀
deepin
2019-04-20 16:52
#1
把桌面图标放在/usr/share/applications/下,在启动器里就应该可以看见了
Reply View the author
avatar
laugh0608
deepin
2019-04-20 16:59
#2
https://bbs.deepin.org/post/176950
把桌面图标放在/usr/share/applications/下,在启动器里就应该可以看见了

是那一个Firefox吗
Reply View the author
avatar
咿呀
deepin
2019-04-20 17:41
#3
本帖最后由 geniusking 于 2019-4-20 09:44 编辑

在/usr/share/applications/新建一个.desktop文件,用文本编辑器打开粘贴下面的。ps:firefox路径为图红框文件路径
[Desktop Entry]
Name=Firefox
Comment=Firefox ✨
Exec="/firefox路径" %U
Terminal=false
Type=Application
Icon=firefox
StartupWMClass=Firefox
Categories=Network;WebBrowser;
Reply View the author
avatar
laugh0608
deepin
2019-04-20 17:53
#4
https://bbs.deepin.org/post/176950
在/usr/share/applications/新建一个.desktop文件,用文本编辑器打开粘贴下面的。ps:firefox路径为图红框 ...

O(∩_∩)O谢谢
Reply View the author
avatar
jianguo922
deepin
2019-04-20 19:04
#5
这个问题以前有提过,在安装每一个应用时自动创建桌面快捷,如果不使用可以自己手动删除,最终还是老样子
Reply View the author