Linux用google-drive-ocamlfuse挂载Google网盘的时候,有如下错误提示:

root@onebox:~# google-drive-ocamlfuse -label GDrive ~/GDrive
/bin/sh: 1: xdg-open: not found
/bin/sh: 1: firefox: not found
/bin/sh: 1: google-chrome: not found
/bin/sh: 1: chromium-browser: not found

修复一下xdg-utils就可以了!

apt-get install xdg-utils --fix-missing
OR
yum install xdg-utils --fix-missing