Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
usr
/
share
/
glib-2.0
/
schemas
/
//usr/share/glib-2.0/schemas/com.ubuntu.notifications.settings.gschema.xml
<?xml version="1.0" encoding="UTF-8"?> <schemalist gettext-domain="gsettings-ubuntu-touch-schemas"> <schema path="/com/ubuntu/NotificationSettings/applications/" id="com.ubuntu.notifications.settings.applications"> <key type='as' name='applications'> <default>[]</default> <summary>Applications</summary> <description>List of all applications registered for using notifications.</description> </key> <key type='b' name='vibrate-silent-mode'> <default>true</default> <summary>Should Vibrate When in Silent Mode</summary> <description>Defines if applications can use vibrations to notify when system is in silent mode.</description> </key> </schema> <schema id="com.ubuntu.notifications.settings"> <key type='b' name='enable-notifications'> <default>true</default> <summary>Notifications Enabled</summary> <description>Defines if application can use any supported notification type. This option has precedence over others options.</description> </key> <key type='b' name='use-sounds-notifications'> <default>true</default> <summary>Sounds Notifications Enabled</summary> <description>Defines if application can use sounds to notify users.</description> </key> <key type='b' name='use-vibrations-notifications'> <default>true</default> <summary>Vibrations Notifications Enabled</summary> <description>Defines if application can use vibrations to notify users.</description> </key> <key type='b' name='use-bubbles-notifications'> <default>true</default> <summary>Bubbles Notifications Enabled</summary> <description>Defines if application can use Notification Bubbles to notify users.</description> </key> <key type='b' name='use-list-notifications'> <default>true</default> <summary>List Notifications Enabled</summary> <description>Defines if application can show messages in the Notification List.</description> </key> </schema> </schemalist>