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
{{ message }}
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.
Sometimes I login with XOrg due to screensharing not working with video chat flatpak app. I propose these changes, or at least documentation on how to do this.
Change PREFIX to /usr/local
In wl-clipboard-x11 shell script, check XDG_SESSION_TYPE value. If "x11", forward to the x11 command. Something like:
BASENAME="$(basename "$0")"
if [ "$XDG_SESSION_TYPE" = x11 -a "$0" = /usr/local/bin/$BASENAME -a -x /usr/bin/$BASENAME ]; then
exec /usr/bin/$BASENAME "$@"
fi
(edit: bindir changed to prefix. Removed man step. Removed my workaround.)
The text was updated successfully, but these errors were encountered:
Sometimes I login with XOrg due to screensharing not working with video chat flatpak app. I propose these changes, or at least documentation on how to do this.
PREFIX
to/usr/local
wl-clipboard-x11
shell script, checkXDG_SESSION_TYPE
value. If "x11", forward to the x11 command. Something like:(edit: bindir changed to prefix. Removed man step. Removed my workaround.)
The text was updated successfully, but these errors were encountered: