error while crawling /home/$USER: boost::filesystem::status: Permission denied: “/home$USER/.gvfs”

If you have an error in your terminal with ros when you use the tab completion

[rospack] Warning: error while crawling /home/$USER: boost::filesystem::status: Permission denied: “/home$USER/.gvfs”

You can fix with this both of commands:

$ sudo umount /home/$USER/.gvfs
$ sudo rm -rf ~/.gvfs/

Thanks to ragingbit in this answer: permission-denied-gvfs

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章