/usr/share/glib-2.0/schemas/gsd-ubuntuone.gschema.xml is in ubuntuone-client-gnome 3.0.0-0ubuntu1.
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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/gnome/settings-daemon/plugins/ubuntuone/" id="org.gnome.settings-daemon.plugins.ubuntuone" gettext-domain="ubuntuone-client-gnome">
<key type="b" name="active">
<default>true</default>
<summary>Enable Ubuntu One features</summary>
<description>Whether integration of Ubuntu One with gnome-settings-daemon is enabled or not.</description>
</key>
<key type="i" name="priority">
<default>7</default>
<summary>Priority for loading Ubuntu One features in gnome-settings-daemon</summary>
<description>The startup queue priority for the Ubuntu One gnome-settings-daemon plug-in.</description>
</key>
<key type="b" name="checked-bookmark-file">
<default>false</default>
<summary>Whether the bookmarks file configuration has been done yet.</summary>
<description>True if the bookmarks file has been configured with the Ubuntu One bookmark already.</description>
</key>
</schema>
</schemalist>
|