[Bug 258042] x11-wm/mutter: expose nested Wayland support

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 27 Dec 2023 15:50:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258042

Olivier Duchateau <duchateau.olivier@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |duchateau.olivier@gmail.com

--- Comment #4 from Olivier Duchateau <duchateau.olivier@gmail.com> ---
I use your patch with the latest release of mutter (45.2) on GNOME (I have also
enabled wayland in various ports), and I noticed, it's always the X11 backend
which is used. Even if I "export" several variables:

>export XDG_SESSION_TYPE=wayland
>export XDG_RUNTIME_DIR=/var/run/user/`id -u`
>export WAYLAND_DISPLAY=wayland-0
>
># Set $DESKTOP_SESSION
>if test "x$DESKTOP_SESSION" = "x" ; then
>    #DESKTOP_SESSION="gnome-xorg"
>    DESKTOP_SESSION="gnome-wayland"
>fi

The value of variable DESKTOP_SESSION is always "gnome" (like GDMSESSION).

I wonder if patch from bug #271836 is required too. Otherwise everything is
fine.

-- 
You are receiving this mail because:
You are the assignee for the bug.