[gnome-shell/drop-portal] Stop providing an Access portal backend



commit 4ef57ad273d5ed626758574a7dd5aeaa374618f8
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Dec 5 23:10:54 2019 -0500

    Stop providing an Access portal backend
    
    A portal review by the design team has concluded that
    it is better to have all portals as application-modal
    GTK dialogs, instead of mixing them with some system-modal
    shell dialogs.

 data/meson.build | 1 -
 meson.build      | 1 -
 2 files changed, 2 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 88a61765f5..2d6886d0d4 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -73,7 +73,6 @@ configure_file(
 )
 
 
-install_data('gnome-shell.portal', install_dir: portaldir)
 install_data('50-gnome-shell-system.xml', install_dir: keysdir)
 
 
diff --git a/meson.build b/meson.build
index d2f1271d60..cdf69d543a 100644
--- a/meson.build
+++ b/meson.build
@@ -56,7 +56,6 @@ convertdir = join_paths(datadir, 'GConf', 'gsettings')
 desktopdir = join_paths(datadir, 'applications')
 ifacedir = join_paths(datadir, 'dbus-1', 'interfaces')
 localedir = join_paths(datadir, 'locale')
-portaldir = join_paths(datadir, 'xdg-desktop-portal', 'portals')
 schemadir = join_paths(datadir, 'glib-2.0', 'schemas')
 servicedir = join_paths(datadir, 'dbus-1', 'services')
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]