Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.79 KB | None | 0 0
  1. <schemalist>
  2.     <schema id="org.gnome.anjuta.build" path="/org/gnome/anjuta/">
  3.         <key name="build-parallel-make" type="b">
  4.             <default>false</default>
  5.         </key>
  6.         <key name="build-parallel-make-job" type="i">
  7.             <default>1</default>
  8.         </key>
  9.         <key name="build-continue-error" type="b">
  10.             <default>false</default>
  11.         </key>
  12.         <key name="build-translate-message" type="b">
  13.             <default>true</default>
  14.         </key>
  15.         <key name="build-indicators-automatic" type="b">
  16.             <default>true</default>
  17.         </key>
  18.         <key name="build-install-root" type="b">
  19.             <default>false</default>
  20.         </key>
  21.         <key name="build-install-root-command" type="s">
  22.             <choices>
  23.                 <choice value="sudo %s" />
  24.                 <choice value=" su -c %q" />
  25.             </choices>
  26.             <default>"sudo %s"</default>
  27.         </key>
  28.     </schema>
  29. </schemalist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement