]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorfrank <frank@bruni.home.brehm-online.com>
Tue, 17 Jan 2012 10:12:18 +0000 (11:12 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Tue, 17 Jan 2012 10:12:18 +0000 (11:12 +0100)
Package changes:
+gnome-extra/bug-buddy-2.32.0-r2

.etckeeper
gconf/schemas/bug-buddy.schemas [new file with mode: 0644]

index 8770f8108da03fd026069b3b396a16fe9e5841ab..af0f15752c807ad7d948e344f3c820712ac78983 100755 (executable)
@@ -586,6 +586,7 @@ maybe chmod 0644 './gconf/schemas/apps_gnome_settings_daemon_xrandr.schemas'
 maybe chmod 0644 './gconf/schemas/apps_nautilus_preferences.schemas'
 maybe chmod 0644 './gconf/schemas/baobab.schemas'
 maybe chmod 0644 './gconf/schemas/blackjack.schemas'
+maybe chmod 0644 './gconf/schemas/bug-buddy.schemas'
 maybe chmod 0644 './gconf/schemas/cheese.schemas'
 maybe chmod 0644 './gconf/schemas/clock.schemas'
 maybe chmod 0644 './gconf/schemas/desktop_default_applications.schemas'
diff --git a/gconf/schemas/bug-buddy.schemas b/gconf/schemas/bug-buddy.schemas
new file mode 100644 (file)
index 0000000..70db1e1
--- /dev/null
@@ -0,0 +1,58 @@
+<?xml version="1.0"?>
+<gconfschemafile>
+  <schemalist>
+    <schema>
+      <key>/schemas/apps/bug-buddy/name</key>
+      <applyto>/apps/bug-buddy/name</applyto>
+      <owner>bug-buddy</owner>
+      <type>string</type>
+      <default></default>
+      <locale name="C">
+       <short>Bug reporter name</short>
+       <long>Real name of user reporting the bug.</long>
+      </locale>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/bug-buddy/email_address</key>
+      <applyto>/apps/bug-buddy/email_address</applyto>
+      <owner>bug-buddy</owner>
+      <type>string</type>
+      <default></default>
+      <locale name="C">
+       <short>Email Address</short>
+       <long>Email Address for submitting bug reports to GNOME Bugzilla.
+       This address will be used for correspondence regarding the bug you
+       are submitting.  If you already have a GNOME Bugzilla account,
+       please use it as your Email Address.</long>
+      </locale>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/bug-buddy/bugfile</key>
+      <applyto>/apps/bug-buddy/bugfile</applyto>
+      <owner>bug-buddy</owner>
+      <type>string</type>
+      <default></default>
+      <locale name="C">
+       <short>File to store unsent bug reports.</short>
+       <long>File where bug-buddy will save your bug report in case it
+       can't be sent immediately to Bugzilla.</long>
+      </locale>
+    </schema>
+
+    <schema>
+      <key>/schemas/apps/gnome_settings_daemon/gtk-modules/gnomesegvhandler</key>
+      <applyto>/apps/gnome_settings_daemon/gtk-modules/gnomesegvhandler</applyto>
+      <owner>gnome</owner>
+      <type>bool</type>
+      <default>true</default>
+      <locale name="C">
+        <short>GTK+ module for crash collection support.</short>
+        <long>This key determines the GTK+ module to load for crash collection
+        support.</long>
+      </locale>
+    </schema>
+
+  </schemalist>
+</gconfschemafile>