Trying to build an APK from Termux, but…
Hello 👋
I'm trying to build an APK of Upsilon, but at the end Termux says
No such file or directory
. And yet, the files exist.
How can I fix it ?
Thanks in advance !
@mickbot92...Bash: Permission Denied
Hello! 🤗
When I run the following commands (the responses termux gives are also written btw) I get an annoying error:
cd /storage/emulated/0/Coding/C/...
Solution:
Not a bug. Android does not allow executables on shared storage and sdcard. Use termux's home folder for such things.
PRoot/tmux: opening a new pane to the correct working directory?
In default tmux, opening a new pane will correctly open to the same working directory of the previous active pane e.g.
```
cd ~/test_dir
new pane
pwd...
modern zink on Mali
Running
eglinfo -B
shows this for the X11 platform section (see attached pic) with mesa 24.0.8. I have MESA_LOADER_DRIVER_OVERRIDE=zink MESA_NO_ERROR=1
exported as well as DISPLAY
, is there a was a way to get zink with new mesa working without a segfault?help configuring lsp on neovim
i want to use bash-language-server lsp on neovim i have tried coc.nvim and now lazyvim but got the same result as shown here
``
....termux/files/usr/share/nvim/runtime/lua/vim/lsp/rpc.lua:800: Spawning l
anguage server with cmd:
{ "bash-language-server", "start" }` failed. The
language server is either not installed, missing from PATH, or not executab...Solution:
you need to install bash-language-server first
```sh
pkg up
pkg i npm
npm i -g bash-language-server...
Play Store "Termux:STYLE" Deletes Termux App
I had the misfortune of going agsinst my better judgement and updated the Google Play Store Termux:STYLE app, which deleted my installation of F-Droid Termux app. I do not have any Termux apps from Google.
I installed the Termux app from F-Droid and then installed Termux:Styling from the same store, but again, Termux was deleted and in my Google apps list. I found Termux:STYLE.
I cannot install Termux:Styling without deleting Termux; how do I resolve this?...
Hi An error I don't know about (I'm new)
/storage/emulated/0/morsel_bot/node_modules/@napi-rs/canvas/js-binding.js:216
throw loadError
^
Error: dlopen failed: library "/storage/emulated/0/morsel_bot/node_modules/@napi-rs/canvas-android-arm64/skia.android-arm64.node" needed or dlopened by "/data/data/com.termux/files/usr/bin/node" is not accessible for the namespace "(default)"...
Solution:
@Sefa don't run stuff in shared storage but in Termux's files
SSH keep alive
want to avoid broken pipe when I lose internet connection for few seconds.
where and what to configure in Termux and the remote server 🙏🏼 ?...
help with installation lxml
They write Pip install lxml And it gives an error when building a wheel, and Numpy And when building the wheels we Numpy
Solution:...
pkg up
pkg i python-numpy
pkg up
pkg i python-numpy
Mobile DE for Termux-X11?
Does anyone know a Mobile Desktop Environment that can run on Termux-x11 or Xorg?
termux start up on boot failed
termux-wake-lock is ok but my other command failed and it has && after termux wake lock
start a vncserver on proot-distro from termux x11
```shell
#!/data/data/com.termux/files/usr/bin/bash
Kill open X11 processes
kill -9 $(pgrep -f "termux.x11") 2>/dev/null...
Detect if running in Termux
I noticed there is an environment variable
TERMUX_VERSION
, is the presence of this variable a reliable way to detect if a bash script is running in Termux?Latest Termux Adaptive Icon not working on HyperOS Android 14
Somehow the latest version of Termux (0.118.1 or 0.119.0-beta.1) Adaptive icon does not work on Android 14 HyperOS, but works with the Play store version of Termux (which is not a good idea to install), Termux X11 adaptive icon works tho..
Build Bootstrap offline error
```shell
./scripts/build-bootstraps.sh: line 71: cd: /home/builder/termux-packages: No such file or directory
...
Should I use proot-distro login --termux-home or not? (python venvs)
proot-distro login --termux-home ...
is appealing because it means I can use one set of config files for my different proot-distros and vanilla Termux. However, it can cause problems with python venv programs such as pipx and pipenv which try to install programs to standard locations and sometimes will attempt to use Termux's version when it should be using the proot's version. For example, inside of a Debian proot, python3
is termux's version and python3.11
is Debian's, but pipenv install...launch mpv android application from termux
has anyone successfully input a command to launch an mpv android application using termux with a MP4 file in termux directory? I tried 'am start --user 0 -a android.intent.action.VIEW -d "file://$PWD/big_buck_bunny.mp4" -n is.xyz.mpv/.MPVActivity >/dev/null 2>&1' and it launches mpvbut it closes suddenly with no error from mpv or termux. Did I do something wrong with the command that was inputted?
Setting up hardware acceleration for a VNC server
Here is what I do :
Open Termux
virgl_test_server_android --angle-gl
Open another Termux instance
proot-distro login debian --user void --shared-tmp --isolated...