Hi Deepak, On 20 October 2017 at 18:50, Deepak Jois <[email protected]> wrote: > I have Gnome running under Wayland on tty2. The Gnome session is > running some app like gnome-terminal. > > I do the following: > > * Press Ctrl-Alt-F3 (switching to tty3, the lowest free tty) > * Login as the same user running the Gnome session > * Launch sway > * Launch urxvt and try to launch gnome-terminal.
The issue here would be gnome-terminal. It uses a daemon interface, where running gnome-terminal activates a terminal server over D-Bus; if it discovers a running terminal server for the current user, it will create a new terminal using that daemon, even if it runs on a different display. Using other clients shouldn't show this problem. Cheers, Daniel _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
