Robert Ancell

Results 43 issues of Robert Ancell

This change is similar to one done for [polkit](https://github.com/snapcore/snapd/pull/12071). We want to be able to use the upower-observe interface on Ubuntu Core Desktop, so need an implicit system slot to...

Needs Samuele review

This is a proof of concept so that strictly confined snaps [can launch easily applications](https://forum.snapcraft.io/t/making-snapds-generated-desktop-files-usable-from-within-a-snap/24413). I'm looking for feedback if this is heading in the right direction. The code works...

The backend returns a variant, and this was mistakenly being put inside another variant when returned to the original caller. Fixes https://github.com/flatpak/xdg-desktop-portal/issues/789

An application quickly closing a request (e.g. to cancel a file chooser dialog) can result in a race condition where this close event is not handled in the backend. For...

bug
help wanted
portal: file chooser

There are a number of cases where there is an assumption that the portal ID + ".desktop" will match the desktop file for an application. In the case of snaps,...

Migrate from GTK3 to GTK4. Work in progress, the following still needs fixing: - [Flutter sysroot needs updating to recent version of GTK4](https://github.com/flutter/flutter/issues/139110) - Accessibility - Cursors - Clipboard -...

affects: desktop
platform-linux

Add Linux support for Pigeon. This has minimal work porting the generator and some manually written generated code so we can review this before implementing the generator support. https://github.com/flutter/flutter/issues/73740

p: pigeon
platform-linux
triage-linux

I noticed the D-Bus API didn't make use of D-Bus properties. It turned out to be a bit harder than I expected with libdbus. Properties would make it easier for...

enhancement
postponed
needs-tests

This is a normal use case for a client, so we want to be able to distinguish this from other refresh errors.

Needs Samuele review
Needs Documentation -auto-