2335 Commits

Author SHA1 Message Date
Alexander Larsson
7e18ec30b2 Update potfiles 0.8.4 2017-03-10 11:01:34 +01:00
Alexander Larsson
224d706a83 Bump version to 0.8.4 2017-03-10 10:43:30 +01:00
Alexander Larsson
a9b8ba5f42 Update NEWS 2017-03-10 10:43:07 +01:00
Alexander Larsson
f09d6b3aa6 profile: Don't add flatpak to XDG_DATA_DIRS if its already there 2017-03-10 10:42:44 +01:00
Georges Basile Stavracas Neto
5bb3c05e14 Fix comment
(cherry picked from commit 556782ac06)
2017-03-10 10:20:27 +01:00
Georges Basile Stavracas Neto
753e487fbf Improve progress calculation
When calculating the progress of a flatpak installation,
it considers the extra-data and OSTree pull as different
operations and that makes the progress to go back and
forth between 0% and 100%.

Consumers of this API, like GNOME Software, end up having
a bad experience reporting the progress of a Flatpak app
instalation.

Fix that by using a set of heuristics to improve the process,
splitting the operation in parts that can be tracked (or at
least estimated).

(cherry picked from commit d74956c23a)
2017-03-10 10:20:24 +01:00
Georges Basile Stavracas Neto
a0b3f74587 Split extra-data setup and fetch
By splitting the extra-data setup - where we set the number of
extra-data downloads and auxiliary information - and download -
where we actually fetch the extra-data - we can have more precise
progress reports.

