从终端打开Ubuntu浏览器


11

很简单的问题:

如何从终端打开Ubuntu Internet浏览器?

我正在通过X转发会话运行计算机,并且需要找到打开Ubuntu浏览器的命令。它不是我的默认浏览器,所以请sensible-browser不要打开它。我试过了:

browser
ubuntu-browser
gnome-browser
sensible-browser
brow*

他们都回来了,Command not found,除了sensible-browser,打开了chrome。


您是否在谈论Ubuntu的默认浏览器?
乔治·乌德森

@乔治,取决于你的意思。我说的是Ubuntu浏览器,它是Ubuntu 16.04默认提供的,但不是关于设置为默认
匿名2

Answers:


11

其实是 webbrowser-app

nano /usr/share/applications/webbrowser-app.desktop

.desktop文件

[Desktop Entry]
Version=1.0
Name=Browser
GenericName=Web Browser
Comment=Browse the World Wide Web
Keywords=Internet;WWW;Browser;Web;Explorer
Type=Application
Icon=browser
Exec=webbrowser-app %u
Terminal=false
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;
X-Ubuntu-Touch=true
X-Ubuntu-Gettext-Domain=webbrowser-app
X-Ubuntu-Single-Instance=true
X-Ubuntu-Default-Department-ID=web-browsers
X-Screenshot=/usr/share/webbrowser-app/screenshot.png
X-Ubuntu-Splash-Color=#FFFFFF

从来不知道存在,今天对我来说是一个有趣的学习。
乔治·乌德森
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.