Launch application in nested mutter

I’m wondering if I’m able to run applications in nested mutter which is running in gnome-shell (X11).
As an example, I started trying to run gnome-terminal
I tried tricks with setting:

  • GDK_BACKEND=wayland
  • WAYLAND_SOCKET=/run/user/1000/wayland-0
  • WAYLAND_DISPLAY=wayland-0
    and I failed.
    Wayland socket exists:
 lsof $XDG_RUNTIME_DIR/wayland-0                                                                                                                                                                                                01:01:09   
COMMAND    PID    USER   FD   TYPE             DEVICE SIZE/OFF    NODE NAME
mutter  104742 user   38u  unix 0x0000000000000000      0t0 1048869 /run/user/1000/wayland-0 type=STREAM
mutter  104742 user   39u  unix 0x0000000000000000      0t0 1048869 /run/user/1000/wayland-0 type=STREAM

I wonder if it is possible to run the application in such an environment at all.

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