Skip to content

Has anyone got termux x11 apps to work? #7228

Closed Answered by Quackdoc
Quackdoc asked this question in Q&A
Discussion options

You must be logged in to vote

I actually solved this myself. It turns out that winit does not report missing deps properly unless I had run a winit example. How I got czkawka/krokiet working

cargo build --release --target aarch64-unknown-linux-gnu
#copy binary to android
ssh -Y -C -p 8022 [email protected]  #needs -Y and -C helps a lot over wifi
apt install ttf-dejavu-glibc libxcursor-glibc fontconfig-utils-glibc libxkbcommon-glibc libxi-glibc libx11-glibc grun #it's important to install all of these as slint winit/slint will fail without reporting a proper missing dep
chmod +x ./krokiet
XDG_DATA_DIRS=$PREFIX/glibc/share SLINT_DEFAULT_FONT=$XDG_DATA_DIRS/fonts  RUST_BACKTRACE=1 grun ./krokiet

If you plan on using …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hunger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant