Robert Ancell

Results 106 comments of Robert Ancell

If the icon path is supposed to be derived from the location of the YAML file then we don't need the API specifically in appstream-glib. We can iterate over it...

Turns out that GNOME Software is doing the icon path code itself, so this is fixed in https://gitlab.gnome.org/GNOME/gnome-software/merge_requests/408

I made some new AppStream methods that fix the icon path loading in https://github.com/robert-ancell/appstream-glib/tree/as-store-from-bytes-icon-path, not sure if they're still useful.

This change seems overly complex - I think the solution is just to fix the scaling code to handle all requested sizes - see https://github.com/hughsie/appstream-glib/pull/256

@iainlane yeah, correct the other MR scales in all cases. Your method looks a lot sharper which seems the right solution here. I'm not sure what the intention of `as_image_save_pixbuf`...

Snaps have a "contact" URL to allow developers to give an easy way for users to contact them. This could be an email address (mailto link) or a website (e.g....

Does `pkcon get-details gnome-control-center` show a correct description?

I think what you need is https://github.com/canonical/snapd.dart/pull/67 - then you can use `_client.getConnections(filter: SnapdConnectionFilter.all)`.

This might also help https://github.com/canonical/snapd.dart/pull/68

I think the issue was you could select a user in the UI (e.g. by scrolling to them) and if PAM authenticated without input that would immediately log into that...