Linux Browsers (Vivaldi) and FreeBSD

Authentication with Oath was successful, but I also tried App password.. the same problem, client shows offline. I have a feeling it might be related to permissions somewhere or connection... The client can send but not receive email. Also other issues related to HTTP(S) protocol like feeds, like some login issues, etc. Application logs don't show anything
 
It may seem that since the mail client built as part of the browser it uses linux network API that's not fully supported on linuxulator it might need to be fallback to how the browser connects to the internet.

Try to run the command below to run a new Vivaldi session to see if the mail client connection changes:


export GIO_USE_NETWORK_MONITOR=base
export GIO_USE_PROXY_RESOLVER=base
linux-vivaldi
 
Back
Top