[gnome-boxes/rename-search-provider-ini-file] search-provider: Match search provider ini file to app_id



commit f04b5dd3a00867c31f60ab09b4ab2e6430df01a3
Author: Felipe Borges <felipeborges gnome org>
Date:   Wed Jan 22 14:53:08 2020 +0100

    search-provider: Match search provider ini file to app_id
    
    Flatpak doesn't allow applications to export files that don't share
    the app-id prefix with the app.
    
    This makes the Boxes search provider work when installed as a
    Flatpak.

 data/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index 0814380e..d32638a8 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -103,7 +103,7 @@ configure_file (
   configuration: search_provider_conf,
   input: files ('gnome-boxes-search-provider.ini'),
   install_dir: join_paths (data_dir, 'gnome-shell', 'search-providers'),
-  output: 'gnome-boxes-search-provider.ini'.format (application_id)
+  output: '@0  SearchProvider ini'.format (application_id)
 )
 
 install_data ('QEMU_Session', install_dir : join_paths (data_dir, 'gnome-boxes/sources'))


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