Git User
Git User
Packages are not part of the application. They are delivered from https://packages.termux.dev/. Bootstrap Archive is just a set of preinstalled packages from there and under normal conditions shouldn't contain binaries...
> Does this require building the NDK? No, the NDK is standard. It is getting modified in build process. > How difficult is it to setup such an environment? F-Droid...
> fdroid anyways have to run arbritray scripts Technically solvable by writing `Android.mk` script usually used to build native code for APK. That will require some work and probably extra...
Shouldn't be this marked as root package? Linux user namespaces aren't available on normal Android kernel builds. This package will require at least a custom ROM. https://github.com/containers/bubblewrap#sandboxing Btw, you can...
What is described there is just can't happen. Packages are written on persistent storage and are not dependent on device network configuration in any way. That's unbelievable that switching airplane...
> For example man find shows the manpage of section 1p. On my device behavior exactly opposite, getting the `1` variant instead of `1p`. Packages `man` and `manpages` are installed....
Done in v3.2.0.
`proot-distro restore ubuntu.tar.gz` is basically this command: ``` tar -x --auto-compress \ -f ubuntu.tar.gz \ --recursive-unlink \ --preserve-permissions \ -C /data/data/com.termux/files/usr/etc/proot-distro/../ \ proot-distro/ \ -C /data/data/com.termux/files/usr/var/lib/proot-distro/installed-rootfs/../ \ installed-rootfs/ ``` These...
You can't restore using regular tarballs. Their directory layout not in expected format. Rootfs provided on GitHub is raw and must be properly *installed* first before can be backed up...
Bell characters are working without issues for me. Try restarting the app after configuration change. > And when opening the app or switching tabs, the toasts at the top of...