xdg-desktop-portal-gnome is a backend for xdg-desktop-portal, that is using GTK and various pieces of GNOME infrastructure.
![[Note]](../images/note.png) 
          Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://download.gnome.org/sources/xdg-desktop-portal-gnome/48/xdg-desktop-portal-gnome-48.0.tar.xz
Download MD5 sum: 807c85deafe87d31be76a8b66cea53d0
Download size: 188 KB
Estimated disk space required: 13 MB
Estimated build time: 0.2 SBU
gnome-desktop-44.3, GTK-4.20.2, libadwaita-1.8.1, xdg-desktop-portal-1.20.3, and xdg-desktop-portal-gtk-1.15.3 (at runtime)
Install xdg-desktop-portal-gnome by running the following commands:
mkdir build &&
cd    build &&
meson setup --prefix=/usr              \
            --buildtype=release        \
            -D systemduserunitdir=/tmp \
            ..                         &&
ninja
        This package does not come with a test suite.
          Now, as the root user:
        
ninja install
          Remove systemd files that are useless (as the root user):
        
rm -vf /tmp/*.service
![[Note]](../images/note.png) 
          
            If you installed the package to your system using a “DESTDIR” method,
            /usr/share/glib-2.0/schemas/gschemas.compiled
            was not updated/created. Create (or update) the file using the
            following command as the root
            user:
          
glib-compile-schemas /usr/share/glib-2.0/schemas