TomIO

Results 402 comments of TomIO

> isn't Termux working on Wayland support? I think I saw some work being done on that. As for systemd, it might be difficult, but there are some Linux distros...

> @nexplorer-3e There no beta version because all builds fail. Well the 64bit builds in #20793 seem to have succeeded.

> You mean script for choosing which java to set as default? I think that would be useful to users, yes. It doesn't have to be added at the same...

> seems like it failed ci due to out of space. im not sure how it been built at last time Random fluke, I've triggered a manual CI rerun. ![image](https://github.com/termux/termux-packages/assets/43716232/a29e82f9-6625-4abe-804c-ff114ea3c83f)

Okay, same problem again. Once is a coincidence. Twice is odd...

That would be possible with a small shell script to act as API glue. Along the lines of: ```bash #!/usr/bin/env bash # get the system theme somehow theme="$(get_theme)" # I...

The arrow keys in the extra key bar don't extend the selection. This is not a bug but might be a worthwhile feature request.

In that case you're gonna need to specify because I cannot tell what issue you are describing based on the video you included.

That is the expected behavior. Termux expects to be operating on a file, not a symlink, for `termux.properties`. https://github.com/termux/termux-app/blob/36d811ea7d6b0e76a6860e58cd08b0a24bf9f69a/termux-shared/src/main/java/com/termux/shared/termux/TermuxConstants.java#L720-L728 As you can see in the snippet above, if you don't...