首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >卢本图- G_Is_Dbus_Connection

卢本图- G_Is_Dbus_Connection
EN

Unix & Linux用户
提问于 2018-12-25 14:20:20
回答 2查看 16.7K关注 0票数 12

我刚刚在VM VirtrualBox上安装了Lubuntu。

当我从终端运行一个应用程序时,例如。火狐,它工作,但终端弹出一些警告。

代码语言:javascript
复制
maciex@maciex-pc:~$ firefox

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

(firefox:1152): Gtk-WARNING **: 16:15:43.300: Theme parsing error: :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

与火狐无关,其他应用程序也有同样的问题。但是,如果我启动相同的应用程序,而不是从终端启动,然后打开终端,然后从终端运行相同的应用程序--我没有任何警告。

代码语言:javascript
复制
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

有人能解释一下吗?如何解决这个问题?

谢谢

EN

回答 2

Unix & Linux用户

回答已采纳

发布于 2019-03-03 23:53:28

作为约翰·利特尔注意到 (谢谢!),这与fcitx有关

代码语言:javascript
复制
(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

票数 11
EN

Unix & Linux用户

发布于 2021-08-26 15:02:30

我不是专家,但在Synaptic中,我确实重新安装了与Glib和Fcitx相关的所有内容,并安装了Fctix5和fcitx状态,我的所有程序都没有错误。有时,重新安装和改进修复错误。

票数 0
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/490871

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档