Skip to content
This repository has been archived by the owner on Oct 25, 2018. It is now read-only.

Releases: alexlarsson/xdg-app

0.3.4 released

23 Jun 08:56
0.3.4
Compare
Choose a tag to compare
0.3.4 released Pre-release
Pre-release

Don't escape unnecessary strings in exported desktop files. This was breaking gnome-shell app start in some cases.

0.3.3 released

23 Jun 07:57
0.3.3
Compare
Choose a tag to compare
0.3.3 released Pre-release
Pre-release

Fixes issues with /run/user being mounted noexec, which is the default on Ubuntu.

0.3.2 released

16 Jun 14:37
0.3.2
Compare
Choose a tag to compare
0.3.2 released Pre-release
Pre-release

This release fixes a bug where on an update, if nothing had changed the existing installed app deployment would be removed.

0.3.1 released

04 Jun 14:09
0.3.1
Compare
Choose a tag to compare
0.3.1 released Pre-release
Pre-release

Main changes in this release:

  • Uses user namespaces in helper, which means no need for setuid. (--disable-userns reverts back to the old model)
  • Show origin remote in list-runtimes and list-apps
  • /var/cache is writable and ends up in the per-app dir. This helps with fontconfig caches.
  • Seccomp filtering of syscall was added
  • Some bugfixes

0.3 released, breaking changes

26 May 13:20
0.3
Compare
Choose a tag to compare
Pre-release

This release breaks the ABI a bit compared to previous version

  • /self is now instead /app, which has the advantage of being the same length as /usr (making it easier to relocate things)
  • the metadata and command arguments related to permissions have changed
  • Added support for metadata specifying persistent directories in the home directory
  • Added support for more finegrained filesystem access

0.2.1 released

21 May 15:32
Compare
Choose a tag to compare
0.2.1 released Pre-release
Pre-release

This is a minor release with two changes:

  • Add profile.d snippet that packagers can use
  • Fix an issue with the dbus proxy that broke qt dbus

0.2 released

13 May 15:16
0.2
Compare
Choose a tag to compare
0.2 released Pre-release
Pre-release

There are some minor changes here, but the main things are:

  • Support for session bus policies
  • Support for specifying environment variables in runtime/app metadata