With this commit, a message dialog pops up whenever a development build runs. This is meant to actually annoy, so that we're always reminded that things may not work as expected. Since the dialog can be dismissed with a single button press, it is not the end of the world. But people still should be aware that Settings is ~not~ meant to run with Flatpak, and that this is a development tool only.
19 lines
801 B
XML
19 lines
801 B
XML
<schemalist>
|
|
<schema gettext-domain="gnome-control-center-2.0" id="org.gnome.ControlCenter" path="/org/gnome/control-center/">
|
|
<key name="last-panel" type="s">
|
|
<default>''</default>
|
|
<summary>The identifier for the last Settings panel to be opened</summary>
|
|
<description>
|
|
The identifier for the last Settings panel to be opened. Unrecognised values
|
|
will be ignored and the first panel in the list selected.
|
|
</description>
|
|
</key>
|
|
<key name="show-development-warning" type="b">
|
|
<default>true</default>
|
|
<summary>Show warning when running a development build of Settings</summary>
|
|
<description>
|
|
Whether Settings should show a warning when running a development build.
|
|
</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|