GSchema: revert removing notification schema (#880)

This commit is contained in:
Daniel Foré 2020-07-20 12:01:58 -07:00 committed by GitHub
parent a30aeb10df
commit ace05d7ac7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,11 @@
<summary>Enable edge tiling when dropping windows on screen edges</summary>
<description>If enabled, dropping windows on vertical screen edges maximizes them vertically and resizes them horizontally to cover half of the available area. Dropping windows on the top screen edge maximizes them completely.</description>
</key>
<key type="b" name="use-new-notifications">
<default>true</default>
<summary>If new notifications should be used</summary>
<description>DEPRECATED: This key is deprecated and ignored.</description>
</key>
<key type="s" name="panel-main-menu-action">
<default>''</default>
<summary>Panel main menu action</summary>
@ -255,6 +260,33 @@
</key>
</schema>
<schema path="/org/pantheon/desktop/gala/notifications/" id="org.pantheon.desktop.gala.notifications">
<key type="b" name="do-not-disturb">
<default>false</default>
<summary>Disable all notifications</summary>
<description>DEPRECATED: This key is deprecated and ignored.</description>
</key>
<child name="applications" schema="org.pantheon.desktop.gala.notifications.application" />
</schema>
<schema id="org.pantheon.desktop.gala.notifications.application">
<key type="b" name="bubbles">
<default>true</default>
<summary>Enable bubbles</summary>
<description>DEPRECATED: This key is deprecated and ignored.</description>
</key>
<key type="b" name="sounds">
<default>true</default>
<summary>Enable sounds</summary>
<description>DEPRECATED: This key is deprecated and ignored.</description>
</key>
<key type="b" name="remember">
<default>true</default>
<summary>Show missed notifications in notification center</summary>
<description>DEPRECATED: This key is deprecated and ignored.</description>
</key>
</schema>
<schema path="/org/pantheon/desktop/gala/mask-corners/" id="org.pantheon.desktop.gala.mask-corners">
<key type="b" name="enable">
<default>true</default>