This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Termux: unable to determine default font. Failed to locate font for family DejaVu Sans #7145
Labels
You can continue the conversation there. Go to discussion →
Bug Description
Cannot launch slint program (krokiet) on termux.
I am trying to run a program called krokiet on termux but it seems to fail due to font issues (Worth noting wayland is needed because when cross compiling for some reason it can't find the display server)
Reproducible Code (if applicable)
No response
Environment Details
Product Impact
How to test:
Build krokiet with
cargo build --release --target aarch64-unknown-linux-gnu --no-default-features --features "winit_software"
copy to termux (setup with termux-x11)
launch sway
termux-x11 :1 -xstartup "XDG_RUNTIME_DIR=$PREFIX/tmp sway"
try to launch the program
XDG_RUNTIME_DIR=$PREFIX/tmp WAYLAND_DISPLAY=wayland-2 XDG_DATA_DIRS=$PREFIX/glibc/share RUST_BACKTRACE=1 grun ./krokiet
this bug prevents use of slint on termux.
The text was updated successfully, but these errors were encountered: