Skip to content

Commit

Permalink
api: add documentation and reasoning for using xwayland on wayland fo…
Browse files Browse the repository at this point in the history
…r gtk windows
  • Loading branch information
theofficialgman committed Oct 13, 2023
1 parent 055c33e commit 3901db4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api
Original file line number Diff line number Diff line change
Expand Up @@ -3206,7 +3206,9 @@ else
error "Failed to detect OS CPU architecture! Something is very wrong."
fi

#Make dual-pane yad windows work correctly on wayland
#Make dual-pane yad windows work correctly on wayland by using xwayland
#We need support for setting window position for dual-pane yad windows to be supported via a wayland protocol, implemented in compositors, and supported in gtk
#Relevant draft PRs for the wayland protocol https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/247 https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/249
export GDK_BACKEND=x11

# add upstream and original lsb-release info for all scripts to use
Expand Down

0 comments on commit 3901db4

Please sign in to comment.