@Daniel, what this command should do `grep -rl 'gnome-session-x11' /etc /usr | sort`?
In /etc I didn't find any reference to this string, and I filtered files with this name under /usr: ``` ➜ find /usr|grep -i 'gnome-session-x11' f:=find /usr/lib/systemd/user/gnome-session-x11-services-ready.target /usr/lib/systemd/user/gnome-session-x11-services-ready.target.wants /usr/lib/systemd/user/gnome-session-x11-services-ready.target.wants/org.gnome.SettingsDaemon.XSettings.service /usr/lib/systemd/user/gnome-session-x11-services.target.wants /usr/lib/systemd/user/gnome-session-x11-services.target.wants/org.gnome.SettingsDaemon.XSettings.service /usr/lib/systemd/user/gnome-session-x11-services.target ``` About the other command I got: ``` ➜ grep -r gnome-login.target /usr/lib/systemd /usr/lib/systemd/user/org.freedesktop.IBus.session.GNOME.service:[email protected] ``` I will check what package has this first .target files and check if I can delete them/remove the package. I also will edit /etc/gdm3/custom.conf and edit to comment that line. IIRC I got the error and then I edit it because I thought X11 was being called and then I should force Wayland, even it was the default. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2122294 Title: gnome-session-init-worker crashes with SIGTRAP (Failed to start unit [email protected]: ...: Unit gnome- [email protected] not found.) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/2122294/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
