diff --git a/MozillaFirefox-branding-openSUSE.changes b/MozillaFirefox-branding-openSUSE.changes index 049b3ff..f0c0a63 100644 --- a/MozillaFirefox-branding-openSUSE.changes +++ b/MozillaFirefox-branding-openSUSE.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 19 18:58:20 CEST 2009 - wr@rosenauer.org + +- set accessibility.typeaheadfind.soundURL to "default" (bnc#505289) + (that uses a wav packaged in toolkit and FF might not be able + to play it if esd is not functional) + ------------------------------------------------------------------- Mon May 4 08:40:26 CEST 2009 - wr@rosenauer.org diff --git a/MozillaFirefox-branding-openSUSE.spec b/MozillaFirefox-branding-openSUSE.spec index 5e8804d..85633e5 100644 --- a/MozillaFirefox-branding-openSUSE.spec +++ b/MozillaFirefox-branding-openSUSE.spec @@ -22,7 +22,7 @@ BuildRequires: MozillaFirefox Name: MozillaFirefox-branding-openSUSE License: BSD 3-Clause Version: 3.5 -Release: 1 +Release: 2 Summary: openSUSE branding of MozillaFirefox Group: Productivity/Networking/Web/Browsers Source0: %{name}-COPYING @@ -97,7 +97,12 @@ rm -rf $RPM_BUILD_ROOT %{progdir}/defaults/profile/bookmarks.html %{progdir}/browserconfig.properties %{progdir}/searchplugins/* + %changelog +* Tue May 19 2009 wr@rosenauer.org +- set accessibility.typeaheadfind.soundURL to "default" (bnc#505289) + (that uses a wav packaged in toolkit and FF might not be able + to play it if esd is not functional) * Mon May 04 2009 wr@rosenauer.org - bumped version to 3.5 to reflect FF version bump - updated firefox.schemas diff --git a/firefox-suse-default-prefs.js b/firefox-suse-default-prefs.js index ef8589d..cbaa4eb 100644 --- a/firefox-suse-default-prefs.js +++ b/firefox-suse-default-prefs.js @@ -12,3 +12,4 @@ pref("print.print_edge_bottom", 14); // 1/100 of an inch pref("browser.backspace_action", 2); pref("browser.tabs.loadFolderAndReplace", false); pref("browser.identity.ssl_domain_display", 1); +pref("accessibility.typeaheadfind.soundURL", "default");