Myned

Results 19 comments of Myned

Agreed there. I attempted to keep the original intentions of the PR author as allowed apps is how it's structured in the code, but it should be simple enough to...

Gotcha. As the change would only be reversing how the allowed list is displayed, it should keep that functionality, but also be reversed in the terminology (checking the box would...

There's also the issue of the `Block connections without VPN` setting on Android blocking all apps from the network unless an exit node is connected, regardless of whether it is...

At the time of the last commit, this PR was ready for review to the extent of the original implementation that was previously reviewed. I've been waiting for confirmation of...

Thank you greatly for the rewrite, it was definitely a requirement after the UI changes. I'll close this PR as it is no longer applicable to the current version.

A [newer workaround](https://wiki.archlinux.org/title/Framework_Laptop_13#Suspend-then-hibernate_on_AMD_version) was added to the ArchWiki for the AMD version. Add this to the kernel parameters until kernel 6.8 releases with [this commit](https://github.com/torvalds/linux/commit/3d762e21d56370a43478b55e604b4a83dd85aafc): ``` rtc_cmos.use_acpi_alarm=1 ```

This sounds like the many issues that have plagued hardware WebRender with hardware video acceleration on Linux/macOS. I've been able to work around this by disabling the RDD sandbox entirely,...

The options I mentioned are in `about:config`. I would probably test with software WebRender first after a relaunch. On my system, at least, disabling the sandbox causes graphical anomalies during...

`media.hardware-video-decoding.enabled = false` may also work and more selectively disables acceleration for videos instead of the browser. With any of these settings, my system goes from about ~10s to ~1s...