web-dev-qa-db-ja.com

gconf2に問題があるため、gnome-terminalをインストールできません

Gnome-terminalの起動に問題があったため、削除して再インストールしようとしました。 Sudo apt-get install gnome-terminalを実行すると、次の結果が得られます。

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  gnome-terminal-data
The following NEW packages will be installed:
  gnome-terminal gnome-terminal-data
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/171 kB of archives.
After this operation, 1,953 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Selecting previously unselected package gnome-terminal-data.
(Reading database ... 747935 files and directories currently installed.)
Preparing to unpack .../gnome-terminal-data_3.6.2-0ubuntu1_all.deb ...
Unpacking gnome-terminal-data (3.6.2-0ubuntu1) ...
Selecting previously unselected package gnome-terminal.
Preparing to unpack .../gnome-terminal_3.6.2-0ubuntu1_AMD64.deb ...
Unpacking gnome-terminal (3.6.2-0ubuntu1) ...
Processing triggers for gconf2 (3.2.6-0ubuntu2) ...
dpkg: error processing package gconf2 (--unpack):
 subprocess installed post-installation script returned error exit status 245
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for mime-support (3.54ubuntu1.1) ...
Errors were encountered while processing:
 gconf2
E: Sub-process /usr/bin/dpkg returned an error code (1)

gnome-terminalを実行しようとすると、次のエラーが発生します。

Gtk-Message: Failed to load module "unity-gtk-module"

(gnome-terminal:28167): GLib-GIO-CRITICAL **: g_settings_get: the format string may not contain '&' (key 'monospace-font-name' from schema 'org.gnome.desktop.interface'). This call will probably stop working with a future version of glib.
GConf Error: Configuration server couldn't be contacted: D-BUS error: Message did not receive a reply (timeout by message bus)
GConf Error: Configuration server couldn't be contacted: D-BUS error: Message did not receive a reply (timeout by message bus)
GConf Error: Configuration server couldn't be contacted: D-BUS error: Message did not receive a reply (timeout by message bus)
GConf Error: Configuration server couldn't be contacted: D-BUS error: Message did not receive a reply (timeout by message bus)
GConf Error: Configuration server couldn't be contacted: D-BUS error: Message did not receive a reply (timeout by message bus)
GConf Error: Configuration server couldn't be contacted: D-BUS error: Message did not receive a reply (timeout by message bus)
**
ERROR:terminal-app.c:1449:terminal_app_init: assertion failed: (app->default_profile_id != NULL)
Aborted (core dumped)

何が問題になっているのかを理解するために私ができることは何ですか?私の端末では、現在のところxfce4-terminalを使用しています。

1
PhillyPu

了解しました。これは遠回りの方法かもしれませんが、gnome-terminal ランニング。

14.04 LTSを使用していたので、Ubuntuは思いがけなく16.04 LTSにアップグレードするように求めてきました。すべてをバックアップしたので、アップグレードに進むことにしました。 45分後、Sudo apt-get install gnome-terminalは機能し、そうですgnome-terminal

この問題の助けを必要とする他の誰にとっても、私が言っているのは、アップグレードまたは再インストールを実行することだと思います。今週はイライラする一週間でした。

0
PhillyPu