https://bugs.kde.org/show_bug.cgi?id=476513
--- Comment #2 from Denys <evmk3z...@mozmail.com> --- Actually, looks like the problem is not with the plugin itself, but with the GUI configurator: instead of writing specific plugin's config into: ~/Library/Preferences/kdeconnect/<device_id>/kdeconnect_<plugin_name>/config (where it should be, and it is in Linux), it puts it into the general config file for the device: ~/Library/Preferences/kdeconnect/<device_id>/config At the same time, plugins read from the correct config files, and since nothing has been written there, they can't be configured. If I put the configuration in the plugin-specific config files manually, everything works as expected. The same problem also happens with other plugins: for example, I can't configure the commands to be run or the directory where the transferred files have to be stored. For other plugins it's the same: if I edit their respective config files manually — everything works. Hope it helps! -- You are receiving this mail because: You are watching all bug changes.