$OpenBSD: patch-deskbar_handlers_mozilla_py,v 1.1 2010/04/24 09:37:46 ajacoutot Exp $
--- deskbar/handlers/mozilla.py.orig	Sat Apr 24 10:55:09 2010
+++ deskbar/handlers/mozilla.py	Sat Apr 24 11:00:05 2010
@@ -249,6 +249,7 @@ class MozillaSearchHandler(deskbar.interfaces.Module):
                 get_firefox_home_file("searchplugins"),
                 get_firefox_home_file("search"),
                 expanduser("~/.mozilla/searchplugins"),
+		"${LOCALBASE}/lib/mozilla-plugins",
                 "/usr/local/lib/firefox/searchplugins",
                 "/usr/lib/mozilla-firefox/searchplugins",
                 "/usr/local/lib/mozilla-firefox/searchplugins",
@@ -258,6 +259,9 @@ class MozillaSearchHandler(deskbar.interfaces.Module):
             smart_dirs = [
                 get_mozilla_home_file("search"),
                 expanduser("~/.mozilla/searchplugins"),
+		"${LOCALBASE}/mozilla-firefox/searchplugins",
+		"${LOCALBASE}/firefox35/searchplugins",
+		"${LOCALBASE}/firefox36/searchplugins",
                 "/usr/lib/mozilla/searchplugins",
                 "/usr/local/lib/mozilla/searchplugins"]
         
