pwmt / zathura

Document viewer
https://pwmt.org/projects/zathura
zlib License
1.88k stars 129 forks source link

shell completion is broken when using `$ZATHURA_PLUGINS_PATH` #377

Open sebastinas opened 1 year ago

sebastinas commented 1 year ago

On GitLab by @kristianlm on Feb 7, 2023, 14:16


The completion scripts, say for fish, look for plugins and try to find good completion candidates. However, it only looks for plugins in the build-time plugin directory. I believe these scripts should look for plugins under $ZATHURA_PLUGINS_PATH first, and only if it's undefined use the build-time plugin directory.

Thanks for looking into this.