Files
sysprof/data/org.gnome.sysprof3.gschema.xml
Christian Hergert 16c1b09c87 windowsettings: remove legacy window settings
We don't actually track any of this anyway, and it's not that useful in
a wayland world, so just drop it.
2022-04-01 13:15:49 -07:00

20 lines
868 B
XML

<schemalist>
<schema id="org.gnome.sysprof3" path="/org/gnome/sysprof/" gettext-domain="sysprof">
<key name="last-spawn-argv" type="s">
<default>''</default>
<summary>Last Spawn Program</summary>
<description>The last spawned program, which will be set in the UI upon restart of the application.</description>
</key>
<key name="last-spawn-inherit-env" type="b">
<default>true</default>
<summary>Last Spawn Inherit Environment</summary>
<description>If the last spawned environment inherits the parent environment.</description>
</key>
<key name="last-spawn-env" type="as">
<default>[]</default>
<summary>Last Spawn Environment</summary>
<description>The last spawned environment, which will be set in the UI upon restart of the application.</description>
</key>
</schema>
</schemalist>