Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Archive
anjuta
Commits
58d26177
Commit
58d26177
authored
Nov 08, 2010
by
Johannes Schmid
Browse files
dconf: use /org/gnome/anjuta instead of /apps/anjuta
parent
7203b5b7
Changes
3
Hide whitespace changes
Inline
Side-by-side
plugins/debug-manager/org.gnome.anjuta.debug-manager.gschema.xml.in
View file @
58d26177
<schemalist>
<schema id="org.gnome.anjuta.debug-manager" path="/
apps
/anjuta/debug-manager/">
<schema id="org.gnome.anjuta.debug-manager" path="/
org/gnome
/anjuta/debug-manager/">
<key name="debug-silent-non-debug-config" type="b">
<default>false</default>
<_summary>Do not display warning if not using a Debug configuration</_summary>
...
...
plugins/run-program/org.gnome.anjuta.run.gschema.xml.in
View file @
58d26177
<schemalist>
<schema id="org.gnome.anjuta.run" path="/
apps
/anjuta/run/">
<schema id="org.gnome.anjuta.run" path="/
org/gnome
/anjuta/run/">
<key name="run-terminal-command" type="s">
<default>"gnome-terminal --disable-factory -e %s"</default>
<_summary>Command used for starting a terminal</_summary>
...
...
scripts/builder2schema.pl
View file @
58d26177
...
...
@@ -20,7 +20,7 @@ use XML::Parser;
);
print
"
<schemalist>
\n
";
print
"
\t
<schema id=
\"
$ARGV
[1]
\"
path=
\"
/
apps
/anjuta/
\"
>
\n
";
print
"
\t
<schema id=
\"
$ARGV
[1]
\"
path=
\"
/
org/gnome
/anjuta/
\"
>
\n
";
if
(
$#ARGV
==
2
)
{
open
FILE
,
"
<
",
$ARGV
[
2
]
or
die
$!
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment