Marco Trevisan

Results 385 comments of Marco Trevisan

I feel we've to handle with this in way more places than just here. For some reason the portal used an ID that isn't matching the snap app ID, so...

Also worth mentioning here (as it's related in the Gtk notifications case), that the fact we're using a different desktop-id for SNAPs is breaking many `GApplication`'s (or in general, Freedesktop...

I think having something like this would be indeed reasonable: ```diff diff --git a/src/xdp-utils.c b/src/xdp-utils.c index 2603166..d1f6d87 100644 --- a/src/xdp-utils.c +++ b/src/xdp-utils.c @@ -855,23 +855,24 @@ xdp_get_app_info_from_pid (pid_t pid, GError...

Maybe should be `/alias-cmd` and allow to for example alias `/pm` to `/send-msg` or similar.

Oh this may require https://github.com/snapcore/snapcraft/pull/4477/ wondering if using it without "=" but a space instead works anyways.

> Hey @3v1n0 thanks for all your contributions around this -- do you know what if any additional testing should be done here? I've found this Snap stuff to be...

@bengotow any news here? If you prefer to be conservative, we could make the wayland option to be manually set. This could be also controlled by the UI making the...

Ok, I've changed the launcher logic so that by default the client will continue using xwayland backend, unless `sudo snap set mailspring wayland-native=true` is used.