#129 plugins are neither source nor configuration.
Closed: Fixed Opened by leamas.

f-r is designed to be a plugin application, where a new plugin is used just it's droppe in the right directory. However, it does not follow the conventions for how such applications organizes their directories.

The plugin directory checks is buried deep down under src. In the installed application it ought to be under /usr/share, lending itself to packages with other plugins. In the dvelopm,ent tree, it should be at the top level.

Likewise, the personal script directory is now under XDG_CONFIG (i. e., .config). It should be XDG_DATA i. e., ~/.local


Fixed in aa306341301622fb5fd882 and e566c24bf67078092bb97

Metadata