You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When invoking echo "hello" | wl-copy Xwayland instance is launched.
But when invoking wl-copy hello it doesn't launch Xwayland.
So programs that use wl-clipboard and communicate with wl-copy via stdin, will spawn xwayland because of this, which is not desirable. zyedidia/micro#3017
The text was updated successfully, but these errors were encountered:
Hi, this is most likely caused by us invoking xdg-mime, and that in turn invoking something that references X11. This should go away one we switch away from using xdg-mime.
Could this be why I see transient wl-clipboard windows when doing an alt-tab within gnome-shell on Wayland? And why paste often does not occur until I alt-tab to the wl-clipboard window?
When invoking
echo "hello" | wl-copy
Xwayland instance is launched.But when invoking
wl-copy hello
it doesn't launch Xwayland.So programs that use wl-clipboard and communicate with wl-copy via stdin, will spawn xwayland because of this, which is not desirable.
zyedidia/micro#3017
The text was updated successfully, but these errors were encountered: