xdg-desktop-portal 0.10-0ubuntu1 source package in Ubuntu

Changelog

xdg-desktop-portal (0.10-0ubuntu1) bionic; urgency=medium

  * New upstream release
    - Import permission store from flatpak
    - Import document portal from flatpak
    - Add remote desktop portal
    - Add screencast portal
    - Add "interactive" mode to screenshot portal
    - file-chooser: Don't return document paths for paths the application has
      direct access to
    - Handle newer version of bubblewrap
    - New abstraction for application info, supporting multiple sandbox
      technologies
    - Add basic test suite
  * debian/patches/0.10/*
    - Removed as they are included in the 0.10 upstream release
  * debian/xdg-desktop-portal.install
    - Added xdg-document-portal and xdg-permission-store
  * debian/control
    - Added Breaks and Replaces flatpak << 0.11.1 which provided the document
      portal and permission store
    - Build depend on libfuse-dev

 -- Ken VanDine <email address hidden>  Wed, 14 Feb 2018 08:17:51 -0500

Upload details

Uploaded by:
Ken VanDine
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
linux-any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
xdg-desktop-portal_0.10.orig.tar.xz 368.3 KiB cdcae14b8797ad840362f4bea3c6e1c74790a6a6201d800ee36577f2b989e54e
xdg-desktop-portal_0.10-0ubuntu1.debian.tar.xz 3.5 KiB 628b5eee754b35ac22fc0e0d4c08d8ddab4de2778324cebdb588556b31b89e1e
xdg-desktop-portal_0.10-0ubuntu1.dsc 1.6 KiB 5117c41de2b830beade4c0b17e87f435501ef7a46f1a9985f3cf310b88932522

Available diffs

View changes file

Binary packages built by this source

xdg-desktop-portal: desktop integration portal for Flatpak and Snap

 xdg-desktop-portal provides a portal frontend service for Flatpak, Snap,
 and possibly other desktop containment/sandboxing frameworks. This service
 is made available to the sandboxed application, and provides mediated
 D-Bus interfaces for file access, URI opening, printing and similar
 desktop integration features.
 .
 The implementation of these interfaces is expected to require
 user confirmation before responding to the sandboxed application's
 requests. For example, when the sandboxed application ask to open a file,
 the portal implementation will open an "Open" dialog outside the sandbox,
 and will only make the selected file available to the sandboxed app if
 that dialog is confirmed.
 .
 xdg-desktop-portal is designed to be desktop-agnostic, and uses a
 desktop-environment-specific GUI backend such as xdg-desktop-portal-gtk
 to provide its functionality.

xdg-desktop-portal-dbgsym: debug symbols for xdg-desktop-portal
xdg-desktop-portal-dev: desktop integration portal - development files

 xdg-desktop-portal provides a portal frontend service for Flatpak, Snap,
 and possibly other desktop containment/sandboxing frameworks. This service
 is made available to the sandboxed application, and provides mediated
 D-Bus interfaces for file access, URI opening, printing and similar
 desktop integration features. See the xdg-desktop-portal package's
 description for more details.
 .
 This package contains development files for backends such as
 xdg-desktop-portal-gtk.