extensionSystem: Add support for mode-specific extensions

As currently envisioned, the fallback replacement in 3.8 should be
a separate session at the login screen. As we will use extensions
to implement this mode, we need a way to specify extensions per
session rather than per user, so add a session-mode property for
extensions that should be loaded in addition to the user-defined
ones.

https://bugzilla.gnome.org/show_bug.cgi?id=689305
This commit is contained in:
Florian Müllner
2012-11-29 16:09:21 +01:00
parent 92083eaf76
commit 31f75e4607
2 changed files with 20 additions and 4 deletions

View File

@ -18,6 +18,7 @@ const _modes = {
showCalendarEvents: false,
allowSettings: false,
allowExtensions: false,
enabledExtensions: [],
hasRunDialog: false,
hasWorkspaces: false,
hasWindows: false,