Re: Customizing Gnome shell extensions during the installation
- From: Florian Müllner <fmuellner gnome org>
- To: Danishka Navin <danishka gmail com>
- Cc: gnome-shell-list <gnome-shell-list gnome org>
- Subject: Re: Customizing Gnome shell extensions during the installation
- Date: Thu, 28 Jun 2012 12:48:15 +0200
On Thu, Jun 28, 2012 at 11:06 AM, Danishka Navin <danishka gmail com> wrote:
> i was trying following to enable selected extensions but no luck. How to
> enable them for all users will created for the system?
> I could not manage with the information under vendor overrides.
You need to patch the packages that provide the schemas in question to
add a <schema-name>.gschema.override file in the same directory as the
source schema for which you intend to change default values. For the
gnome-shell example, this would be
data/org.gnome.shell.gschema.override, with the following content:
[org.gnome.shell]
enabled-extensions=['extension-uuid1', 'extension-uuid2']
[org.gnome.shell.overrides]
button-layout='menu:minimize,maximize,close'
Regards,
Florian
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]