From 97b5922a75b6f0337c2d3ae4bc62dc18347f861e Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Sat, 13 Jan 2018 22:56:35 +0100 Subject: Funktionierendes settings GUI --- .../org.gnome.desktop.notifications.gschema.xml | 88 ++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 Release/share/glib-2.0/schemas/org.gnome.desktop.notifications.gschema.xml (limited to 'Release/share/glib-2.0/schemas/org.gnome.desktop.notifications.gschema.xml') diff --git a/Release/share/glib-2.0/schemas/org.gnome.desktop.notifications.gschema.xml b/Release/share/glib-2.0/schemas/org.gnome.desktop.notifications.gschema.xml new file mode 100644 index 0000000..5057552 --- /dev/null +++ b/Release/share/glib-2.0/schemas/org.gnome.desktop.notifications.gschema.xml @@ -0,0 +1,88 @@ + + + + true + Show notification banners + + Whether notification banners are visible for application notifications. + + + + + true + Show notifications in the lock screen + + Whether notifications are shown in the lock screen or not. + + + + + + [] + + + + + + + + '' + Application ID + + The application that this policy is for. + + + + + true + Enable notifications + + Whether notifications are globally enabled for this application. + + + + + true + Enable sound alerts + + Whether notifications should be accompanied by sound alerts. + + + + + true + Show notification banners + + Whether notification banners for this application are shown or not. Does not + affect clicking on message tray buttons. + + + + + false + Force automatic expanding of banners + + Whether notifications from this application are expanded automatically when in banner mode. + + + + + true + Show in the lock screen + + Whether notifications from this application are shown when the screen is locked. + + + + + false + Show details in the lock screen + + Whether the summary and body of notifications from this application will be + visible in the locked screen. + + + + + -- cgit v1.2.1