Enerccio / ewlc

Wayland compositor library - extended
MIT License
20 stars 3 forks source link

Cannot open programs from another display #65

Open WLCIssuesBot opened 7 years ago

WLCIssuesBot commented 7 years ago

Issue by acrisci Friday Aug 05, 2016 at 03:01 GMT Originally opened as https://github.com/Cloudef/wlc/issues/179


Suppose I have a wlc compositor with WAYLAND_DISPLAY=wayland-0 and I am on another display. I want to open an application on wayland-0. So I do

WAYLAND_DISPLAY=wayland-0 gnome-calculator

I expect gnome-calculator to run on the wlc compositor on wayland-0, but nothing shows up.

This works great in Weston. This does not work in Orbment or Sway.

I need this feature for testing.

WLCIssuesBot commented 7 years ago

Comment by acrisci Saturday Aug 06, 2016 at 05:47 GMT


This issue is related to vt switching.

When I do

sleep 5; WAYLAND_DISPLAY=wayland-0 gnome-calculator

with enough time to switch back to the display Sway is running on, it works correctly.

So when windows show up when the vt is not active, they do not get mapped.