Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
html如何设置使用firefox打开
Experiences and Insight
85
views ·
2
replies ·
To
floor
Go
widon1104
deepin
2019-09-20 19:29
Author
我的firefox是单独下载放在/home/widon/soft目录下面的
widon@widon-PC:~$ cat ~/.local/share/applications/firefox.desktop
[Desktop Entry]
Version=1.0
Name=firefox
Exec=/home/widon/soft/firefox/firefox/firefox
Terminal=false
Icon=/home/widon/soft/firefox/firefox/browser/chrome/icons/default/default128.png
Type=Application
Categories=Development
我现在想在html文件上面右键,然后通过firefox打开html文件,我发现我做不到
添加应用程序,选择”/home/widon/soft/firefox/firefox/firefox“以后,firefox打开了,但是html文件没有在firefox中打开
我的情况下,如何使用右键在firefox打开html文件?
Reply
Like 0
Favorite
View the author
All Replies
WENWEN
deepin
2019-09-20 20:00
#1
不是有个打开方式吗?
Reply
Like 0
View the author
走钢丝
deepin
2019-09-20 20:24
#2
Exec= 那一行,后面要加 %F 之类的占位符才行,不然无法输入参数。。你可以看看其他软件的 desktop 是怎么写的。
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
Linyaps "YTDownloader" uninstall not possible app.netlify.ytdn
Popular Events
More
widon@widon-PC:~$ cat ~/.local/share/applications/firefox.desktop
[Desktop Entry]
Version=1.0
Name=firefox
Exec=/home/widon/soft/firefox/firefox/firefox
Terminal=false
Icon=/home/widon/soft/firefox/firefox/browser/chrome/icons/default/default128.png
Type=Application
Categories=Development
我现在想在html文件上面右键,然后通过firefox打开html文件,我发现我做不到
添加应用程序,选择”/home/widon/soft/firefox/firefox/firefox“以后,firefox打开了,但是html文件没有在firefox中打开
我的情况下,如何使用右键在firefox打开html文件?