[gnome-shell/wip/carlosg/osk-cldr: 20/43] main: Load OSK layouts resource



commit eb61690cc9ab6c57cb40d9e899289679c57c740d
Author: Carlos Garnacho <carlosg gnome org>
Date:   Thu Aug 10 21:27:25 2017 +0200

    main: Load OSK layouts resource

 js/ui/main.js | 7 +++++++
 1 file changed, 7 insertions(+)
---
diff --git a/js/ui/main.js b/js/ui/main.js
index d581fd481..0f53edf48 100644
--- a/js/ui/main.js
+++ b/js/ui/main.js
@@ -85,6 +85,7 @@ let _defaultCssStylesheet = null;
 let _cssStylesheet = null;
 let _a11ySettings = null;
 let _themeResource = null;
+let _oskResource = null;
 
 function _sessionUpdated() {
     if (sessionMode.isPrimary)
@@ -148,6 +149,7 @@ function _initializeUI() {
     Shell.AppUsage.get_default();
 
     reloadThemeResource();
+    _loadOskLayouts();
     _loadDefaultStylesheet();
 
     // Setup the stage hierarchy early
@@ -309,6 +311,11 @@ function reloadThemeResource() {
     _themeResource._register();
 }
 
+function _loadOskLayouts() {
+    _oskResource = Gio.Resource.load(global.datadir + '/gnome-shell-osk-layouts.gresource');
+    _oskResource._register();
+}
+
 /**
  * loadTheme:
  *


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