]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorfrank <frank@bruni.home.brehm-online.com>
Mon, 16 Jan 2012 06:50:47 +0000 (07:50 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Mon, 16 Jan 2012 06:50:47 +0000 (07:50 +0100)
Package changes:
+x11-misc/notification-daemon-0.5.0

.etckeeper
gconf/schemas/notification-daemon.schemas [new file with mode: 0644]

index 162cdae8852809f2f886ed6543fde4b4cc2ac6a7..696a9c8d0ed6211fc500b91c10594a90028b92c2 100755 (executable)
@@ -313,6 +313,7 @@ maybe chmod 0644 './gconf/schemas/apps_nautilus_preferences.schemas'
 maybe chmod 0644 './gconf/schemas/desktop_default_applications.schemas'
 maybe chmod 0644 './gconf/schemas/desktop_gnome_url_handlers.schemas'
 maybe chmod 0644 './gconf/schemas/libcanberra.schemas'
+maybe chmod 0644 './gconf/schemas/notification-daemon.schemas'
 maybe chmod 0644 './gconf/schemas/system_dns_sd.schemas'
 maybe chmod 0644 './gconf/schemas/system_http_proxy.schemas'
 maybe chmod 0644 './gconf/schemas/system_smb.schemas'
diff --git a/gconf/schemas/notification-daemon.schemas b/gconf/schemas/notification-daemon.schemas
new file mode 100644 (file)
index 0000000..c261e94
--- /dev/null
@@ -0,0 +1,93 @@
+<gconfschemafile>
+ <schemalist>
+
+  <schema>
+   <key>/schemas/apps/notification-daemon/popup_location</key>
+   <applyto>/apps/notification-daemon/popup_location</applyto>
+   <owner>notification-daemon</owner>
+   <type>string</type>
+   <default>top_right</default>
+   <locale name="C">
+    <short>Popup location</short>
+    <long>Default popup location on the workspace for stack notifications. Allowed values: &quot;top_left&quot;,&quot;top_right&quot;,&quot;bottom_left&quot; and &quot;bottom_right&quot;</long>
+   </locale>
+
+   <locale name="de">
+    <short>Popup Position</short>
+    <long>Vorgegebene Position auf der Arbeitsfläche für gestapelte Benachrichtigungen. Mögliche Werte: »top_left«, »top_right«, »bottom_left« und »bottom_right«</long>
+   </locale>
+
+   <locale name="ru">
+    <short>Положение всплывающего окна</short>
+    <long>Положение по умолчанию для всплывающего окна при отображении уведомлений. Допустимые значения: &quot;top_left&quot;, &quot;top_right&quot;, &quot;bottom_left&quot; и &quot;bottom_right&quot;</long>
+   </locale>
+  </schema>
+
+  <schema>
+   <key>/schemas/apps/notification-daemon/theme</key>
+   <applyto>/apps/notification-daemon/theme</applyto>
+   <owner>notification-daemon</owner>
+   <type>string</type>
+   <default>slider</default>
+   <locale name="C">
+    <short>Current theme</short>
+    <long>The theme used when displaying notifications.</long>
+   </locale>
+
+   <locale name="de">
+    <short>Aktuelles Thema</short>
+    <long>Das Thema um Benachrichtigungen anzuzeigen.</long>
+   </locale>
+
+   <locale name="ru">
+    <short>Текущая тема</short>
+    <long>Тема, используемая при отображении уведомлений.</long>
+   </locale>
+  </schema>
+
+  <schema>
+   <key>/schemas/apps/notification-daemon/sound_enabled</key>
+   <applyto>/apps/notification-daemon/sound_enabled</applyto>
+   <owner>notification-daemon</owner>
+   <type>bool</type>
+   <default>1</default>
+   <locale name="C">
+    <short>Sound Enabled</short>
+    <long>Turns on and off sound support for notifications.</long>
+   </locale>
+
+   <locale name="de">
+    <short>Klang aktiviert</short>
+    <long>Schaltet Klänge für Benachrichtigungen ein oder aus.</long>
+   </locale>
+
+   <locale name="ru">
+    <short>Включить звук</short>
+    <long>Включение и выключение поддержки звука в уведомлениях.</long>
+   </locale>
+  </schema>
+
+  <schema>
+   <key>/schemas/apps/notification-daemon/default_sound</key>
+   <applyto>/apps/notification-daemon/default_sound</applyto>
+   <owner>notification-daemon</owner>
+   <type>string</type>
+   <default></default>
+   <locale name="C">
+    <short>Default Sound</short>
+        <long>The default sound file used unless a notification supplies the 'sound-file' or 'suppress-sound' hint.  Leave empty for no default sound.</long>
+   </locale>
+
+   <locale name="de">
+    <short>Vorgegebener Klang</short>
+        <long>Die vorgegebene Klangdatei. Diese Einstellung wird überschrieben, wenn eine Anwendung die Hints »sound-file« oder »suppress-sound« verwendet. Leer lassen, wenn keine vorgegebene Klangdatei verwendet werden soll.</long>
+   </locale>
+
+   <locale name="ru">
+    <short>Звук по умолчанию</short>
+        <long>Звук, проигрываемый по умолчанию, если в уведомлении не указаны параметры «sound-file» или «suppress-sound». Чтобы отключить звук по умолчанию, оставьте поле пустым.</long>
+   </locale>
+  </schema>
+
+ </schemalist>
+</gconfschemafile>