/usr/share/glib-2.0/schemas/org.gnome.anjuta.python.gschema.xml is in anjuta-common 2:3.4.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/gnome/anjuta/" id="org.gnome.anjuta.python">
<key type="b" name="python-no-rope-warning">
<default>false</default>
</key>
<key type="b" name="python-indent-automatic">
<default>true</default>
</key>
<key type="b" name="python-indent-adaptive">
<default>true</default>
</key>
<key type="i" name="python-indent-brace-size">
<default>0</default>
</key>
<key type="i" name="python-indent-statement-size">
<default>4</default>
</key>
<key type="b" name="python-completion-enable">
<default>true</default>
</key>
<key type="b" name="python-completion-func-space">
<default>true</default>
</key>
<key type="b" name="python-completion-func-brace">
<default>true</default>
</key>
<key type="b" name="python-calltip-enable">
<default>true</default>
</key>
<key type="s" name="python-interpreter-path">
<default>"/usr/bin/python"</default>
</key>
</schema>
</schemalist>
|