diff options
author | Will Thompson <will@willthompson.co.uk> | 2018-06-06 09:05:04 +0100 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2018-06-15 08:58:44 +0100 |
commit | 1cfacebb5fe6f4a5cf0fe4af591b99c20e6bd07c (patch) | |
tree | 244e5e5271265d084ee440599871950657950a03 /flatpak | |
parent | 2c0919b252663840dfac431f6fe4f923962cc201 (diff) |
flatpak: temporarily bundle a fixed flatpak-spawn
We need the exit status to be propagated from pkexec so we can detect
when the user cancels the polkit dialog (126) or authentication fails
(127). These are otherwise indistinguishable from dbus-monitor exiting
immediately without emitting the pcap header.
Diffstat (limited to 'flatpak')
-rw-r--r-- | flatpak/org.freedesktop.Bustle.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/flatpak/org.freedesktop.Bustle.yaml b/flatpak/org.freedesktop.Bustle.yaml index fe4b4bf..6d63f2e 100644 --- a/flatpak/org.freedesktop.Bustle.yaml +++ b/flatpak/org.freedesktop.Bustle.yaml @@ -178,6 +178,16 @@ modules: build-options: prefix: /usr + # https://github.com/flatpak/flatpak-xdg-utils/pull/10 + - name: flatpak-xdg-utils + sources: + - type: git + url: https://github.com/wjt/flatpak-xdg-utils.git + commit: 54c5800fe064a33311e543f928ccc0620e2cef4e + cleanup: + - /bin/xdg-email + - /bin/xdg-open + # fired up! ready to go! - name: bustle sources: |