我打开 minecraft 资源包文件夹按钮,它在 Firefox 中打开,我安装了 16.04.1 LTS,但我尝试这样做,alt f2然后这样做
nautilus ~/.minecraft/resourcepacks
但...它只是说
"Unable to find the requested file. Please check the spelling and try again.
unhandled error message: Error when getting information for file '/home/system32/.minecraft/resourcepacks': No such file or directory"
答案1
你没有使用正确的路径。我从未见过system32Ubuntu 安装中的文件夹。
要找到您要查找的文件,请打开终端CtrlAltT并发出命令,find . -name "resourcepacks"
如果文件存在,您将获得类似于的完整路径和名称的输出/path/to/resourcepacks
答案2
Unable to find the requested file. Please check the spelling and try again.
也许资源包并不像错误消息中说的那样存在。如果资源包文件存在,则运行以下命令应该能够在终端中看到它:
cd ~/.minecraft/ && ls
如果结果cd ~/.minecraft/ && ls
显示该~/.minecraft/
文件夹不存在,您可以创建该文件夹并将资源包文件移动到其中。