gnome-software:gnome-41

Last commit made on 2022-11-17
Get this branch:
git clone -b gnome-41 https://git.launchpad.net/gnome-software

Branch merges

Branch information

Name:
gnome-41
Repository:
lp:gnome-software

Recent commits

5bb49ef... by Balázs Úr

Update Hungarian translation

9c2ac22... by Christian Kirbach

Update German translation

cdc28d9... by Philipp Kiemle

Update German translation

1100ad2... by Aleksandr Melman <email address hidden>

Update Russian translation

8a852ec... by Milan Crha <email address hidden>

trivial: Post release version bump

ccbc15c... by Milan Crha <email address hidden>

Release version 41.5

0b2b651... by Philip Withnall

Merge branch '1529-in-search-the-first-app-opened-is-subsequently-opened-in-place-of-other-apps' into 'gnome-41'

Resolve "In search, the first app opened is subsequently opened in place of other apps."

See merge request GNOME/gnome-software!1295

641e3ce... by Milan Crha <email address hidden>

gs-details-page: Cancel ongoing app details load when switching app

Cancel any ongoing app details load when switching to a different app,
thus any slow responses won't overwrite page content. That could happen
when the lookup for app alternatives took too long. Once finished, it
could change the selected app from the returned list, which was not
relevant to the currently selected app.

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

e3832aa... by Philip Withnall

Merge branch 'backport-appstream-fix' into 'gnome-41'

Backport some appstream-related fixes to the stable branch

See merge request GNOME/gnome-software!1275

6812449... by =?utf-8?q?Pablo_Correa_G=C3=B3mez?= <email address hidden>

gs-plugin-appstream: Fix some application types not being correctly queried

The 'console' type never existed; for the 'webapp' legacy type there is
already a fixup in place to use the 'web-application' type currently
in use in the specification[1]; and the 'desktop-application' type has been
for a while the default identifier for desktop applications,
super-seeding 'desktop'[2], so its fixup has been added.

[1] https://www.freedesktop.org/software/appstream/docs/sect-Metadata-WebApplication.html
[2] https://www.freedesktop.org/software/appstream/docs/sect-Metadata-Application.html#spec-appdata-filespec

squash! gs-plugin-appstream: fixup legacy 'desktop' to 'desktop-application' type