anyrun
anyrun copied to clipboard
fix: change default plugin path
- According to FHS (Filesystem Hierarchy Standard):
The /etc hierarchy contains configuration files. A "configuration file" is a local file used to control the operation of a program; it must be static and cannot be an executable binary.
Therefore, plugins which are .so files shouldn't be placed in /etc. Instead, they should be placed in /usr/lib/anyrun/plugins.
Any progress on this pull request?
This will be fixed with the relm4 port.