intltool is unmaintained nowadays while upstream gettext gained support for everything we used it for, so make the switch. https://bugzilla.gnome.org/show_bug.cgi?id=769077
10 lines
387 B
XML
10 lines
387 B
XML
<schemalist gettext-domain="gnome-shell-extensions">
|
|
<schema id="org.gnome.shell.extensions.user-theme" path="/org/gnome/shell/extensions/user-theme/">
|
|
<key name="name" type="s">
|
|
<default>""</default>
|
|
<summary>Theme name</summary>
|
|
<description>The name of the theme, to be loaded from ~/.themes/name/gnome-shell</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|