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: about 2 months ago
JSON representation

Gtk implementation of xdg-desktop-portal

Lists

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