AERDU

Results 12 comments of AERDU

I managed to fix this by making two changes in `about:config` awhile ago, one of them was disabling `privacy.firstparty.isolate`, and I _think_ the second was disabling one of the `privacy.trackingprotection.*`...

Sending a PM isn't the only thing that gets restricted, I've noticed things like being unable to remove notifications, being unable to gain channel points, bet, and redeeming rewards will...

Well it finally happened, I can no longer watch twitch streams without `user_pref("privacy.resistFingerprinting", false);`, instead I just get a black screen. Works flawlessly when disabling it though. Edit: also VODs...

Strange, just as I found a fix for videos not loading, twitch rolledback and I can now watch streams, but I can no longer login, even with RFP off. Slightly...

Twitch now blocks you from logging in if you're behind a VPN, as if the shadowban wasn't enough... Still managed to fix it with some SmartProxy configuration. I also found...

I tried figuring this out yesterday, I think there was another issue opened here which could run it if they ran xorg as root, however it's a pretty ugly workaround....

move the .service file to `/usr/lib/systemd/system/` instead of `/usr/lib/systemd/user/`, run `systemctl daemon-reload` for good meassures, and then load/enable the service with `systemctl enable --now nfancurve.service`. When you specify `--user` you...

There's another nvidia fan controller at https://github.com/foucault/nvfancontrol that states: _**"As of version 465 NVIDIA decided that is a security risk for non-root users to have access to cooler control and...

Tiny improvement I made recently, instead of setting the service on a timer I just set it to restart if it exits with an error code: ``` [Unit] Description=Nfancurve service...

My logs are free from any errors related to ```~/.Xauthority```. I don't use lightdm, so I suspect lightdm may require Xorg to run with ```~/.Xauthority```. ```ps aux | grep -i...