Jonas Ådahl

Results 146 comments of Jonas Ådahl

I have a gnome-shell branch that adds a D-Bus API that the portal can use to see what application is active. The API can be seen here: https://gitlab.gnome.org/jadahl/gnome-shell/blob/wip/introspect/data/org.gnome.Shell.Introspect.xml . Some...

Naming the executable so it matches the desktop file is not really how it's supposed to work, the desktop file basename should match the D-Bus name. So `org.flameshot.Flameshot.desktop` is more...

I don't think any maintainer has a clear idea of how a "share" portal would work exactly, so a way to help is to gather information about how other platforms...

> I ended up bringing this up again, here's what I had (from scratch): I suggest reading through the precious discussions, and doing the expected research, instead of inventing things...

Sounds like a sane idea to just start with libfido2; just need to be careful and consider when we need an external service that handles the low level things, as...

Special casing apps this way is not reasonable IMO. If Thunderbird stopped supporting mailto as command line argument, then you need to create a compatibility wrapper that handles this, and...

I thought this was only about missing mailto: not about attachment. Automagic attachments must not be supported indeed.

> I've a bit the same concerns regarding the hardcoding app-special cases into the portal. Indeed, we should not do that. > One alternative would be to hide the 'sendto'...

> Adding a wrapper that would make attachment in mailto work again would just add back the vulnerability. How would it be different adding a wrapper doing what this PR...

> Hum, what would the wrapper do exactly? Isn't translating mailto into something Thunderbird understands exactly what is attempted to be introduced here? The callee won't know who the caller...