Nemo 一直崩溃,试图修复它实际上破坏了 Firefox 和其他东西

Nemo 一直崩溃,试图修复它实际上破坏了 Firefox 和其他东西

我正在使用 LMDE Betsy,而 nemo 最近一直在崩溃。窗口通常持续几秒钟,桌面图标也不断消失。

我尝试通过论坛中找到的几种方法来修复它,包括使用更新文件nemo-autostart.desktopNoDisplay=true安装这些库:

apt-get install eject librsvg2-common gvfs-backends nemo-fileroller gir1.2-nemo-3.0 \
    libnemo-extension1 nemo-data nemo-emblems nemo-folder-color-switcher \
    nemo-image-converter nemo-share python-nemo

现在 Firefox 在启动时不断崩溃。安全模式也会崩溃,并显示以下消息:

rioualen@dell3b31852 /opt/firefox $ firefox -safe-mode

(firefox-esr:2081): GLib-GObject-CRITICAL **: g_object_ref: assertion 'object->ref_count > 0' failed
ExceptionHandler::GenerateDump cloned child 2133
ExceptionHandler::SendContinueSignalToChild sent continue signal to child
ExceptionHandler::WaitForContinueSignal waiting for continue signal...

我尝试重新安装 glibc 库,但没有成功。

我注意到其他程序已停止正常工作:我不得不重新安装python3库,pip3尽管我已经安装了它们。Inkscape 和 Shutter 也消失了。Gedit 插件也消失了,我似乎无法重新安装它们:

rioualen@dell3b31852 ~/ChIP-seq_GSE20870 $ sudo apt-get install gedit-plugins
[...]
The following packages have unmet dependencies:
 gedit-plugins : Depends: gedit (>= 2.25.4) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
rioualen@dell3b31852 ~/ChIP-seq_GSE20870 $ gedit -V
gedit - Version 3.14.0

但 Nemo 仍然不能正常工作!

是否有某种损坏的路径?非常感谢。

系统信息:

rioualen@dell3b31852 /opt/firefox $ lsb_release -a
No LSB modules are available.
Distributor ID: LinuxMint
Description:    LMDE 2 Betsy
Release:    2
Codename:   betsy

rioualen@dell3b31852 /opt/firefox $ uname -a 
Linux dell3b31852 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u5 (2015-10-09) x86_64 GNU/Linux

相关内容