“文件”文件管理器在我的 Ubuntu 20.04 系统上无法运行。
如果我尝试使用nautilus命令从终端打开它,仍然没有发生任何事情。
但如果我尝试使用sudo nautilus命令,那么它可以打开。但每次我不想通过终端命令打开它。我希望它仅通过用户界面打开,因为它以前工作过。
我最近在我的系统上安装了 docker。我认为这是因为 docker 安装而发生的。所以我使用这些步骤完全卸载了 docker ,但问题仍然没有解决。
我也尝试过以下解决方案。但没有什么对我有用。
sudo apt-get install --reinstall nautilus-data
Run Code Online (Sandbox Code Playgroud)
ps awx | grep nautilus
sudo kill -TERM <id>
Run Code Online (Sandbox Code Playgroud)
sudo apt-get remove nautilus
sudo apt-get autoremove
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install nautilus
Run Code Online (Sandbox Code Playgroud)