David Hewitt

Results 128 comments of David Hewitt

@eliocamp Great, that helps a lot, thanks. It looks like there is a Flatpak update that AppCenter isn't able to show for some reason. If you run `flatpak update` in...

It would be reasonable for an application to change its ID as long as the version with the new ID has a `` tag in the metadata that indicates it's...

This is used to calculate the total download size of a package (including not installed dependencies), so can safely be ignored. However, I guess it would make sense to do...

There doesn't seem to be a way to dynamically detect whether the backend supports this via packagekit. It seems gnome-software achieves this for autoremove by making it a meson option...

This is just the way Flatpak works. It adds the repository so that it can receive updates to the app you installed and the related runtimes from that repository. If...

Ah, I see, I misunderstood this as you didn't want the repo at all. I'll move this to AppCenter and re-open as 99% of the work will be there and...

I'm not entirely sold on the idea of installing projects systemwide from Code at all. In general, I avoid installing projects compiled from source as much as possible. Given the...

I'm saying that this PR currently adds support for building and installing meson based projects. As you say, to test many of these, they have to be installed which you...

And the system level stuff almost always needs to be started in a specific way: - wingpanel: got to kill the currently running instance twice so that gnome-session stops restarting...

After the config is set, there's a couple of signals that also may need to be handled. We need to handle at least the `install-authenticator` signal on the transaction, documentation...