[opensuse-gnome] wayland session
Hi, with the Firefox 73 builds I've enabled the cairo-gtk3-wayland target. So wayland support should be enabled in Firefox if * Gtk >= 3.22 * GDK_BACKEND is set OR MOZ_ENABLE_WAYLAND is set Now I'm wondering how this could be integrated better into Tumbleweed and was wondering what logic I could put into the firefox start wrapper. Is there a reliable (and lightweight) way to get the information if we are running under wayland which could be used? Thanks, Wolfgang -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-gnome+owner@opensuse.org
on., 12.02.2020 kl. 23.53 +0100, skrev Wolfgang Rosenauer:
Is there a reliable (and lightweight) way to get the information if we are running under wayland which could be used?
bjolie@drude:~> echo $XDG_SESSION_TYPE wayland bjolie@drude:~> works for me, but no idea if that would be usable for you. /B -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-gnome+owner@opensuse.org
Am 13.02.20 um 00:01 schrieb Bjørn Lie:
on., 12.02.2020 kl. 23.53 +0100, skrev Wolfgang Rosenauer:
Is there a reliable (and lightweight) way to get the information if we are running under wayland which could be used?
bjolie@drude:~> echo $XDG_SESSION_TYPE wayland bjolie@drude:~>
works for me, but no idea if that would be usable for you.
looks good to me. Thanks, Wolfgang -- To unsubscribe, e-mail: opensuse-gnome+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-gnome+owner@opensuse.org
Le mercredi 12 février 2020 à 23:53 +0100, Wolfgang Rosenauer a écrit :
Hi,
with the Firefox 73 builds I've enabled the cairo-gtk3-wayland target. So wayland support should be enabled in Firefox if * Gtk >= 3.22 * GDK_BACKEND is set OR MOZ_ENABLE_WAYLAND is set
Now I'm wondering how this could be integrated better into Tumbleweed and was wondering what logic I could put into the firefox start wrapper.
Is there a reliable (and lightweight) way to get the information if we are running under wayland which could be used?
Check if WAYLAND_DISPLAY variable is set ? (it is under GNOME at least). -- Frederic Crozat Release Manager SUSE Linux Enterprise SUSE N�����r��y隊Z)z{.��'�g��{.n�+������Ǩ��r��i�m��0��ޙ��������z&{�0�����Ǩ�
participants (3)
-
Bjørn Lie
-
Frederic Crozat
-
Wolfgang Rosenauer