gnome-shell/subprojects/extensions-app/data/org.gnome.Extensions.gschema.xml
Gabriel Nagy a106e52b4f extensions-app: Fix XML declaration in gschema
Even if an invalid syntax doesn't make glib-compile-schemas error out in this
case, ensure the file is valid XML to appease third-party parsers.

Signed-off-by: Gabriel Nagy <gabriel.nagy@canonical.com>
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3281>
2024-04-24 18:28:18 +03:00

18 lines
509 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/gnome/Extensions/" id="org.gnome.Extensions">
<key name="window-width" type="i">
<default>800</default>
<summary>Window width</summary>
</key>
<key name="window-height" type="i">
<default>500</default>
<summary>Window height</summary>
</key>
<key name="window-maximized" type="b">
<default>false</default>
<summary>Window maximized</summary>
</key>
</schema>
</schemalist>