/usr/share/glib-2.0/schemas/org.gnome.Polari.gschema.xml is in polari 3.22.2-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 36 37 38 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="polari">
<schema path="/org/gnome/polari/" id="org.gnome.Polari">
<key type="aa{sv}" name="saved-channel-list">
<default>[]</default>
<summary>Saved channel list</summary>
<description>List of channels to restore on startup</description>
</key>
<key type="ai" name="window-size">
<default>[800,500]</default>
<summary>Window size</summary>
<description>Window size (width and height).</description>
</key>
<key type="b" name="window-maximized">
<default>false</default>
<summary>Window maximized</summary>
<description>Window maximized state</description>
</key>
<key type="a{sv}" name="last-selected-channel">
<default>{}</default>
<summary>Last active channel</summary>
<description>Last active (selected) channel</description>
</key>
</schema>
<schema id="org.gnome.Polari.Account">
<key type="s" name="identify-botname">
<default>"NickServ"</default>
<summary>Identify botname</summary>
<description>Nickname of the bot to identify with</description>
</key>
<key type="s" name="identify-username">
<default>""</default>
<summary>Identify username</summary>
<description>Username to use in identify command</description>
</key>
</schema>
</schemalist>
|