Dovi Cowan

Results 23 comments of Dovi Cowan

Any update on eOS6 repackaging for Melody?

I've been trying to get WebPin working in a FlatPak for the past few days. See https://github.com/artemanufrij/webpin/pull/145. I think it's best for me to move to this issue. I currently...

As far as two, above, I've put a bash script which just echos "flatpak" in /app/bin/flatpak (in the container). Everything now works flawlessly. Probably not the "correct" method, but it...

I've pushed what I have so far to https://github.com/dcowan-london/webpin/tree/flatpak.

When testing on another device, I got this error when I attempted to start a webapp: ``` Cannot get default EGL display: EGL_BAD_PARAMETER Cannot create EGL sharing context: invalid display...

Well, after updating to SDK version 6.1 (from 6), this error is gone

I now have a working build at https://github.com/dcowan-london/webpin/tree/flatpak Note that currently the file picker dialogue doesn't have access to the filesystem, and so there's no way to set an app...

I've temporarily allowed access to `xdg-pictures/webpin`, to allow testing until the portal is integrated. https://github.com/dcowan-london/webpin/commit/3e3379187b1cbd5f1896b2e11c5fe7709890d2e4

Well, that was pretty simple! Switched to ```FileChooserNative``` - tested and working. https://github.com/dcowan-london/webpin/commit/e8f250165b4c65fb0027554e0fb91de24937812e

OK, issue I'm having now is downloads. When downloading something from a pinned website, it attempts to go directly into the `xdg-download` directory. I could give `rw` access to the...