https://bugs.kde.org/show_bug.cgi?id=410835

            Bug ID: 410835
           Summary: FALKON_PLUGIN_PATH is not actually treated as a search
                    path
           Product: Falkon
           Version: 3.1.0
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: now...@gmail.com
          Reporter: bugs....@shados.net
  Target Milestone: ---

Contrary to its description in CMakeLists.txt, FALKON_PLUGIN_PATH is not
actually treated as a search path of directories to load plugins from, but
instead as the single directory to load plugins from (if it is set).

>From a brief look through the code, it appears that it is written to account
for multiple plugin directories, but that src/lib/app/datapaths.cpp assumes
that the environment variable contains a single directory path when reading it,
rather than assuming it contains a delimiter-separated list of directory paths.

I would suggest changing it to parse FALKON_PLUGIN_PATH as a list of
directories, separated by ':' characters (which would be in line with $PATH, as
well as $MOZ_PLUGIN_PATH in Firefox).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to