freebrowser1
freebrowser1
Is this not a Docker image for Termux which you can deploy under Termux on a non-rooted Android ?
The problem is that the arm64 variant is also emulated (which is slow) rather than virtualized. Most Android devices require hardware virtualization which may require root.
I tried this, but still not working. When I start `mc` (Midnight commander) I get `Bad system call`. The I invoked dmesg: ``` localhost:~# dmesg 121(httpd) stub syscall 364 FIXME...
This ticket can be canceled, as 4.4.5 already has an automatic option for network selection which does work.
Same here. macOS 14.5, UTM 4.53, Macbook Pro M1. It happens in Ubuntu 22.04 ARM as well.
Press Ctrl+Cmd simultaneously at least a few times and then you are released from the lock-in.
Can this capture be completely disabled with a menu option ? Sometimes, even repeatedly pressing cmd+opt does not help and shutting down the guest OS is the only option, so...
You probably need root for this. I think so.
Same issue here. I had nextcloud working and now it does not work anymore. Other apps using gd don't work anymore. And `php -m` does not list gd as well....
I added the line `extension=gd.so` to php.ini and `php -m` now does show gd. And `php -r 'var_dump(gd_info());'` shows: ``` array(15) { ["GD Version"]=> string(5) "2.3.3" ["FreeType Support"]=> bool(true) ["FreeType...