mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-01 23:14:05 +02:00
489b5ab929
dbus-run-session was introduced in 893c49f60c to
address screencasting issue. Since the issue can't be reproduced stably and the
proper approach would be to configure portals.conf, this patch removes it.
When encountering screencasting issue with niri, please report an issue with the
output of the following command:
sh -c "$(guix build xdg-desktop-portal)/libexec/xdg-desktop-portal -rv"
* gnu/packages/wm.scm (niri) [arguments]: No longer start Wayland session with
dbus-run-session.
Merges: #7760