debauchee / barrier

Open-source KVM software
Other
27.63k stars 1.51k forks source link

I compiled barrier on android without root... x11 question #1184

Open jswhisperer opened 3 years ago

jswhisperer commented 3 years ago

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 Screenshot_20210603_163254_tech ula

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 3 years ago

The vars you really need for X11 are generally:

XAUTHORITY and DISPLAY. 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.