| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: xdg-desktop-portal-gtk | Distribution: openSUSE Tumbleweed |
| Version: 1.15.3 | Vendor: openSUSE |
| Release: 1.1 | Build date: Fri Mar 21 16:52:06 2025 |
| Group: System/Libraries | Build host: reproducible |
| Size: 292881 | Source RPM: xdg-desktop-portal-gtk-1.15.3-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/flatpak/xdg-desktop-portal-gtk | |
| Summary: Backend implementation for xdg-desktop-portal using GTK+ | |
A backend implementation for xdg-desktop-portal that is using GTK+ and various pieces of GNOME infrastructure, such as the org.gnome.Shell.Screenshot or org.gnome.SessionManager D-Bus interfaces.
LGPL-2.1-or-later
* Fri Mar 21 2025 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.15.3:
+ Fix build against newer xdg-desktop-portal
+ Fix return value for the access portal
* Thu Jan 09 2025 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.15.2:
+ Plug memory leak in the notification portal backend
+ Implement the contrast setting
+ Set correct platform data for notification activation
+ Drop use of private GNOME Shell notification API
+ Depend on the graphical-session target
+ Ensure proper shutdown target
+ Build against xdg-desktop-portal >= 1.19.1
+ Updated translations.
- Drop notification-null-icon-pointer.patch: Fixed upstream.
* Thu Jan 09 2025 pallas wept <pallaswept@proton.me>
- Add notification-null-icon-pointer.patch
* Fixes build against xdg-desktop-portal 1.19.1
* Sat Oct 21 2023 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.15.1:
+ Fix build of feature-gated portals.
* Fri Oct 20 2023 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.15.0:
+ Switch to the Meson build system, and drop Autotools
+ Drop most use of private GNOME API; the following portal
interfaces have been removed:
- org.freedesktop.impl.portal.Screenshot
- org.freedesktop.impl.portal.ScreenCast
- org.freedesktop.impl.portal.RemoteDesktop
- org.freedesktop.impl.portal.Background
+ Do not add duplicate notifications
+ Expose the org.gnome.desktop.calendar settings
+ Fix type for org.gnome.desktop.background.picture-uri setting
+ Support current_folder in
org.freedesktop.impl.portal.FileChooser
+ Update list of translatable files
+ Updated translations.
- Add meson BuildRequires and macros following upstreams port.
* Fri Apr 21 2023 Bjørn Lie <bjorn.lie@gmail.com>
- Pass missing --disable-lockdown to configure,
xdg-desktop-portal-gnome handles that one too.
* Sat Apr 08 2023 Bjørn Lie <bjorn.lie@gmail.com>
- Change Supplements: Replace gtk3 with gtk3-schema, ensure the
supplements gets triggered.
- Add (gtk4-schema and (flatpak or snapd)) Supplements:
Futureproof the supplements, as more and more of GNOME moves to
gtk4.
* Tue Dec 06 2022 Dirk Müller <dmueller@suse.com>
- Update to version 1.14.1:
+ printing,
- wallpaper: Fix some memory leaks.
- Consistently include .desktop in the fallback app name.
+ screencast: Fall back to desktop ID if we don't know the app
name.
+ appchooser: Fix a use-after-free.
+ wallpaper: Handle errors storing images in the cache.
+ email: Fix a crash if no addresses are provided.
+ notification: Fix notifications for apps with no ID not
appearing.
+ screenshot: Report whether PickColor is implemented, if
possible.
* Sun Mar 27 2022 Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 1.14.0:
+ Add an implementation of the dynamic launcher portal
+ notification: Fix activation of default action with target
+ Updated translations.
* Mon Jan 17 2022 Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 1.12.0:
+ settings: Provide org.freedesktop.appearance.color-scheme key
+ settings: Handle org.gnome.desktop.a11y.interface schema
+ notification: Handle actions with targets properly
+ Enable settings and appchooser portals by default
+ Translation updates
* Fri Nov 12 2021 Bjørn Lie <bjorn.lie@gmail.com>
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires and
gsettings-desktop-schemas Requires and pass enable-appchooser and
enable-settings to meson. This is needed for flatpak gtk apps
running outside of gnome. See upstream issue/pull
https://github.com/flatpak/xdg-desktop-portal-gtk/pull/362 and
rh#2012315 for more info.
* Fri Sep 24 2021 Bjørn Lie <bjorn.lie@gmail.com>
- Pass --disable-silent-rules, --disable-appchooser,
- -disable-background, --disable-screencast, --disable-screenshot,
- -disable-settings, and --disable-wallpaper to configure, make
use of xdg-desktop-portal-gnome, and more importantly, remove all
gnome-dependencies from this package.
- Following the above, drop pkgconfig(gio-2.0),
pkgconfig(gio-unix-2.0) and pkgconfig(gnome-desktop-3.0)
BuildRequires.
- Add explicit pkgconfig(fontconfig) BuildRequires.
- Add systemd_user_post and systemd_user_preun macros to post/preun
sections.
* Sat Sep 18 2021 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.10.0:
+ filechooser: Fix a focus issue
+ inhibit: Autostart org.gnome.ScreenSaver
+ screencast: Force window icon size
+ Make portal backends with GNOME dependencies optional and
disable them by default. Use xdg-desktop-portal-gnome, or use
- -enable-wallpaper to build with the wallpaper backend
- -enable-screenshot to build with the screenshot backend
- -enable-screencast to build with screencast/remoting backends
- -enable-background to build with the background backend
- -enable-settings to build with the settings backend
- -enable-appchooser to build with the appchooser backend
+ Updated translations.
* Mon Jan 04 2021 Aria Buckles <aria@toole1.com>
- Update to version 1.8.0:
+ filechooser: Return the current filter
+ screenshot: Fix cancellation
+ appchooser: Avoid a crash
+ wallpaper:
- Properly preview placement settings
- Drop the lockscreen option
+ printing: Improve the notification
+ Updated translations.
- Changes from version 1.7.1:
+ filechooser:
- Handle the "directory" option to select directories
- Only show preview when we have an image
+ Updated translations.
- Changes from version 1.7.0:
+ screencast: Support mutter version 3
+ settings: Fall back to gsettings for enable-animations
+ Updated translations.
- Drop xdg-dpg-support-mutter-pipewire-3-api.patch: Fixed upstream.
/usr/lib/systemd/user/xdg-desktop-portal-gtk.service /usr/libexec/xdg-desktop-portal-gtk /usr/share/applications/xdg-desktop-portal-gtk.desktop /usr/share/dbus-1/services/org.freedesktop.impl.portal.desktop.gtk.service /usr/share/licenses/xdg-desktop-portal-gtk /usr/share/licenses/xdg-desktop-portal-gtk/COPYING /usr/share/xdg-desktop-portal /usr/share/xdg-desktop-portal/portals /usr/share/xdg-desktop-portal/portals/gtk.portal
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Nov 2 22:49:38 2025