Dallas Strouse

Results 343 comments of Dallas Strouse

That didn't seem to work. It turns out there's an issue with the pip flatpak builder utility, so I've submitted an issue there.

I think part of that can be mitigated by requiring the manifest to list the networks it needs to access, and restricting it to those. One example of why I'm...

A small update, AppImages are being dropped for normal releases (being kept for prereleases, but I can work a flatpak out for that too, possibly), and a flatpak would be...

Oh, I already have most of the work done, I'm just getting the automatic updating sorted out and then it'll be on the Beta branch. Glad to see you're interested...

I am in favor of a flatpak, as it has numerous advantages over alternative packaging methods (with less issues). I am willing to help with testing and making the manifest,...

It might be best just to make an AppImage, and then repackage that into a Flatpak. That would work to support both platforms without too much work. It definitely isn't...

It's fairly easy to repackage an AppImage into any other format, it's basically an archive (just launch with the --appimage-extract option). I can pull up some examples of apps that...

Podman support should be fairly trivial, just make it check for that and use it if it's the only method available. As for how devbox should handle multiple container managers,...

Judging from the [`ashpd`](https://github.com/bilelmoussaoui/ashpd) demo, you can use the Remote Desktop portal to request control access, and Screen Cast to get the cursor metadata. I hope this simplifies it for...

Going to list things that should be listed in the flatpak docs, which I either couldn't find or were hard to find: only-arches for specifying different sources to pull from...