Page MenuHomeSolus

Update flatpak to 1.0.2
ClosedPublic

Authored by kyrios123 on Sep 13 2018, 4:30 PM.
Tags
None
Referenced Files
F11048353: D3838.id9526.diff
Thu, Aug 10, 4:32 PM
F11048351: D3838.id9438.diff
Thu, Aug 10, 4:32 PM
F11048348: D3838.id.diff
Thu, Aug 10, 4:32 PM
F11033980: D3838.diff
Wed, Aug 9, 4:21 PM
F11020652: D3838.id9526.diff
Mon, Aug 7, 7:37 AM
F11018619: D3838.id9526.diff
Sun, Aug 6, 1:32 PM
F11009372: D3838.diff
Wed, Aug 2, 2:34 PM
F10966852: D3838.id9526.diff
Thu, Jul 20, 6:15 AM
Subscribers
None

Details

Summary
  • The dbus proxy is now available in a separate git module, xdg-dbus-portal, which is imported into flatpak as a submodule.
  • Build regressions with older versions of glib have been fixed.
  • Flatpak ps now also tracks the pid the main process inside the sandbox.
  • Added flatpak override --reset to reset overrides for an app.
  • Added flatpak override --show to show overrides for an app.
  • flatpak install now automatically pick user or system based on the remote name given (unless the remote exists in both).
  • flatpak uninstall --unused now does not remove SDKs if some installed app refers to them.
  • Fixed bug where flatpak uninstall --unused prompted for uninstall twice.
  • Set IO class on the system helper to "idle", which should cause background updates to affect the system less.
  • Fixed regression in flatpak uninstall --no-related.
  • Better handling of empty collection ids in flatpak bundles.
  • Cleaned up some error messages.
  • Various documentation fixes and cleanups.
  • Updated translations.

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan
$ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
$ flatpak search polari
$ flatpak install flathub org.gnome.Polari
$ flatpak run org.gnome.Polari
$ flatpak list --app
$ flatpak uninstall org.gnome.Polari

Diff Detail

Repository
R766 flatpak
Lint
Lint Not Applicable
Unit
Tests Not Applicable