tareksander
tareksander
> I might be missing something but assuming the storage has been setup (`termux-setup-storage`) every program can access external files directly through symlinks in `~/storage`. So why even bother with...
> Hi @agnostic-apollo , > > > https://github.com/termux/termux-app#Forking > > Make sure to change `sharedUserId`. Also I don't know about Termux:GUI forkability. > > It seems then that the forking...
For the main Termux app it's sort of a last line of defense, you would have to have really messed up SELinux and filesystem permissions for other apps to even...
> It solves the issue but there's more. If user swipes to kill the activity, it can't catch that to release the terminal. Just fyi, seems some stackoverflow solution is...
> * `termux-saf-realname` returns to name of the file You can do that with termux-saf-stat. I recommend `jq` to use JSON in the shell, it's also in the Termux repo....
I haven't tried it out but the code looks good to me.
I just saw this issue when I scrolled through the open issues here, I'm developing a [GUI-oriented Termux plugin](https://github.com/tareksander/termux-gui) and I plan to support widgets. I post updates about the...
AFAIK agnostic-apollo works in a local fork, so there is no way to try it until it's released.
Or do I have to do my own thing with `glyph_brush_layout` and `glyph_brush_draw_cache` instead?
Is there an option to share the cache between instances?