Paul Bransford
Paul Bransford
https://wiki.termux.com/wiki/PRoot You can run another distro inside a pseudo-chroot environment if you're unable to get the dependencies directly in termux. I plan to experiment with this at some point myself....
Test successful. Here's my general flow: 1. get termux running if you haven't 2. install `proot-distro` 3. `proot-distro install debian` 4. `proot-distro login debian` (you are now in the chroot)...
That should be no different than doing so on any random Linux distro. `myuser ALL=(ALL) NOPASSWD: ALL` sub in the right username, or for a group, precede it with a...
`su` and `sudo` are completely different tools. As far as I know, `su` always asks for a password if you are not root when you run it. Also, `/etc/sudoers` should...
Additionally, if you run drive-gen after building with the variable set, it pulls down release 0.4.0 for some reason: [draeath@ginnungagap go]$ bin/drive-gen go: downloading github.com/odeke-em/drive v0.4.0 To avoid this, you...
I do note that drive-gen seems to populate an incorrect version string though? [draeath@ginnungagap drive]$ ~/go/bin/drive version drive version: 0.3.9.1 Commit Hash: 'bede608f250a9333d55c43396fc5e72827e806fd' Go Version: go1.17.2 OS: linux/amd64 BuildTime: 2021-10-19...
This is still broken, it seems.
I removed ImageMagick and retried, and I receive a fun traceback that exposes what this is (trying to) accomplish. It looks like it's trying to open an image viewer. I...
Putting the viewer detection itself aside, this exception should probably be handled with a status line message instead of being unhandled. The [docstring here](../blob/0.38.1/toot/tui/utils.py#L54-L60) seems quite on-point :D I might...
I suggest: 1. remove or deprioritize `display` from the list, since ImageMagick seems it doesn't understand what to do with a URL 2. add `gwenview` to cover KDE users, it...