在ubuntu18.04桌面中,我曾经通过以下方式安装gnome-open:
sudo apt install libgnome2-bin这样我就可以通过命令行从终端打开一个文件夹,例如:
gnome-open /mnt/star/note但是,在ubuntu20.04中,libgnome2-bin是不可用的,所以我如何安装gnome-open,或者如何通过命令行从终端打开文件夹?
发布于 2020-06-29 12:05:01
另一种解决办法是:
xdg-open /mnt/star/note默认情况下,xdg-open在ubuntu20.04上是可用的。
发布于 2020-06-29 11:25:28
试着使用:
gio open /mnt/star/notehttps://askubuntu.com/questions/1254747
复制相似问题