| Summary: | FALKON_PLUGIN_PATH is not actually treated as a search path | ||
|---|---|---|---|
| Product: | [Applications] Falkon | Reporter: | Alexei Robyn <bugs.kde> |
| Component: | general | Assignee: | David Rosca <nowrep> |
| Status: | REPORTED --- | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.1.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Alexei Robyn
2019-08-12 03:19:11 UTC
Why? What is your use case? My intended use is packaging Falkon and third-party plugins separately. I'm looking at improving the packaging of Falkon in nixpkgs to account for third-party plugins, and the Nix approach to packaging stores individual packages in isolated FHS-like subtrees. Right now I have a kind of meta package that symlinks a set of plugins into a single directory, and wraps falkon to set $FALKON_PLUGIN_PATH to that directory of symlinks. If it were instead treated as a search path, I could just point it directly to the individual plugin directories, which would be preferable. On non-Nix-based distros, I could also see this being useful for allowing people to use plugins from both system and user sources. |