xdg-desktop-portal 1.17.2-1ubuntu1 source package in Ubuntu
Changelog
xdg-desktop-portal (1.17.2-1ubuntu1) mantic; urgency=medium * Merge from Debian. Remaining changes: - Import https://github.com/flatpak/xdg-desktop-portal/pull/705 as a distro-patch (add a portal for managing WebExtensions native messaging servers, LP: #1968215) + debian/patches/webextensions-portal.patch - Keep alternative dependency to libgdk-pixbuf2.0-dev for easier backports to Ubuntu 20.04 LTS or 18.04 LTS * Update webextension portal patch with latest version proposed upstream xdg-desktop-portal (1.17.2-1) unstable; urgency=medium * New upstream release * Release to unstable xdg-desktop-portal (1.17.1-1) experimental; urgency=medium * New upstream release - d/patches: Drop all patches, applied in new release * d/control, d/x-d-p.manpages: Build and install portals.conf(5) * d/NEWS: Add a NEWS file to direct users to portals.conf(5) * d/p/debian/portal-impl-Hard-code-x-d-p-gtk-as-a-last-resort-fallback.patch: Add patch to fall back to x-d-p-gtk if nothing better can be found. This is a temporary measure to give desktop environment maintainers a chance to add a portals.conf(5) for their desktop, and should be removed later. xdg-desktop-portal (1.17.0-1) experimental; urgency=medium * Team upload * New upstream release - Fixes portal delay with x-d-p-gnome 44 and non-GNOME desktops (LP: #2013116) (Closes: #1032584) * debian/control: Build-Depend on python3-dbusmock & python3-pytest for build tests * Drop all patches: applied in new release * Cherry-pick 3 bug fixes from upstream repo -- Jeremy Bícha <email address hidden> Tue, 05 Sep 2023 13:08:18 -0400
Upload details
- Uploaded by:
- Jeremy Bícha
- Uploaded to:
- Mantic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
xdg-desktop-portal_1.17.2.orig.tar.xz | 254.2 KiB | 1e861eb991e60e56b06c64dc03284c02f9913f9a426d8955f8d529ff8f3f6d96 |
xdg-desktop-portal_1.17.2-1ubuntu1.debian.tar.xz | 21.5 KiB | 01a1fa39698e0aa246d2d7791cdef9a560344bcb221a8b056109bb4f357230cb |
xdg-desktop-portal_1.17.2-1ubuntu1.dsc | 2.9 KiB | 6d960bde6abef3fc8977b9a34c5cad83d22d8b759997b7af9a67ed4ae41aa0d5 |
Available diffs
- diff from 1.16.0-3ubuntu1 to 1.17.2-1ubuntu1 (138.1 KiB)
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.
- xdg-desktop-portal-tests: desktop integration portal - automated tests
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 automated tests.
- xdg-desktop-portal-tests-dbgsym: debug symbols for xdg-desktop-portal-tests