[gedit] Use /org/gnome/ instead of /apps/ in the schemas paths.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Use /org/gnome/ instead of /apps/ in the schemas paths.
- Date: Mon, 3 Jan 2011 21:08:02 +0000 (UTC)
commit d99bf29862a510ad5ddc4cf7d813b25eed4a200c
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Mon Jan 3 22:07:45 2011 +0100
Use /org/gnome/ instead of /apps/ in the schemas paths.
data/org.gnome.gedit.gschema.xml.in.in | 22 ++++++++++----------
...ome.gedit.plugins.checkupdate.gschema.xml.in.in | 2 +-
...ome.gedit.plugins.filebrowser.gschema.xml.in.in | 4 +-
...e.gedit.plugins.pythonconsole.gschema.xml.in.in | 4 +-
.../org.gnome.gedit.plugins.time.gschema.xml.in.in | 2 +-
5 files changed, 17 insertions(+), 17 deletions(-)
---
diff --git a/data/org.gnome.gedit.gschema.xml.in.in b/data/org.gnome.gedit.gschema.xml.in.in
index 1f331b9..f4a4941 100644
--- a/data/org.gnome.gedit.gschema.xml.in.in
+++ b/data/org.gnome.gedit.gschema.xml.in.in
@@ -13,18 +13,18 @@
<value nick="always" value="3"/>
</enum>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gedit" path="/apps/gedit/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gedit" path="/org/gnome/gedit/">
<child name="preferences" schema="org.gnome.gedit.preferences"/>
<child name="state" schema="org.gnome.gedit.state"/>
<child name="plugins" schema="org.gnome.gedit.plugins"/>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gedit.preferences" path="/apps/gedit/preferences/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gedit.preferences" path="/org/gnome/gedit/preferences/">
<child name="editor" schema="org.gnome.gedit.preferences.editor"/>
<child name="ui" schema="org.gnome.gedit.preferences.ui"/>
<child name="print" schema="org.gnome.gedit.preferences.print"/>
<child name="encodings" schema="org.gnome.gedit.preferences.encodings"/>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gedit.preferences.editor" path="/apps/gedit/preferences/editor/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gedit.preferences.editor" path="/org/gnome/gedit/preferences/editor/">
<key name="use-default-font" type="b">
<default>true</default>
<_summary>Use Default Font</_summary>
@@ -147,7 +147,7 @@
<_description>Whether gedit should highlight all the occurrences of the searched text.</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gedit.preferences.ui" path="/apps/gedit/preferences/ui/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gedit.preferences.ui" path="/org/gnome/gedit/preferences/ui/">
<key name="toolbar-visible" type="b">
<default>true</default>
<_summary>Toolbar is Visible</_summary>
@@ -177,7 +177,7 @@
<_description>Specifies the maximum number of recently opened files that will be displayed in the "Recent Files" submenu.</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gedit.preferences.print" path="/apps/gedit/preferences/print/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gedit.preferences.print" path="/org/gnome/gedit/preferences/print/">
<key name="print-syntax-highlighting" type="b">
<default>true</default>
<_summary>Print Syntax Highlighting</_summary>
@@ -219,7 +219,7 @@
<_description>Specifies the font to use for line numbers when printing. This will only take effect if the "Print Line Numbers" option is non-zero.</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gedit.preferences.encodings" path="/apps/gedit/preferences/encodings/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gedit.preferences.encodings" path="/org/gnome/gedit/preferences/encodings/">
<key name="auto-detected" type="as">
<default l10n="messages">['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']</default>
<_summary>Automatically Detected Encodings</_summary>
@@ -231,12 +231,12 @@
<_description>List of encodings shown in the Character Encoding menu in open/save file selector. Only recognized encodings are used.</_description>
</key>
</schema>
- <schema id="org.gnome.gedit.state" path="/apps/gedit/state/">
+ <schema id="org.gnome.gedit.state" path="/org/gnome/gedit/state/">
<child name="window" schema="org.gnome.gedit.state.window"/>
<child name="file-filter" schema="org.gnome.gedit.state.file-filter"/>
<child name="history-entry" schema="org.gnome.gedit.state.history-entry"/>
</schema>
- <schema id="org.gnome.gedit.state.window" path="/apps/gedit/state/window/">
+ <schema id="org.gnome.gedit.state.window" path="/org/gnome/gedit/state/window/">
<key name="state" type="i">
<default>0</default>
</key>
@@ -256,12 +256,12 @@
<default>0</default>
</key>
</schema>
- <schema id="org.gnome.gedit.state.file-filter" path="/apps/gedit/state/file-filter/">
+ <schema id="org.gnome.gedit.state.file-filter" path="/org/gnome/gedit/state/file-filter/">
<key name="filter-id" type="i">
<default>0</default>
</key>
</schema>
- <schema id="org.gnome.gedit.state.history-entry" path="/apps/gedit/state/history-entry/">
+ <schema id="org.gnome.gedit.state.history-entry" path="/org/gnome/gedit/state/history-entry/">
<key name="search-for-entry" type="as">
<default>['']</default>
</key>
@@ -269,7 +269,7 @@
<default>['']</default>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gedit.plugins" path="/apps/gedit/plugins/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gedit.plugins" path="/org/gnome/gedit/plugins/">
<key name="active-plugins" type="as">
<default>[ ACTIVE_PLUGINS@]</default>
<_summary>Active plugins</_summary>
diff --git a/plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in b/plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in
index 741b2b4..c7d75e1 100644
--- a/plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in
+++ b/plugins/checkupdate/org.gnome.gedit.plugins.checkupdate.gschema.xml.in.in
@@ -1,5 +1,5 @@
<schemalist>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gedit.plugins.checkupdate" path="/apps/gedit/plugins/checkupdate/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gedit.plugins.checkupdate" path="/org/gnome/gedit/plugins/checkupdate/">
<key name="ignore-version" type="s">
<default>''</default>
<_summary>Version to Ignore</_summary>
diff --git a/plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in b/plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in
index 339e3ff..75316da 100644
--- a/plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in
+++ b/plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in
@@ -1,5 +1,5 @@
<schemalist>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gedit.plugins.filebrowser" path="/apps/gedit/plugins/filebrowser/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gedit.plugins.filebrowser" path="/org/gnome/gedit/plugins/filebrowser/">
<key name="tree-view" type="b">
<default>true</default>
<_summary>Open With Tree View</_summary>
@@ -36,7 +36,7 @@
<_description>The filter pattern to filter the file browser with. This filter works on top of the filter_mode.</_description>
</key>
</schema>
- <schema id="org.gnome.gedit.plugins.filebrowser.nautilus" path="/apps/gedit/plugins/filebrowser/nautilus/">
+ <schema id="org.gnome.gedit.plugins.filebrowser.nautilus" path="/org/gnome/gedit/plugins/filebrowser/nautilus/">
<key name="click-policy" type="s">
<default>'double'</default>
</key>
diff --git a/plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in b/plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in
index ca27cf5..157c330 100644
--- a/plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in
+++ b/plugins/pythonconsole/org.gnome.gedit.plugins.pythonconsole.gschema.xml.in.in
@@ -1,5 +1,5 @@
<schemalist>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gedit.plugins.pythonconsole" path="/apps/gedit/plugins/pythonconsole/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gedit.plugins.pythonconsole" path="/org/gnome/gedit/plugins/pythonconsole/">
<key name="command-color" type="s">
<default>'#314e6c'</default>
<_summary>Command Color Text</_summary>
@@ -11,7 +11,7 @@
<_description>The error color text</_description>
</key>
</schema>
- <schema id="org.gnome.GnomeTerminal.profiles.Default" path="/apps/gnome-terminal/profiles/Default/">
+ <schema id="org.gnome.GnomeTerminal.profiles.Default" path="/org/gnome/gnome-terminal/profiles/Default/">
<key name="use-system-font" type="b">
<default>true</default>
</key>
diff --git a/plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in b/plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in
index 4bb0644..b550eff 100644
--- a/plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in
+++ b/plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in
@@ -1,5 +1,5 @@
<schemalist>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gedit.plugins.time" path="/apps/gedit/plugins/time/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gedit.plugins.time" path="/org/gnome/gedit/plugins/time/">
<key name="prompt-type" enum="org.gnome.gedit.plugins.time.GeditTimePluginPromptType">
<default>'use-selected-format'</default>
<_summary>Prompt Type</_summary>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]