- Sep 12, 2022
-
-
Adrien Plazas authored
-
Adrien Plazas authored
-
- Sep 07, 2022
-
-
Adrien Plazas authored
-
Adrien Plazas authored
-
Adrien Plazas authored
-
Adrien Plazas authored
This also replace a patch checking the themed icons exist by one dropping them entirely, as it still was failing. Other icons will be found anyway, loading to actual icons instead of broken ones.
-
Adrien Plazas authored
-
- Sep 03, 2022
-
-
Jeremy Bicha authored
-
Jeremy Bicha authored
snapd-glib pulls it in but it's not available on all architectures
-
- Sep 02, 2022
-
-
Jeremy Bicha authored
-
Jeremy Bicha authored
This is a bit of a hack to let Ubuntu sync with Debian. Update the libsoup dependencies in debian/control.in later
-
Jeremy Bicha authored
-
Jeremy Bicha authored
-
Jeremy Bicha authored
-
Jeremy Bicha authored
Update to upstream version '43~rc' with Debian dir e61d24551399b38e2601f7e8352c60e0d76d543d
-
Jeremy Bicha authored
-
Adrien Plazas authored
-
Adrien Plazas authored
This drops the thardcoded est payment values so we can test real life cases, drops the "Pay what you can" button for purchases, drops the Donate button and makes the Donate row trigger a donation dialog when possible.
-
Milan Crha authored
-
Milan Crha authored
Resolve "Restart&Update no longer asks for confirmation" Closes #1874 See merge request GNOME/gnome-software!1488
-
Milan Crha authored
Resolve "Failure to get updates in one plugin skips other plugins" Closes #1878 See merge request GNOME/gnome-software!1483
-
Milan Crha authored
Merge branch '1876-gnome-software-missing-an-install-upgrade-button-when-opening-an-rpm-file' into 'main' Resolve "gnome-software missing an install/upgrade button when opening an .rpm file" Closes #1876 See merge request GNOME/gnome-software!1479
-
Milan Crha authored
This allows to offer to install, aka update, the package from a file. When the file has lower version than the installed package then only a remove is offered. Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1876
-
Milan Crha authored
The local file can be installed, in which case the state is not enough to know the GsApp:local-file is usable, thus have the GsApp:local-file property as another indication that the source is from a file.
-
Milan Crha authored
The app id can be NULL for example when opening a local file. There is printed a runtime warning in such case, thus cover it and do not run the app list when the app id is not set.
-
Milan Crha authored
Installing an app from a file (.rpm and such) should not be remembered in the install queue, because it's a local installation, not remote.
-
Milan Crha authored
The local file can be installed, in which case its correct status is 'installed', but that would return incorrect origin, thus use the 'Local file' also in these cases.
-
Milan Crha authored
For example PackageKit can create apps without id, which can cause a runtime warning about NULL being used as a value for a key. It can be shown when opening an .rpm file in the details page.
-
Milan Crha authored
Resolve "App page header: Switch to mobile layout at narrower width" Closes #1860 See merge request GNOME/gnome-software!1461
-
- Sep 01, 2022
-
-
Alan Mortensen authored
-
Nathan Follens authored
-
Sabri Ünal authored
-
Seong-ho Cho authored
-
Georges Basile Stavracas Neto authored
Merge branch '1886-mutually-exclusive-states-in-flatpakref-conflict-and-produce-similar-errors' into 'main' Resolve "Mutually exclusive states in Flatpakref conflict and produce similar errors" Closes #1886 See merge request GNOME/gnome-software!1487
-
Georges Basile Stavracas Neto authored
flatpak: Increase cache age request in gs_flatpak_rescan_app_data() See merge request GNOME/gnome-software!1489
-
Milan Crha authored
The gs_flatpak_rescan_app_data() can be called quite often, also after user actions like install/uninstall of an application. Forcing refresh, thus also download from the server, of the files in every call means wasting the network bandwidth. Use a cache age, to avoid instant re-download of the data from the server. Related to https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1884
-
Milan Crha authored
Prefer desktop environment specific Reboot service over systemctl, which can a) ask for the reboot confirmation; b) gracefully close the running applications. Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1874
-
Milan Crha authored
Make sure file buffers are written to the disk before invoking Reboot.
-
Milan Crha authored
The flatpak documentation claims some keys in the .flatpakref file as options, with defined default value, but the plugin treated them as mandatory, which could cause the app/runtime not being shown in the GUI. Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1886
-
- Aug 31, 2022
-
-
Adrien Plazas authored
-