Manjaro Gnome it takes a long time to shut down or restart

Hello, I have installed Manjaro Gnome and it takes a long time to shut down or restart my computer. Do you know any solution for this issue? Greetings

Have a look here:

Aferwards, restart twice to see the effect.

2 Likes

it works. Thank you very much.

1 Like

This happened to me occasionally on Gnome Wayland sessions, but never happened with Gnome on Xorg. I have recently switched back to Plasma.

Thank you very much. In detail.
Fix it by adding the appropriate Slice=-.slice into
gnome-session-restart-dbus.service. Also update the note in
gnome-session-shutdown.service to point out the requirements.

/usr/lib/systemd/user/gnome-session-restart-dbus.service

# Allow exit.target to start even if this unit is started with replace-irreversibly.
# For this to work, we also need to be in the root slice.
DefaultDependencies=no

[Service]
Type=notify
ExecStart=@libexecdir@/gnome-session-ctl --restart-dbus
Slice=-.slice

/usr/lib/systemd/user/gnome-session-shutdown.target

# Allow exit.target to start even if this unit is started with replace-irreversibly.
# All (weak) dependencies need to do the same. Services also need to ensure they
# are in the root slice by setting Slice=-.slice.
DefaultDependencies=no

Conflicts=graphical-session.target graphical-session-pre.target

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.