gnome-software:gnome-46

Last commit made on 2024-04-30
Get this branch:
git clone -b gnome-46 https://git.launchpad.net/gnome-software

Branch merges

Branch information

Name:
gnome-46
Repository:
lp:gnome-software

Recent commits

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

Merge branch 'backport-1992-silo-query-crash-gnome-46' into 'gnome-46'

Backport !1992 “gs-plugin-appstream: Fix a crash when no appstream data is found” to gnome-46

See merge request GNOME/gnome-software!1993

888c475... by Milan Crha <email address hidden>

gs-plugin-appstream: Fix a crash when no appstream data is found

The xb_silo_query() can return NULL, thus count with it, instead of
dereferencing a NULL pointer.

Reported downstream:
https://bugzilla.redhat.com/show_bug.cgi?id=2272028

875d2e9... by Daniel Mustieles

Update Spanish translation

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

Merge branch 'backport-1975-sandboxing-gnome-46' into 'gnome-46'

Backport !1975 “gs-app-context-bar: Consider `privileged` apps less safe than `safe`” to gnome-46

See merge request GNOME/gnome-software!1976

7d3d8bd... by Milan Crha <email address hidden>

gs-app-context-bar: Consider `privileged` apps less safe than `safe`

Distro-provided apps are not safer than sandboxed apps with no access
to the host, thus consider them less safe.

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

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

trivial: Post release version bump

94c1c21... by Milan Crha <email address hidden>

Release version 46.1

4ddc34f... by Milan Crha <email address hidden>

Merge branch 'backport-1947-rpm-ostree-changelogs-gnome-46' into 'gnome-46'

Backport !1947 “rpm-ostree: Several fixes related to historical updates” to gnome-46

See merge request GNOME/gnome-software!1974

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

rpm-ostree: Cut too long history log

GtkLabel (and Pango) has a hard time to process several KB of text,
thus cut the history log at arbitrary chosen 4KB length.

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

rpm-ostree: Do not wait on process end when reading changelogs

The changelogs can be long, hundred kilobytes, then waiting for
the process end and read the stdout of it afterwards can cause
an indefinite waiting, due to no read of the stdout.