WrapEarnPass created an issue (geany/geany-plugins#1566) https://github.com/geany/geany-plugins/blob/a13016056de1bef5945c3cff6fcf75c8d7b273a7/debugger/INSTALL#L17
https://specifications.freedesktop.org/basedir/latest/ states this is not compliant. > User-specific executable files may be stored in $HOME/.local/bin. > Distributions should ensure this directory shows up in the UNIX $PATH > environment variable, at an appropriate place. I suggest changing the search directory for user defined plugins to the XDG standard, which is supported by the default SELinux policy, and systemd-path. <img width="584" height="34" alt="Image" src="https://github.com/user-attachments/assets/9a5feed5-1c31-4218-be28-6e58097c1673" /> ~/.local/bin/geany/plugins/ The configs can remain, and are valid in the XDG_CONFIG location. Related to: https://github.com/geany/geany/issues/4590 -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1566 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/[email protected]>
