flox_x

Results 18 comments of flox_x

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...

### Open questions - [ ] The icon is not displayed correctly in the installation command because the path from the zip file cannot be used - [ ] How...

> Use a custom icon, or can we load the zip icon? The problem with the icon is that the path to the png would be correct, but it has...

Where are the other icons from? Maybe I need to either add attribution (but I don't know where) or use a different icon since this icon uses the "flaticon license"...

The local path is required because when calling `InstallOrUpdateAsync` it is no longer possible to access the local path as this is not passed anywhere. However, the local path determines...

> @flooxo this is what you need: > https://github.com/Flow-Launcher/Flow.Launcher/blob/73f2c3b5038fb67dd547254352a6926f9e533aea/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs#L207 Thanks! But this function does not check whether the location exists, which is crucial.

What would be the advantage of this? The difference is that once `PluginManager.UpdatePlugin` and otherwise `PluginManager.InstallPlugin` is used. And `update` ensures that the old version is deleted first. So I...

Yes, sure. I've already thought about this point, but I think if you can install a plugin locally, then it should also be possible to update it for the sake...

> Hey @flooxo I would like to make a couple changes and refactor the code on this PR, do you like me to commit them here directly or show you...