GLib-GIO-CRITICAL: g_dbus_proxy_call_sync_internal: assertion 'G_IS_DBUS_PROXY (proxy)' failed
@Adrodoc Adr
·
2026-04-25
·
via CachyOS Forum - Latest posts
Hello community, this is more of a curious post. There is not necessarily an issue here. I am running the latest version of CachyOS (Kernel 7.0.1-1-cachyos (64-bit)) with KDE Plasma 6.6.4 on X11. I switched to X11, because Remmina can’t do multi-display RDP on Wayland. I installed as written here: KDE Plasma | CachyOS and then selected X11 on the bottom left of the login screen. When building an application with Unity3d (6000.3.6f1), I noticed that in ~/.config/unity3d/Editor.log there are thousands of errors like this one: (Unity:1648): GLib-GIO-CRITICAL **: 18:38:46.131: g_dbus_proxy_call_sync_internal: assertion 'G_IS_DBUS_PROXY (proxy)' failed During a build this error occurs about once or twice per second. It also occurs whenever I press Ctrl+R to reload assets or when compiling on script change. Everthing still works, the errors just look scary. I was searching online and found [SOLVED] Gnome applications taking ages to launch / Applications & Desktop Environments / Arch Linux Forums In there someone suggests to add the following to ~/.xinitrc : if [ -d /etc/X11/xinit/xinitrc.d ] ; then for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do [ -x "$f" ] && . "$f" done unset f fi Because of this quote from xinit - ArchWiki Note: At the very least, ensure that the last if block in /etc/X11/xinit/xinitrc is present in your .xinitrc file to ensure that the scripts in /etc/X11/xinit/xinitrc.d are sourced. Now I have neither a file called ~/.xinitrc nor a file called /etc/X11/xinit/xinitrc , but I do have the mentioned directory called /etc/X11/xinit/xinitrc : ❯ ls /etc/X11/xinit/xinitrc.d/ .rwxr-xr-x 318 root 24 Okt 2025 40-libcanberra-gtk-module.sh .rwxr-xr-x 552 root 22 Apr 13:17 50-systemd-user.sh Now I am wondering: do I have to do something else to “properly” install X11 on CachyOS (besides installing the two packages and selecting it on login)? Or is this just Unity being dumb?
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。