From f8beaa1e20722aff59f4a87061c98afb99b9e5cc Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 21 Apr 2017 18:15:27 +0200 Subject: [PATCH] committing changes in /etc after emerge run Package changes: +gnome-extra/chrome-gnome-shell-8-r1 --- .../org.gnome.chrome_gnome_shell.json | 10 ++++++++++ chromium/policies/managed/chrome-gnome-shell.json | 5 +++++ env.d/50chrome-gnome-shell | 1 + .../org.gnome.chrome_gnome_shell.json | 10 ++++++++++ opt/chrome/policies/managed/chrome-gnome-shell.json | 5 +++++ 5 files changed, 31 insertions(+) create mode 100644 chromium/native-messaging-hosts/org.gnome.chrome_gnome_shell.json create mode 100644 chromium/policies/managed/chrome-gnome-shell.json create mode 100644 env.d/50chrome-gnome-shell create mode 100644 opt/chrome/native-messaging-hosts/org.gnome.chrome_gnome_shell.json create mode 100644 opt/chrome/policies/managed/chrome-gnome-shell.json diff --git a/chromium/native-messaging-hosts/org.gnome.chrome_gnome_shell.json b/chromium/native-messaging-hosts/org.gnome.chrome_gnome_shell.json new file mode 100644 index 00000000..d78718bf --- /dev/null +++ b/chromium/native-messaging-hosts/org.gnome.chrome_gnome_shell.json @@ -0,0 +1,10 @@ +{ + "name": "org.gnome.chrome_gnome_shell", + "description": "Native connector for extensions.gnome.org", + "path": "/usr/bin/chrome-gnome-shell", + "type": "stdio", + "allowed_origins": [ + "chrome-extension://gphhapmejobijbbhgpjhcjognlahblep/", + "chrome-extension://olkooankbfblcebocnkjganpdmflbnbk/" + ] +} diff --git a/chromium/policies/managed/chrome-gnome-shell.json b/chromium/policies/managed/chrome-gnome-shell.json new file mode 100644 index 00000000..c932c481 --- /dev/null +++ b/chromium/policies/managed/chrome-gnome-shell.json @@ -0,0 +1,5 @@ +{ + "ExtensionInstallForcelist": [ + "gphhapmejobijbbhgpjhcjognlahblep;https://clients2.google.com/service/update2/crx" + ] +} diff --git a/env.d/50chrome-gnome-shell b/env.d/50chrome-gnome-shell new file mode 100644 index 00000000..635b1222 --- /dev/null +++ b/env.d/50chrome-gnome-shell @@ -0,0 +1 @@ +CONFIG_PROTECT_MASK="/etc/chromium/policies/managed/chrome-gnome-shell.json /etc/opt/chrome/policies/managed/chrome-gnome-shell.json" diff --git a/opt/chrome/native-messaging-hosts/org.gnome.chrome_gnome_shell.json b/opt/chrome/native-messaging-hosts/org.gnome.chrome_gnome_shell.json new file mode 100644 index 00000000..d78718bf --- /dev/null +++ b/opt/chrome/native-messaging-hosts/org.gnome.chrome_gnome_shell.json @@ -0,0 +1,10 @@ +{ + "name": "org.gnome.chrome_gnome_shell", + "description": "Native connector for extensions.gnome.org", + "path": "/usr/bin/chrome-gnome-shell", + "type": "stdio", + "allowed_origins": [ + "chrome-extension://gphhapmejobijbbhgpjhcjognlahblep/", + "chrome-extension://olkooankbfblcebocnkjganpdmflbnbk/" + ] +} diff --git a/opt/chrome/policies/managed/chrome-gnome-shell.json b/opt/chrome/policies/managed/chrome-gnome-shell.json new file mode 100644 index 00000000..c932c481 --- /dev/null +++ b/opt/chrome/policies/managed/chrome-gnome-shell.json @@ -0,0 +1,5 @@ +{ + "ExtensionInstallForcelist": [ + "gphhapmejobijbbhgpjhcjognlahblep;https://clients2.google.com/service/update2/crx" + ] +} -- 2.39.5