linphone-desktop icon indicating copy to clipboard operation
linphone-desktop copied to clipboard

Folder ~/Documents/linphone is always created

Open Hativ opened this issue 2 years ago • 1 comments

Linphone always creates the ~/Documents/linphone folder even though I changed the path for all folders.

image

Linphone Desktop 4.4.6 on Manjaro Linux with KDE Plasma 5.25.5.

Hativ avatar Oct 30 '22 15:10 Hativ

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.

sirux88 avatar Nov 25 '22 08:11 sirux88