(cherry picked from commit d73090cc96)
2017-03-10 10:20:21 +01:00
Alexander Larsson
efa282f9ea appstream: Don't add runtime to flatpak bundle tag for runtimes
(cherry picked from commit 7d1a8f69f6)
2017-03-10 10:20:18 +01:00
Elvis Angelaccio
e536497d3f Append flatpak data dirs if XDG_DATA_DIRS is already set (#611)
* Append flatpak data dirs if XDG_DATA_DIRS is already set

Otherwise it will be impossible to run flatpak apps from desktop menus.
This issue can happen if another app (e.g. snapd) wants to add custom
folders to XDG_DATA_DIRS through /etc/profile.d

If XDG_DATA_DIRS is empty or unset, define it as before.

Fixes #606

(cherry picked from commit a9acdc0532)
2017-03-10 10:20:14 +01:00
Matthew Leeds
870ee12a74 doc: Make manpages consistent with --help output
For a few commands the options aren't fully documented. This commit
makes the manpage documentation (almost) match the options shown
when you run "<command> --help" on the command line.

(cherry picked from commit 2d07f7d455)
2017-03-10 10:19:52 +01:00
Matthew Leeds
c6417dbb81 doc: Fix typos
(cherry picked from commit d9272ab120)
2017-03-10 10:19:52 +01:00
Matthew Leeds
541d8ff1b0 doc: Fix example for flatpak-info command
(cherry picked from commit 4817421289)
2017-03-10 10:19:52 +01:00
Alexander Larsson
69d32a6331 extensions: Support multiple versions
This means an extension point can include extensions of multiple
(specified) versions. This is useful for e.g. the GL extensions,
where we want a single extension for all the essentially unversioned
GL extensions (like the nvidia one) that is used by all the
runtimes.

(cherry picked from commit 640a02315b)
2017-03-06 14:37:53 +01:00
Alexander Larsson
c68d6a6428 flatpak_list_extensions: Break out code into helper
This is a minor restructure to make the code more readable
and extensible.

(cherry picked from commit 3122d1c014)
2017-03-06 14:37:53 +01:00
Matthias Clasen
eb858a2643 Merge pull request #600 from piotrdrag/pl-update-170303-0.8.x
Update Polish translation for flatpak-0.8.x 170303
2017-03-03 05:45:45 -05:00
Piotr Drąg
715f599acf Update Polish translation 2017-03-03 08:38:49 +01:00
Alexander Larsson
8bd07ca2a0 Support runtime-less extra-data
This is going to be needed for the nvidia driver to solve
https://github.com/flatpak/flatpak/issues/595

(cherry picked from commit 62286cf779)
2017-02-28 19:54:37 +01:00
Alexander Larsson
c216d989a8 Fix error check when loading configuration
(cherry picked from commit 78b5c2fbf5)
2017-02-28 19:54:32 +01:00
Alexander Larsson
0869586e47 zero-mtime: Handle error when enumerating directory
(cherry picked from commit 9d9bd184c7)
2017-02-28 19:54:27 +01:00
Alexander Larsson
91f91b5994 run: Handle error when enumerating /etc
(cherry picked from commit d24c5f1423)
2017-02-28 19:54:23 +01:00
Alexander Larsson
9940d0c420 list-remotes: Handle remotes with no url specified
(cherry picked from commit e3d8e0df04)
2017-02-28 19:54:18 +01:00
Alexander Larsson
02c84454a4 list: Don't check error twice
(cherry picked from commit 2e639b81e2)
2017-02-28 19:54:07 +01:00
Alexander Larsson
4adb1c21ad utils: Fix flatpak_bundle_load typo
If we failed to look up the app metadata we would
clear out a different out argument instead.

(cherry picked from commit 4db1e74090)
2017-02-28 19:53:50 +01:00
Alexander Larsson
20b872d2ce Avoid possible null dereference
If the link fails to resolve the return value will be NULL, so we shouldn't use
it before checking for NULL.

(cherry picked from commit b2b6dd3af2)
2017-02-28 19:53:45 +01:00
Alexander Larsson
d0e927a538 utils: Fix list_unmtainained_refs
There was a stray goto out that caused it to only look at the first
element in the system dirs list.

(cherry picked from commit e1e27559d1)
2017-02-28 19:53:36 +01:00
Richard Hughes
48e0543661 Don't include newlines in error messages
(cherry picked from commit d2307ca8b1)
2017-02-28 19:53:22 +01:00
Richard Hughes
ae45231173 Return the container from flatpak_get_system_installations()
This matches what other functions in libflatpak do, and also fixes a memory
leak in the error path.

(cherry picked from commit 6125dabf58)
2017-02-28 19:52:46 +01:00
Alexander Larsson
5591f60519 document portal: Disable spice_read as it seems broken
We're getting "fuse: copy from pipe: short read" from
libfuse and a broken filesystem with this. See
https://github.com/flatpak/flatpak/issues/570

I've tried to look into if this is fixable, but I can't
really find any way we could do things differently that
may help, so the fix is to disable spice_read.

(cherry picked from commit 4fdac9e5d4)
2017-02-27 11:44:44 +01:00
Mario Sanchez Prada
a44b6191d7 Initialize g_autofree string to NULL, not to crash when early returning
Otherwise, anytime we fail in ostree_repo_write_metadata() will cause
an invalid free to happen, and flatpak to crash.

(cherry picked from commit d0b5b51076)
2017-02-27 11:44:36 +01:00
Alexander Larsson
ff3c34b5ad update: Don't update related refs from different remote
In case you happen to have a reference A with a related reference
B (say a runtime and a GL extension), and they come from different
remotes, then updating A should not cause B to update from the same
remote as A, but rather the current remote.

(cherry picked from commit 6793d90b82)
2017-02-27 11:44:30 +01:00
Alexander Larsson
5b29eebf9e Fix repeated download of locates on update
When we update an app and add updates for all the related
operations, such as locates, and it is already installed,
make sure we inherit the current subpaths rather than
use the default ones.

Fixes https://github.com/flatpak/flatpak/issues/587

(cherry picked from commit 51e14fe33b)
2017-02-27 11:44:21 +01:00
Alexander Larsson
37a19ce172 Don't remove origin remotes if some other ref uses it
This fixes https://github.com/flatpak/flatpak/issues/586

(cherry picked from commit cc03a2b94b)
2017-02-27 11:43:53 +01:00
Ray Strode
24632dab0b run: propagate wildcard xauth entries to app bundle
At the moment, flatpak applications are only given FamilyLocal family
xauth cookies from the Xauthority file.  This is so, the sandboxed
application doesn't inadvertently get access to displays on other
computers.

But FamilyLocal isn't the only xauth family that's local.  FamilyWild
entries can be local as well.

Furthermore, FamilyWild entries are preferable to FamilyLocal entries
when found, because they don't break if the system hostname is changed.

This commit makes FamilyWild xauth entries get propagated in the same
way as their FamilyLocal counterparts.

(cherry picked from commit a82708cb10)
2017-02-27 11:43:16 +01:00
Alexander Larsson
fad0ab1ca1 Fix no-systemd-user warning (it doesn't affect sandboxing anymore)
(cherry picked from commit d27799518d)
2017-02-27 11:41:10 +01:00
Matthew Leeds
dbadcba471 doc: Fix a typo
(cherry picked from commit 9067c8322d)
2017-02-27 11:40:44 +01:00
Alexander Larsson
b02a3cf42a Update pofiles 0.8.3 2017-02-14 11:16:37 +01:00
Alexander Larsson
69579d062d Bump version to 0.8.3 2017-02-14 11:16:03 +01:00
Alexander Larsson
9383a3949b Update NEWS 2017-02-14 11:15:28 +01:00
Alexander Larsson
f2df66d70d builder: Add config-opts to the docs for build-options
Reported in https://github.com/flatpak/flatpak/issues/560

(cherry picked from commit 3287fdbbbb)
2017-02-14 11:14:47 +01:00
Alexander Larsson
ff8cb3aa37 document-portal: Fix ownership of basic directories
We now report these as the user uid+gid instead of root.

(cherry picked from commit 84246b6ec5)
2017-02-14 11:14:44 +01:00
Mario Sanchez Prada
f8c74167fd Allow cancelling the downloading process for extra data
So far, the installation of external apps can only be cancelled
before flatpak starts downloading the extra data, as there's no
cancellable being passed to g_input_stream_read_async().

This fixes that problem, making it possible to cancel installs
from GNOME Software regardless of the installation stage.

(cherry picked from commit 86bf88d89f)
2017-02-14 11:14:41 +01:00
Mario Sanchez Prada
01c5727cfa Report progress for extra data downloads, as we do for OSTree pulls
Otherwise, clients such as GNOME Software won't be able to report
any progress once the flatpak application has been downloaded and
we enter the stage to download the extra data.

(cherry picked from commit 2e1740297c)
2017-02-14 11:14:38 +01:00
Mario Sanchez Prada
da3f059485 Use the thread's default context to download extra data, not a new one
Otherwise, all the progress reporting for the extra data being downloaded
won't work, as the main context used by OstreeAsyncProgress will not be
the same than the one from the nested main loop used to download this.

(cherry picked from commit ca952b0f21)
2017-02-14 11:14:34 +01:00
Alexander Larsson
922ae44746 Update NEWS for release 2017-02-13 16:34:37 +01:00
Alexander Larsson
bbad2b1fff builder: Pass the right prefix args for cmake buildsystem
This erronously checked only if cmake is set to true, but missed
the buildsystem=cmake case.

Fixes https://github.com/flatpak/flatpak/issues/546
2017-02-13 15:22:05 +01:00
Alexander Larsson
0e8d2884d6 Don't user user namespaces when bubblewrap is setuid
It turns out that it is impossible for to get ptrace capabilities
for child user namespaces in the current kernel if the user
namespace is created as root, which is what happens when bwrap
is setuid root (see https://github.com/flatpak/flatpak/issues/557
for details).

This is very problematic, as ptrace rights controls access to
/proc/$pid/root which is what we base the detection of peer
app id and rights on for portals.

For now, we disable user namespaces (except for the case of
unprivileged user namespaces, where it is necessary and works).

(cherry picked from commit 521e7e6a37)
2017-02-13 15:12:44 +01:00
Alexander Larsson
860ef3a798 dri: Fix nvidia driver with shared network
If we have network access, then nvidia talks to the xserver
and for some reason it then also needs /dev/nvidia-modeset.
So, lets add that to the dri device list.

(cherry picked from commit 763a686d87)
2017-02-08 16:44:31 +01:00
Alexander Larsson
898402e840 Add flatpak --gl-drivers to show the active drivers
(cherry picked from commit 8f62e46265)
2017-02-06 15:10:36 +01:00
Alexander Larsson
6476774eb6 Support appdata in share/metainfo also with rename-appdata-file
(cherry picked from commit b24228277d)
2017-02-06 15:10:32 +01:00
Jan Grulich
817a069981 Search also in share/metainfo subdir for appstream metadata
(cherry picked from commit 7c7c64c378)
2017-02-06 15:10:29 +01:00