michalbednarski

Results 108 comments of michalbednarski

Partial fix commited in 60f9151b19ef498e2c7b609d13a6d55bb7d715a6, but might not be ready yet.

Pluma tries to load few different spell checkers and it appears there isn't hunspell problem there (if there was there would also be message about `libhunspell-1.7.so.0`) If spell checker and...

This is similar to #107, please try applying changes described there (and if they work please post, I think that at this point if they work it might make sense...

Most probably this is related to `statx(2)` syscall, I've confirmed that old version doesn't use it while new does, although so far I haven't looked further as issue didn't reproduce...

Clearly something `statx`-related, I've `LD_PRELOAD`'ed following into `ls` ```c #define _GNU_SOURCE #include #include #include #include #include #include static int(*real_statx)(int dirfd, const char *pathname, int flags, unsigned int mask, struct statx...

So far I've checked that building and running package in Termux from your branch works correctly. So far I haven't looked further but few things that might help debugging further:...

Looks like one way around is to [run postgres in Termux outside proot, as described on Termux wiki](https://wiki.termux.com/wiki/Postgresql), then you'll be able to connect from prooted system Proot (except UserLAnd...

I've packaged what I was able to do in order to run WalkersGuide server on Debian proot into following installation script: https://gist.github.com/michalbednarski/6b0213e691f512573519cbd2b901a759 Script has to be run as root inside...

Keep issue open, I'm looking into this but since Firefox is large program it might take me some time.

For now Firefox can be used with `MOZ_FAKE_NO_SANDBOX=1` env variable set, although I'm still looking for PRoot implementation which will nicely support sandbox. Firefox (and possibly also Chromium as parts...