/usr/share/glib-2.0/schemas/org.gnome.totem.plugins.publish.gschema.xml is in totem-common 3.0.1-8.
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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/apps/totem/plugins/publish/" id="org.gnome.totem.plugins.publish" gettext-domain="totem">
<key type="s" name="protocol">
<choices>
<choice value='http'/>
<choice value='https'/>
</choices>
<default>'http'</default>
<summary>Publisher protocol to use</summary>
<description>The transport protocol to use when publishing playlists over the network.</description>
</key>
<key type="s" name="name-format">
<default l10n="messages">
'%a of %u on %h'</default>
<summary>Format for network service name</summary>
<description>A format string used to build the network service name used when publishing playlists over the network. The following format placeholders can be used: • %a: the program name as returned by g_get_application_name() • %h: the machine's host name in title case • %u: the user's login name in title case • %U: the user's real name • %%: the percent sign</description>
</key>
</schema>
</schemalist>
|