Part of the log in the terminal 21 May 2025, 10:18:33 When I open a terminal or a new tab in the terminal, I have a piece of the log with the following content:Code: [Select]gnome-session-binary[14850]: WARNING: Failed to upload environment to systemd: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not existgnome-session-binary[14850]: WARNING: Could not check if unit [email protected] is active: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.systemd1 was not provided by any .service filesgnome-session-binary[14850]: WARNING: Failed to reset failed state of units: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not existgnome-session-binary[14850]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not existgnome-session-binary[14850]: WARNING: Desktop file /home/user/.config/autostart/plank.desktop for application plank.desktop could not be parsed or references a missing TryExec binary~ ❯ And it doesn't matter which terminal I open, the problem is everywhere...Before this problem appeared, I tried to start a wayland session via lightdm and edited only one line with Exec= in the file /usr/share/wayland-sessions/pantheon-wayland.desktop and that's it.I have already deleted pantheon-wayland and /usr/share/wayland-sessions/pantheon-wayland.desktop but the problem is not solved. How can I remove this? Quote Selected
Re: Part of the log in the terminal Reply #1 – 21 May 2025, 11:51:22 Quote from: Worm_Jim – on 21 May 2025, 10:18:33How can I remove this?Code: [Select]sudo pacman -Sy world/gnome-session Quote Selected
Re: Part of the log in the terminal Reply #2 – 21 May 2025, 12:05:19 Quote from: lq – on 21 May 2025, 11:51:22Quote from: Worm_Jim – on 21 May 2025, 10:18:33How can I remove this?Code: [Select]sudo pacman -Sy world/gnome-sessionNo, it didn't work... Quote Selected
Re: Part of the log in the terminal Reply #3 – 21 May 2025, 12:28:40 Quote from: Worm_Jim – on 21 May 2025, 12:05:19No, it didn't work...Well, now you have to be brave and patient, because it is your task to find and replace all packages from foreign repos with systemd as dependency. Quote Selected
Re: Part of the log in the terminal Reply #4 – 21 May 2025, 14:45:27 Quote from: lq – on 21 May 2025, 12:28:40Quote from: Worm_Jim – on 21 May 2025, 12:05:19No, it didn't work...Well, now you have to be brave and patient, because it is your task to find and replace all packages from foreign repos with systemd as dependency.After this news, I removed most of the system and installed all the necessary packages from Omniverse (priority in pacman.conf of artix repo), so they can't be on the system. Quote Selected
Re: Part of the log in the terminal Reply #5 – 21 May 2025, 21:57:09 Strange, I installed pantheon from the omiverse repo. Quote Selected
Re: Part of the log in the terminal Reply #6 – 29 May 2025, 05:23:37 The problem was in the line with XDG_SESSION_TYPE:Code: [Select]#if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ]; then# exec startx# dbus-launch --exit-with-session /usr/lib/gnome-session-binary --session=pantheon-wayland XDG_SESSION_TYPE=wayland gnome-session --session=pantheon-wayland#fiwhich I simply forgot to comment out in ~/.zshrc after my experiments. Quote Selected