Answers:
sudo apt-get remove exo-utils
这是来自xfce。您可能还需要移除thunar。还是为我修复了它。
这确实是exo-utils软件包中的错误。(报告的启动板错误)
桌面文件是一个上游问题,它为事物安装了错误的处理程序(即,如果您不使用XFCE)...
“ MimeType =“条目位于:
/usr/share/applications/exo-file-manager.desktop
/usr/share/applications/exo-mail-reader.desktop
/usr/share/applications/exo-web-browser.desktop
文件应变为:“ X-XFCE-MimeType =“
解决问题的快速方法是根据需要更改条目并更新桌面文件数据库。
可以通过以下方式在终端中以root用户身份更改条目:
sed -i -e 's/^MimeType=/X-XFCE-MimeType=/' \
/usr/share/applications/exo-file-manager.desktop \
/usr/share/applications/exo-mail-reader.desktop \
/usr/share/applications/exo-web-browser.desktop
我已经在PPA中准备了一个带有已修复错误的软件包,因此您可以安装它(您可能需要等待直到它生成btw为止)(PhobosK的PPA)
这在xdg-open和gnome-open中可能是一个问题。这里有一个针对该问题的错误页面,网址为https://bugs.launchpad.net/ubuntu/+source/unity-place-files/+bug/751374。您应该尝试输入“ xdg-open”。如果文件正确打开,则说明您遇到了其他问题。如果显示“位置不是文件夹”错误,请留意并注意此问题的修复方法。
记录xdg-open对我不起作用,并且卸载/重新配置某些软件包并没有修复它。molnarandris,知道哪个软件包需要删除/更新将很有用。
删除exo-utils也会删除thunar。我们中有些人需要在gnome中同时安装thunar和nautilus
由于问题是exo-utils,因此我构建了一个没有exo-utils依赖项的thunar .deb。这是64bit的方法:
wget http://launchpadlibrarian.net/69753654/thunar_1.2.1-3ubuntu2_amd64.deb
dpkg-deb -x thunar_1.2.1-3ubuntu2_amd64.deb tmpdir
dpkg-deb --control thunar_1.2.1-3ubuntu2_amd64.deb tmpdir/DEBIAN
gedit tmpdir/DEBIAN/control
从“ Depends”行中删除“ exo-utils”并保存
dpkg -b tmpdir thunar_1.2.1-3ubuntu2_amd64-no_exo-utils_dependency.deb
sudo apt-get remove exo-utils
sudo dpkg -i thunar_1.2.1-3ubuntu2_amd64-no_exo-utils_dependency.deb
sudo apt-get -f install
通过:http : //queleimporta.com/thunar-nautilus-exo-utils-and-the-location-is-not-a-folder-error-solution-under-gnome/
删除exo-utils也会删除thunar。我们中有些人需要在gnome中同时安装thunar和nautilus-这对我有用,请参见链接http://queleimporta.com/thunar-nautilus-exo-utils-and-the-location-is-not-a-folder -gnome /下的错误解决方案/。
尝试运行计算机管理员。对我来说,它解决了问题。我认为它必须与面板或菜单的旧版本或不需要的库有关。