Skip to content

Make sure to save security settings each time they are modified

Alexey Min requested to merge work/fix_storing_config into release/20.08

Settings that are modified using normal settings window, which is invoked using menu "Configure Desktop Sharing..." are always saved correctly.

However some settings that are present on Krfb main window (normal password, unattended password, checkbox "enable unattended access") are not handled by KConfigDialog and there is a chance that settings might not be saved correctly (for example if application was suddenly terminated).

This hopefully fixes some bugs which are present since year 2011-2014 with several duplicates and 110 votes, like https://bugs.kde.org/show_bug.cgi?id=340411, maybe some others.

BUG: 340411
FIXED-IN: 20.08.2
CHANGELOG: Make sure to save passwords each time they are modified
Edited by Alexey Min

Merge request reports