From 69e683ae5f731dc52a7d7f9d8c7005826bd7579f Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Thu, 18 Mar 2004 01:11:28 +0000 Subject: Add the default path of of the linux-flashplugin to the list of paths scanned for Netscape plugins. Only affects newly created user-profiles. --- x11/kdebase3/files/patch-nsplugins-pluginscan.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 x11/kdebase3/files/patch-nsplugins-pluginscan.cpp (limited to 'x11/kdebase3/files/patch-nsplugins-pluginscan.cpp') diff --git a/x11/kdebase3/files/patch-nsplugins-pluginscan.cpp b/x11/kdebase3/files/patch-nsplugins-pluginscan.cpp new file mode 100644 index 000000000000..55eed7247922 --- /dev/null +++ b/x11/kdebase3/files/patch-nsplugins-pluginscan.cpp @@ -0,0 +1,10 @@ +--- nsplugins/pluginscan.cpp.orig Sat Mar 13 21:07:58 2004 ++++ nsplugins/pluginscan.cpp Sat Mar 13 21:08:50 2004 +@@ -457,6 +457,7 @@ + paths.append("/usr/lib64/netscape/plugins"); + paths.append("/usr/lib64/mozilla/plugins"); + paths.append("$MOZILLA_HOME/plugins"); ++ paths.append("/usr/local/lib/linux-flashplugin6"); + config->writeEntry( "scanPaths", paths ); + } + -- cgit v1.2.3