~ubuntu-desktop/ubuntu/+source/gnome-software:upstream/3.28.x

Last commit made on 2018-05-15
Get this branch:
git clone -b upstream/3.28.x https://git.launchpad.net/~ubuntu-desktop/ubuntu/+source/gnome-software
Members of Ubuntu Desktop can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
upstream/3.28.x
Repository:
lp:~ubuntu-desktop/ubuntu/+source/gnome-software

Recent commits

8c6f59d... by Jeremy Bícha

New upstream version 3.28.2

e9b9d09... by Kalev Lember <email address hidden>

Release version 3.28.2

2abcd60... by Joaquim Rocha <email address hidden>

Add the .desktop suffix if needed in gs_utils_get_desktop_app_info

The desktop ID given to g_desktop_app_info_new (called from
gs_utils_get_desktop_app_info) needs to have the .desktop suffix. So,
for convenience this patch ensures that the mentioned utils' function
adds the .desktop suffix when the given ID doesn't have it.

78abcce... by Richard Hughes

flatpak: Fix multiple flatpak refreshes with new libflatpak

In the latest flatpak release flatpak_installation_update() started returning
(the arguably correct) ALREADY_INSTALLED error code when we call the method
flatpak_installation_update(NO_DEPLOY) on an already-downloaded ref.

Since there's no way to know if a commit has been downloaded race-free, just
handle the error and continue downloading the other refs if required.

be25df8... by lantw44

build: Update _XOPEN_SOURCE to the latest version

Setting _XOPEN_SOURCE to 500 disables C99 on FreeBSD and causes implicit
declaration warnings to be shown during compilation.

773b1e4... by lantw44

Implement gs_utils_get_memory_total for FreeBSD

sysinfo is a Linux-specific system call which is not available on other
operating systems. This commit adds an implementation using the value
come from 'sysctl hw.physmem' for FreeBSD.

b6d585e... by Richard Hughes

Create a GsPluginEvent when FILE_TO_APP or URL_TO_APP fails

9ef4f22... by Piotr Drąg

Update Polish translation

bf175c8... by Gabor Kelemen

Update Hungarian translation

1448f5d... by Robert Ancell

Fix gs_app_set_state_recover not working during purchase transactions