gnome-software:wip/hughsie/fwupd-delete

Last commit made on 2020-04-29
Get this branch:
git clone -b wip/hughsie/fwupd-delete https://git.launchpad.net/gnome-software

Branch merges

Branch information

Name:
wip/hughsie/fwupd-delete
Repository:
lp:gnome-software

Recent commits

2e1d576... by Richard Hughes

fwupd: Only delete the installed archive if we downloaded it to the cache

If the user double clicks on a .cab file on a USB stick to install it, it is
certainly not expected we delete the archive when it has been scheduled.

e3d4997... by Daniel Mustieles

Updated Spanish translation

8ed7a1e... by Matthias Klumpp

appstream: Do not fail if any of the metadata directories doesn't exist

This resolves issue #967

860ea16... by Matthias Klumpp

trivial: Prefer metainfo dir over appdata dir when checking addons

The appdata dir is unlikely to exist on newer systems, so check for the
more-likely file first.

14d1875... by Danial Behzadi

Update Persian translation

5299dbf... by Yuri Chornoivan <email address hidden>

Update Ukrainian translation

614270c... by Matthias Klumpp

appstream: Don't solely add a stock icon for an app, as it may not exists

This actually properly resolves #918.
Missing stock icons occur quite frequently, as pretty much any icon can
be overridden by the theme and therefore stock icon entries are
plentiful, but no theme covers all icons.
Therefore, we'll add one that we know exist (the AppStream cached icon)
as backup.

d743f92... by Matthias Klumpp

appstream: Check if a stock icon actually exists in the theme before using it

This resolves #918
Missing stock icons occur quite frequently, as pretty much any icon can
be overridden by the theme and therefore stock icon entries are
plentiful, but no theme covers all icons.
Of course, this change also protects us against wrong icon data.

Many thanks to Laurent Bigonville for his work on this issue!

6e2411a... by Kalev Lember <email address hidden>

Fine-tune F32 upgrade banner position and font

As per discussion with jimmac on #fedora-design.

014f0a2... by Philip Withnall <email address hidden>

ui: Fix various calls to gs_utils_sort_key(NULL)

It causes a critical warning. `gs_app_get_name()` can legitimately
return `NULL`, so guard against that situation (at the possible expense
of some less-than-ideal sorting).

Signed-off-by: Philip Withnall <email address hidden>