diff options
Diffstat (limited to 'deskutils/deskbar-applet/files/patch-deskbar_handlers_mozilla.py')
-rw-r--r-- | deskutils/deskbar-applet/files/patch-deskbar_handlers_mozilla.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/deskbar-applet/files/patch-deskbar_handlers_mozilla.py b/deskutils/deskbar-applet/files/patch-deskbar_handlers_mozilla.py index a668777c193e..ffad36e44f87 100644 --- a/deskutils/deskbar-applet/files/patch-deskbar_handlers_mozilla.py +++ b/deskutils/deskbar-applet/files/patch-deskbar_handlers_mozilla.py @@ -4,7 +4,7 @@ get_firefox_home_file("searchplugins"), get_firefox_home_file("search"), expanduser("~/.mozilla/searchplugins"), -+ "%%X11BASE%%/lib/firefox/searchplugins", ++ "%%LOCALBASE%%/lib/firefox/searchplugins", "/usr/lib/firefox/searchplugins", "/usr/local/lib/firefox/searchplugins", "/usr/lib/mozilla-firefox/searchplugins", @@ -12,7 +12,7 @@ smart_dirs = [ get_mozilla_home_file("search"), expanduser("~/.mozilla/searchplugins"), -+ "%%X11BASE%%/lib/mozilla/searchplugins", ++ "%%LOCALBASE%%/lib/mozilla/searchplugins", "/usr/lib/mozilla/searchplugins", "/usr/local/lib/mozilla/searchplugins"] |