gnome-software:cherry-pick-19986c0e

Last commit made on 2021-04-15
Get this branch:
git clone -b cherry-pick-19986c0e https://git.launchpad.net/gnome-software

Branch merges

Branch information

Name:
cherry-pick-19986c0e
Repository:
lp:gnome-software

Recent commits

4ed269e... by Philip Withnall

Merge branch 'wip/mcrha/rpm-ostree-refine-perf' into 'master'

rpm-ostree: Improve performance of gs_plugin_refine()

See merge request GNOME/gnome-software!693

(cherry picked from commit 19986c0e6b1c3afd0f8e922ae1f08cc956479357)

b1f275af rpm-ostree: Improve performance of gs_plugin_refine()

fc5ba40... by Philip Withnall

Merge branch 'cherry-pick-0e1695ce' into 'gnome-40'

flatpak: Refine new runtime's state to reflect current values

See merge request GNOME/gnome-software!690

9fcc852... by Milan Crha <email address hidden>

Merge branch 'abckport-689-rpm-ostree-search-gnome-40' into 'gnome-40'

Backport !689 “rpm-ostree: \Hide only Web and Console applications from the search” to gnome-40

See merge request GNOME/gnome-software!695

28c55af... by Milan Crha <email address hidden>

Merge branch 'backport-688-rpm-ostree-addons-gnome-40' into 'gnome-40'

Backport !688 “gs-app-addon-row: Disallow uninstall of a compulsory extension” to gnome-40

See merge request GNOME/gnome-software!694

1278abc... by Milan Crha <email address hidden>

rpm-ostree: Hide only Web and Console applications from the search

The desktop applications should be returned in the search, thus users
can install them.

Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/613

15c4d8c... by Milan Crha <email address hidden>

gs-app-addon-row: Disallow uninstall of a compulsory extension

In other words, do not offer to uninstall an extension, when it
cannot be uninstalled.

Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/574

9f78559... by Milan Crha <email address hidden>

flatpak: Refine new runtime's state to reflect current values

Newly created runtimes did not reflect current values, thus they could,
for example, claim they are not installed, even when they had been installed.
There are more such inaccuracies involved, not only the GsApp::state.
This is especially important since the plugin's cache is freed on the flatpak
repo change notifications.

Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1197

(cherry picked from commit 0e1695ce07ba4c0df3ddb339d1333e44b7445fe7)

60a7de1... by Efstathios Iosifidis

Update Greek translation

29b4c5a... by Philip Withnall

Merge branch 'win/mcrha/cherry-pick-i554' into 'gnome-40'

keeps rpm-ostreed alive forever

See merge request GNOME/gnome-software!687

33fcf33... by Milan Crha <email address hidden>

rpm-ostree: Disconnect from rpm-ostreed when inactive for some time

Disconnect from the rpm-ostreed when there was no request to it for some
time, to let it close and free the resources, instead of keep it alive
forever.

Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/554