Fredrik Fornwall

Results 144 comments of Fredrik Fornwall

There is a native android logging utility at `/system/bin/log`: ```sh $ /system/bin/log USAGE: /system/bin/log [-p priorityChar] [-t tag] message priorityChar should be one of: v,d,i,w,e ``` I'm thinking of removing...

Removed the `Meeshkan CLI" sentence from `--help` in #143, but we should still harmonise on a good one sentence summary for other places (the summary at the top of the...

@teoxoy This seems to have been fixed (#2226 and #2243).

@deltragon The packages on the new Google Play build are actually now up-to-date (see https://github.com/termux-play-store/termux-packages) and using a secure repository on [termux.net](https://termux.net/dists/stable/InRelease). See https://github.com/termux-play-store for more information about the new...

The package suggestions have been added to https://termux.com/package-suggestions.html

@nicolasnoble Thanks for reporting! Could this issue explain the problem: https://github.com/android-ndk/ndk/issues/201 or is it something else? Do you have any idea how to improve things (I don't know much about...

Currently the right alt key (alt gr) is supposed to be used for composing characters, and the left alt key is supposed to be used as Meta (prepend Escape before...

Hi! Can you give more exact information by copying the byobu error message? Abou the `.bashrc` file - that file is not provided by Termux, so you need to look...

Can you try to install python by running `pkg install python` - does that fix the problem? Perhaps `byobu` should depend on `python` so that is installed as a dependency...

Also, could this be relevant? https://github.com/vapniks/org-dotemacs/pull/13