console-kit-daemon[5142]: GLib-GIO-CRITICAL: g_dbus_message_new_signal: assertion 'g_variant_is_object_path (path)' failed

From: Mario Marietto <marietto2008_at_gmail.com>
Date: Thu, 14 Nov 2024 10:44:16 UTC
Hello bro.

I'm not sure if I should report a bug that afflicts KDE 6.0 + Wayland on
FreeBSD 14.1. It works for some time but then suddenly it crashes. It's not
rare that everything disappears on the screen and a hard reboot is
required. I would like to know if you have seen this error before :

Code:

Nov 14 10:46:36 marietto console-kit-daemon[5142]: GLib-GIO-CRITICAL:
g_dbus_message_new_signal: assertion 'g_variant_is_object_path (path)'
failed
Nov 14 10:46:36 marietto console-kit-daemon[5142]: GLib-GIO-CRITICAL:
g_dbus_message_set_destination: assertion 'G_IS_DBUS_MESSAGE
(message)' failed
Nov 14 10:46:36 marietto console-kit-daemon[5142]: GLib-GIO-CRITICAL:
g_dbus_message_set_body: assertion 'G_IS_DBUS_MESSAGE (message)'
failed
Nov 14 10:46:36 marietto console-kit-daemon[5142]: GLib-GIO-CRITICAL:
g_dbus_message_set_unix_fd_list: assertion 'G_IS_DBUS_MESSAGE
(message)' failed
Nov 14 10:46:36 marietto console-kit-daemon[5142]: GLib-GIO-CRITICAL:
g_dbus_connection_send_message: assertion 'G_IS_DBUS_MESSAGE
(message)' failed
Nov 14 10:51:11 marietto login[5357]: set class 'me' resource limit
memorylocked: Operation not permitted
pid 5446 (xfce4-power-manager), jid 0, uid 1001: exited on signal 11
(core dumped)
Nov 14 10:51:40 marietto su[5519]: marietto to root on /dev/pts/2
pid 5237 (kded6), jid 0, uid 1001: exited on signal 11 (core dumped)
pid 5331 (firefox), jid 0, uid 1001: exited on signal 11 (core dumped)
pid 5334 (firefox), jid 0, uid 1001: exited on signal 11 (core dumped)
pid 5332 (firefox), jid 0, uid 1001: exited on signal 11 (core dumped)
pid 5336 (firefox), jid 0, uid 1001: exited on signal 11 (core dumped)
pid 5269 (firefox), jid 0, uid 1001: exited on signal 11 (core dumped)
pid 5335 (firefox), jid 0, uid 1001: exited on signal 11 (core dumped)
pid 5337 (firefox), jid 0, uid 1001: exited on signal 11 (core dumped)
pid 5545 (xdg-desktop-portal-), jid 0, uid 1001: exited on signal 6
(no core dump - other error)
pid 5547 (xdg-desktop-portal-), jid 0, uid 1001: exited on signal 6
(no core dump - other error)


To start kde6 + wayland I use this script :

# nano /home/marietto/6

Code:

daemon -f pipewire
daemon -f wireplumber
exec dbus-launch --exit-with-session ck-launch-session startplasma-wayland


# nano /etc/X11/xorg.conf :

Code:

Section "Device"
    Identifier  "Card0"
    Driver      "modesetting"
    BusID       "PCI:0:2:0"
EndSection

Section "Device"
    Identifier  "Card1"
    Driver      "modesetting"
    BusID       "PCI:2:0:0"
EndSection


# nano /etc/rc.conf :

Code:

kld_list="i915kms nvidia nvidia-modeset nvidia-drm linux linux64 ext2fs"


# nano /boot/loader.conf :

Code:

pptdevs="2/0/0 2/0/1 2/0/2 2/0/3"


# lspci

Code:

00:02.0 VGA compatible controller: Intel Corporation CoffeeLake-S GT2
[UHD Graphics 630] (rev 02)
02:00.0 VGA compatible controller: NVIDIA Corporation TU102 [GeForce
RTX 2080 Ti] (rev a1)
02:00.1 Audio device: NVIDIA Corporation TU102 High Definition Audio
Controller (rev a1)
02:00.2 USB controller: NVIDIA Corporation TU102 USB 3.1 Host
Controller (rev a1)
02:00.3 Serial bus controller: NVIDIA Corporation TU102 USB Type-C UCSI

PS :

The progress I made has been because I'm not using the Nvidia 2080 ti
as primary GPU.
If I do it,kde + wayland will not start at all. While It works almost
good if,on the BIOS,I choose to
boot the PC using this GPU :

00:02.0 VGA compatible controller: Intel Corporation CoffeeLake-S GT2
[UHD Graphics 630] (rev 02)

-- 
Mario.