Carlos Alberto Lopez Perez

Results 44 comments of Carlos Alberto Lopez Perez

Are you running Selinux, Apparmor or other security module that restricts ioperm() syscalls? If that is the case then you have to either whitelist this program or disable the security...

Looks like something on your system is blocking the ```ioperm()``` syscalls. Likely is the SELinux policy. Try to put your system into permissive mode to see if that fixes the...

> I will try to write a whitelist policy filter! Any recommendations in who to do it? Not really. I don't use SELinux. Search on google for some help with...

Mmmm... I think airodump already implements this ???. Try this: ``` # Update the OUI file airodump-ng-oui-update # Run airodump-ng with the -M parameter airodump-ng -M mon0 ```

Can you try with this [patch](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12018/diffs) for Mesa/Etnaviv ? There is [here](https://github.com/Igalia/meta-webkit/issues/300#issuecomment-919804314) a report of someone that could make cog start with that (with i.MX and Etnaviv), but the screen...

You can use an environment variable for that: `export GTK_THEME=Adwaita:dark` You can set this environment variable on revolt itself before starting the main class.

Here is the upstream bug requesting adding API to WebKitGTK+ to set a proxy https://bugs.webkit.org/show_bug.cgi?id=128674

Not everyone that uses GTK+ happens to use a GNOME desktop. I'm a very happy user of XFCE, and I like the status icon.

It seems there is a problem with github actions that is causing the task-cluster completed jobs to be queued forever for processing on github. And is not only happening to...

I don't know what has caused this on github. Maybe it was an issue on their end (github). But for some reason, the runs have started to work back on...