I installed Xorg, GNOME, and GDM on FreeBSD 14.3 AMD64. I used nano to configure /etc/rc.conf with the following settings:
dbus_enable="YES" gdm_enable="YES" gnome_enable="YES" snd_hda="YES"
I also installed the graphics driver via pkg install drm-64-kmod and configured them properly.
When attempting to install GNOME using the quarterly package repository, I found that the GNOME package did not exist. After searching for tutorials on YouTube, I switched to the latest repository to successfully install GNOME.
However, after rebooting, GDM failed to start, displaying the error:
GLib-GIO: g_dbus_proxy_new_for_bus_sync: assertion g_variant_is_object_path failed
I tried searching for solutions but found no resolution. Could someone please help me resolve this tricky issue? Thank you very much!
dbus_enable="YES" gdm_enable="YES" gnome_enable="YES" snd_hda="YES"
I also installed the graphics driver via pkg install drm-64-kmod and configured them properly.
When attempting to install GNOME using the quarterly package repository, I found that the GNOME package did not exist. After searching for tutorials on YouTube, I switched to the latest repository to successfully install GNOME.
However, after rebooting, GDM failed to start, displaying the error:
GLib-GIO: g_dbus_proxy_new_for_bus_sync: assertion g_variant_is_object_path failed
I tried searching for solutions but found no resolution. Could someone please help me resolve this tricky issue? Thank you very much!