Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Part of the log in the terminal (Read 1357 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Part of the log in the terminal

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 exist
gnome-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 files
gnome-session-binary[14850]: WARNING: Failed to reset failed state of units: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist
gnome-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 exist
gnome-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?

Re: Part of the log in the terminal

Reply #1

Code: [Select]
sudo pacman -Sy world/gnome-session
"Wer alles kann, macht nichts richtig"

Artix USE="runit openrc slim openbox lxde gtk2 qt4 qt5 qt6 conky
-gtk3 -gtk4 -adwaita{cursors,themes,icons} -gnome3 -kde -plasma -wayland "


Re: Part of the log in the terminal

Reply #3

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.
"Wer alles kann, macht nichts richtig"

Artix USE="runit openrc slim openbox lxde gtk2 qt4 qt5 qt6 conky
-gtk3 -gtk4 -adwaita{cursors,themes,icons} -gnome3 -kde -plasma -wayland "

Re: Part of the log in the terminal

Reply #4
No, 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.

Re: Part of the log in the terminal

Reply #5
Strange, I installed pantheon from the omiverse repo.

"Wer alles kann, macht nichts richtig"

Artix USE="runit openrc slim openbox lxde gtk2 qt4 qt5 qt6 conky
-gtk3 -gtk4 -adwaita{cursors,themes,icons} -gnome3 -kde -plasma -wayland "

Re: Part of the log in the terminal

Reply #6
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
#fi

which I simply forgot to comment out in ~/.zshrc after my experiments.