Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
如何让程序不每次打开都出现询问对话框?
deepin Talks
723
views ·
4
replies ·
To
floor
Go
Ligocut光剪视频剪辑软件
deepin
Backbone of ecological co-construction group
2019-09-02 00:53
Author
如何让程序不每次打开都出现这个询问对话框?
让他变为直接双击就运行
Reply
Like 0
Favorite
View the author
All Replies
Ligocut光剪视频剪辑软件
deepin
Backbone of ecological co-construction group
2019-09-02 01:01
#1
UP UP UP
Reply
Like 0
View the author
symbol
deepin
2019-09-02 03:27
#2
写个快捷方式图标,默认gui即可
Reply
Like 0
View the author
Ligocut光剪视频剪辑软件
deepin
Backbone of ecological co-construction group
2019-09-09 07:59
#3
UPUPUP
Reply
Like 0
View the author
撕夜灬小诺
deepin
2019-09-09 16:28
#4
自己写一个.desktop文件就好了
新建一个空白文本,把下面这段复制进去:
[Desktop Entry]
Version=1.0
Name=Firefox Web Browser
Name[zh_CN]=Firefox 网络浏览器
Name[zh_TW]=Firefox 網路瀏覽器
Comment=Browse the World Wide Web
Comment[zh_CN]=浏览互联网
Comment[zh_TW]=瀏覽網際網路
GenericName=Web Browser
GenericName[zh_CN]=网络浏览器
GenericName[zh_TW]=網路瀏覽器
Keywords=Internet;WWW;Browser;Web;Explorer
Keywords[zh_CN]=Internet;WWW;Browser;Web;Explorer;网页;浏览;上网;火狐;Firefox;ff;互联网;网站;
Keywords[zh_TW]=Internet;WWW;Browser;Web;Explorer;網際網路;網路;瀏覽器;上網;網頁;火狐
Exec=firefox %u
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=firefox
Categories=GNOME;GTK;Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall;
StartupNotify=true
Actions=new-window;new-private-window;
[Desktop Action new-window]
Name=Open a New Window
Name[zh_CN]=新建窗口
Name[zh_TW]=開啟新視窗
Exec=firefox -new-window
[Desktop Action new-private-window]
Name=Open a New Private Window
Name[zh_CN]=新建隐私窗口
Name[zh_TW]=開啟新隱私瀏覽視窗
Exec=firefox -private-window
然后文件名改为 firefox.desktop ,放到/usr/share/applications/路径下,或者是 ~/.local/share/applications 路径下。
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
What is the purpose of UOS AI?
Cannot upgrade "Deepin 25.0.10"
Feature Request: Adding an option for a "Floating Dock" mode in DDE
[Feature Request] Drop-down grid panel for window snap layouts
Popular Events
More
让他变为直接双击就运行