Skip to content

Split config issue fix for Win32 build

Piyush Aggarwal requested to merge (removed):common into master

The problem is, KDE Connect on Windows currently keeps its data into two separate folders- one folder keeps the data of the indicator executable, while the other folder keeps the data of the daemon exec. We need a way to merge these two config folders together, because as the problem stands, one cannot use the "RunCommand" plugin or make any preference changes through the KDE Connect Indicator. Those changes are not picked up by the daemon right now.

TL;DR: the daemon's config and the indicator's config right now stay in separate folders because of which changes done in the settings (indicator) are not effectively updated by the daemon.

Edited by Piyush Aggarwal

Merge request reports