우분투 19.04로 업그레이드 한 후 얼마 지나지 않아 노틸러스를 두 번 클릭하여 시작할 수 없으며 터미널을 사용하여 시작할 수도 없습니다.
출력 which nautilus
/usr/bin/nautilus
출력 apt-cache policy nautilus
nautilus:
Installed: 1:3.32.0-0ubuntu2
Candidate: 1:3.32.0-0ubuntu2
Version table:
*** 1:3.32.0-0ubuntu2 500
500 http://archive.ubuntu.com/ubuntu disco/main amd64 Packages
100 /var/lib/dpkg/status
출력 nautilus
출력을 제공하지 않고 자체적으로 중단되며 출력을 제공하지 않습니다.
최신 정보
출력 sudo nautilus -q
** (org.gnome.Nautilus:4911): WARNING **: 03:46:22.268: Error on getting connection: Failed to load SPARQL backend: Could not connect: Connection refused
(org.gnome.Nautilus:4911): GLib-GIO-CRITICAL **: 03:46:22.281: g_dbus_connection_signal_unsubscribe: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
(org.gnome.Nautilus:4911): GLib-GObject-CRITICAL **: 03:46:22.281: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(org.gnome.Nautilus:4911): GLib-GObject-CRITICAL **: 03:46:22.281: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(org.gnome.Nautilus:4911): libunity-CRITICAL **: 03:46:22.373: unity-launcher.vala:157: Unable to connect to session bus: Could not connect: Connection refused
which nautilus
및 apt-cache policy nautilus
질문에 있습니다. 그놈 세션을 사용하십니까? nautilus
터미널에서 명령 을 시작하려고 할 때 어떤 콘솔 출력을 얻 습니까?
sudo apt install --reinstall nautilus
. 또한 which nautilus
붙여 넣은 결과를 확인하십시오 . 그것이 어떻게 생겼는지 보지 않습니다.
rm -Rf ~/.conf/nautilus ~/.local/share/nautilus
다시 작동하는지 확인하십시오.