Alex Pyrgiotis

Results 325 comments of Alex Pyrgiotis

> Within the podman machine, you can run dnf commands to get python-podman installed (podman machine ssh dnf -y install python-podman. Just be sure to allocate enough space in the...

Oh wow, I didn't realize that the `ssh://` endpoint is already a thing. It's even documented right in the Podman-py docs (https://podman-py.readthedocs.io/en/latest/index.html), but this comment threw me off: https://github.com/containers/podman-py/blob/108d9f3ad354b457cf08a90ca6938d3566e6725d/README.md?plain=1#L38-L40 Perhaps...

> It might be worth playing with socket(socket.AF_INET, socket.SOCK_STREAM). Hm, I can experiment with this as well, it may be an easy fix. > It is definitely possible to [interoperate...

It uses the [QFileDialog](https://doc.qt.io/qtforpython-6/PySide6/QtWidgets/QFileDialog.html) widget: https://github.com/freedomofpress/dangerzone/blob/83be5fb151b0c30bad47f173f875b6ce1c20e0bd/dangerzone/gui/main_window.py#L739-L744 By default it should present a native dialog to you. Do you see any difference with other file dialogs in your system? A screenshot...

Woot, thanks a lot for the screenshots. I checked locally and they differ in my case (but I have a theory). Here's what I see in my Fedora 41 system:...

> I did some tests with Rhythmbox. And I couldn't find out exactly which dialogue you opened there. I clicked on the + at the bottom left and then clicked...

Oof, that's a good question. Unlike PC OSes, mobile OSes have some unique characteristics: 1. They do not allow elevating the privileges of apps (at least by default). 2. They...

I've started bumping our assets in the `test/pre-release` branch, and our CI has caught several errors: ## Podman VM in Windows 2022 does not start From https://github.com/freedomofpress/dangerzone/actions/runs/18532977573/job/52821153299#step:10:27: ``` [INFO ]...

Updates for the above: ## Podman VM in Windows 2022 does not start We plan to always run `wsl --update` before we run `podman machine init`. We've seen that this...

> Check for new [WiX releases](https://github.com/wixtoolset/wix/releases) and update it if needed I don't see any new releases for Wix 5.x, so I think we're ok where.