Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flatpak/xdg-desktop-portal-gtk
Gtk implementation of xdg-desktop-portal
https://github.com/flatpak/xdg-desktop-portal-gtk
Last synced: 19 days ago
JSON representation
Gtk implementation of xdg-desktop-portal
- Host: GitHub
- URL: https://github.com/flatpak/xdg-desktop-portal-gtk
- Owner: flatpak
- License: lgpl-2.1
- Created: 2016-06-20T13:40:22.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T16:11:48.000Z (8 months ago)
- Last Synced: 2024-04-22T09:15:22.451Z (8 months ago)
- Language: C
- Size: 935 KB
- Stars: 113
- Watchers: 21
- Forks: 94
- Open Issues: 70
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-flatpak - xdg-desktop-portal-gtk - for GNOME desktops (Portal / Backends)
README
# xdg-desktop-portal-gtk
A backend implementation for [xdg-desktop-portal](http://github.com/flatpak/xdg-desktop-portal)
that is using GTK and various pieces of GNOME infrastructure, such as
org.gnome.desktop.* GSettings schemas and the org.gnome.SessionManager and
org.gnome.Screensaver D-Bus interfaces.## Building xdg-desktop-portal-gtk
xdg-desktop-portal-gtk depends on xdg-desktop-portal and GTK.
## Versioning
The xdg-desktop-portal-gtk version has three components:
- major, incremented for backward compatibility breaking changes
- minor, incremented for changes in dependencies and exposed interfaces
- micro, incremented for bug fixes