Xuan Son Nguyen

Results 73 comments of Xuan Son Nguyen

> Newer Waydroid fixes this by using memfd instead (https://copr.fedorainfracloud.org/coprs/aleasto/waydroid/ — this also removes XanMod dependency). Android itself wants to remove ashmem dependency. I installed the package which says "ashmem...

@nguyenkims Can you please take a look to see if we can merge? Thank you!

Hi Jens, Thanks for your feedback. I've been the active developer for SimpleLogin's browser extension for 1 month now. I understand that the extension lacks for many features, compared to...

Yes, I have just noticed the same problem too. I believe that there's something to do with the backend. @nguyenkims For short: API tokens created from cookie always shows "never...

Thanks for the suggestion ;-) Yeah I understand that there's a risk of privilege escalation. Therefore, I have another idea: can we add an argument to enable this feature at...

> That doesn't change the risk: whether it is `remap` or `remap-with-exec`, if the config file is read by a service that automatically runs as root and uses that subcommand,...

+1 for this request. At least for now, the build process is not possible on Fedora. `wxPython` cannot be installed via pip. `dnf install python3-wxpython4` does work with other applications,...

I'm using Fedora 36. `gcc glibc-devel dbus pkgconf gtk3-devel libXxf86vm-devel` are installed. Here is the output: ``` ➜ ~ cd work ➜ work git clone https://github.com/eoyilmaz/displaycal-py3 Cloning into 'displaycal-py3'... remote:...

Bonus: `sudo dnf install python3-wxpython4` confirms that `Package python3-wxpython4-4.0.7-29.fc36.x86_64 is already installed.`

It doesn't seem to work: (I'm using Python 3.10.6 btw) ``` ➜ work source displaycal_venv/bin/activate (displaycal_venv) ➜ work pip install wheel Requirement already satisfied: wheel in ./displaycal_venv/lib/python3.10/site-packages (0.37.1) ... (displaycal_venv)...