linphone-desktop
linphone-desktop copied to clipboard
Folder ~/Documents/linphone is always created
Linphone always creates the ~/Documents/linphone folder even though I changed the path for all folders.
Linphone Desktop 4.4.6 on Manjaro Linux with KDE Plasma 5.25.5.
I can confirm this issue using Linphone Desktop 4.4.11 on Windows 10.
In my opinion these two functions are involved:
- https://github.com/BelledonneCommunications/linphone-desktop/blob/d2d605cb8252d8829e213141e06395ad5118c1e6/linphone-app/src/components/settings/SettingsModel.cpp#L1443
- https://github.com/BelledonneCommunications/linphone-desktop/blob/d2d605cb8252d8829e213141e06395ad5118c1e6/linphone-app/src/components/settings/SettingsModel.cpp#L1463
Seems their calls to mConfig->getString("","","") always fall back to default values.