Ubuntu

Lubuntu - G_Is_Dbus_Connection

  • August 26, 2021

我剛剛在 VM VirtualBox 上安裝了 Lubuntu。

當我從終端執行應用程序時,例如。firefox,它可以工作,但終端會彈出一些警告。

maciex@maciex-pc:~$ firefox

(firefox:1152): Gtk-WARNING **: 16:15:43.300: Theme parsing error: <data>:1:34: Expected ')' in color definition

(firefox:1152): Gtk-WARNING **: 16:15:43.300: Theme parsing error: <data>:1:77: Expected ')' in color definition

(firefox:1152): GLib-GIO-CRITICAL **: 16:15:43.425: g_dbus_proxy_new: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(firefox:1152): GLib-GIO-CRITICAL **: 16:15:43.425: g_dbus_proxy_new: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(firefox:1152): GLib-GIO-CRITICAL **: 16:15:43.425: g_dbus_proxy_new: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(firefox:1152): GLib-GIO-CRITICAL **: 16:15:43.426: g_dbus_proxy_new: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(firefox:1152): GLib-GIO-CRITICAL **: 16:15:43.426: g_dbus_proxy_new: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

這與Firefox無關,與其他應用程序相同。但是,如果我不是從終端啟動同一個應用程序,然後打開終端並從終端執行同一個應用程序 - 我沒有任何警告。

maciex@maciex-pc:~$ ps -u maciex
 PID TTY          TIME CMD
 829 ?        00:00:00 systemd
 840 ?        00:00:00 (sd-pam)
 865 ?        00:00:00 gnome-keyring-d
 868 ?        00:00:00 lxqt-session
 886 ?        00:00:00 dbus-daemon
 920 ?        00:00:00 ssh-agent
 950 ?        00:00:00 openbox
 953 ?        00:00:00 at-spi-bus-laun
 960 ?        00:00:00 agent
 964 ?        00:00:00 gvfsd
 969 ?        00:00:00 pcmanfm-qt
 970 ?        00:00:00 lxqt-globalkeys
 971 ?        00:00:00 lxqt-notificati
 972 ?        00:00:00 lxqt-panel
 973 ?        00:00:00 lxqt-policykit-
 974 ?        00:00:00 lxqt-runner
 976 ?        00:00:00 gvfsd-fuse
 979 ?        00:00:00 xscreensaver
 990 ?        00:00:00 dbus-daemon
 992 ?        00:00:00 applet.py
1001 ?        00:00:00 pulseaudio
1063 ?        00:00:00 gvfsd-trash
1069 ?        00:00:00 gvfs-udisks2-vo
1086 ?        00:00:00 gvfs-goa-volume
1092 ?        00:00:00 gvfs-gphoto2-vo
1101 ?        00:00:00 gvfs-mtp-volume
1105 ?        00:00:00 gvfs-afc-volume
1119 ?        00:00:00 lxqt-powermanag
1121 ?        00:00:00 qlipper
1123 ?        00:00:00 nm-tray
1131 ?        00:00:00 qterminal
1134 pts/0    00:00:00 bash
1142 pts/0    00:00:00 ps

有人可以解釋一下嗎?如何解決?

謝謝

正如John Little 所注意到的(謝謝!),這與fcitx

(hamster-cli:4440): GLib-GIO-CRITICAL **: 13:54:40.431: g_dbus_proxy_new: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

sudo apt purge fcitx-module-dbus消除了症狀。經測試lubuntu-18.10,預設桌面 ( LXQt)。

那可能是https://gitlab.com/fcitx/fcitx/issues/396

我不是專家,但在 Synaptic 中,我確實重新安裝了與 Glib 和 Fcitx 相關的所有內容,並安裝了 Fctix5 和 fcitx-dbus-status,並且所有程序的錯誤都消失了。有時重新安裝和改進修復錯誤。

引用自:https://unix.stackexchange.com/questions/490871