[gnome-shell/wip/carlosg/osk-cldr: 21/45] main: Load OSK layouts resource
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/carlosg/osk-cldr: 21/45] main: Load OSK layouts resource
- Date: Thu, 25 Jan 2018 21:29:20 +0000 (UTC)
commit da5cfc2d729f938a7e5c06cc017bd4ec2f00a8b1
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]