xdg-open /run/user/1000/gvfs/ftp:host=smart,port=5555,user=u
运行chrome
。
如何让它运行nautilus
?
答案1
从man xdg-open
xdg-open 在用户首选的应用程序中打开文件或 URL。如果提供了 URL ,则 URL 将在用户首选的 Web 浏览器中打开。...
xdg
-open 支持file
、ftp
和URL。http
https
这手册页表示只要目标是可识别的 URL,它就会始终使用 Web 浏览器。这看起来似乎无法实现您的愿望
(除了将 nautilus 注册为您最喜欢的 Web 浏览器,这是个坏主意™ )