mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1184] I compiled barrier on android without root... x11 question #954
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#954
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jswhisperer on GitHub (Jun 3, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1184
Basically I think there is a way to export the display of X11 but not sure the best approach here is where I'm at

I've both installed the required xinit libaries I believe via https://askubuntu.com/questions/1256285/installing-xorg-without-gnome
Also I've tried https://play.google.com/store/apps/details?id=x.org.server&hl=en&gl=US
but I'm not sure what path vars to export etc
any tips? I can write out a guide for the rest of how to compile on android
@shymega commented on GitHub (Jun 13, 2021):
The vars you really need for X11 are generally:
XAUTHORITYandDISPLAY. Maybe try that? If you can, please contribute a guide to the wiki (barrier-wiki.git repo, then I can merge into wiki), so others can benefit.