我意外删除了我的主文件夹和垃圾箱(Ubuntu 12.04)

我意外删除了我的主文件夹和垃圾箱(Ubuntu 12.04)

我不小心删除了文件文件夹/usr/share/application,现在我无法从 Unity Panel 打开垃圾箱。并且我无法从 Dash 打开任何文件夹。

此外,我的主文件夹在面板(或启动器)中丢失。我运行gksu nautilus /usr/share/application/并删除了几个文件文件夹。

当我从窗口打开垃圾箱时,我删除的文件夹不在那里,所以我无法恢复它们。

答案1

尝试这个命令:

echo '[Desktop Entry]
Name=Files
Comment=Access and organize files
Keywords=folder;manager;explore;disk;filesystem;
Exec=nautilus --new-window %U
Icon=system-file-manager
Terminal=false
Type=Application
StartupNotify=true
OnlyShowIn=GNOME;Unity;
Categories=GNOME;GTK;Utility;Core;
MimeType=inode/directory;application/x-gnome-saved-search;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=nautilus
X-GNOME-Bugzilla-Component=general
X-GNOME-Bugzilla-Version=3.6.3
Actions=Window;
X-Unity-IconBackgroundColor=#af4853
X-Ubuntu-Gettext-Domain=nautilus

[Desktop Action Window]
Name=Open a New Window
Exec=nautilus --new-window
OnlyShowIn=Unity;' | sudo tee /usr/share/applications/nautilus.desktop

然后

sudo chmod o+x /usr/share/applications/nautilus.desktop

答案2

也試一試sudo apt-get --reinstall install nautilus

这应该重新安装 Nautilus 和已删除的文件。

nautilus如果您可以在终端中运行,@minerz029 的答案应该有效。

相关内容