Flow.Launcher
Flow.Launcher copied to clipboard
Install plugins directly from the Plugin Store
- I select addon
- Click on install That should be enough.
But instead it shows internal install command, plus assumes that I know that have to click again.

This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stale for 7 days with no activity. If you feel this issue still needs attention please feel free to reopen.
This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.
I think the same applies for uninstalling, if you click on a plugin in the settings under plugins, then it is also first entered in the searchbar and then you have to confirm a dialog.
This is more of a design issue with flow. PluginsManager plugin was introduced before the Store, which moved all functionalities related to handling plugins into a single plugin. Plugin Store came and the first cut was to piggyback off it that's why it still leads to the PM plugin code.
Going forward I think it makes sense to either move all plugin management functionalities to the API so others can build their own plugin manager, or move them back into the core project with the code for Store.
This is more of a design issue with flow. PluginsManager plugin was introduced before the Store, which moved all functionalities related to handling plugins into a single plugin. Plugin Store came and the first cut was to piggyback off it that's why it still leads to the PM plugin code.
Going forward I think it makes sense to either move all plugin management functionalities to the API so others can build their own plugin manager, or move them back into the core project with the code for Store.
While making #2369 I've moved install logic to Core.PluginManager.