https://bugs.kde.org/show_bug.cgi?id=340411
Konstantin Hristov <konstan...@hristov.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |konstan...@hristov.org --- Comment #18 from Konstantin Hristov <konstan...@hristov.org> --- I was also able to replicate this with Ubuntu 20.04 LTS. I notice that if i start the krfb from Applications -> Internet -> krfb and go to Settings -> Security and set the checkmark on "Do not store passwords using KDE wallet" and then close the bought windows. Then i notice that those settings are note saved into the ~/.config/krfbrc . The i decided to delete the "~/.config/krfbrc" file and start all over again, however this time instead of clicking on close i did File -> Quite. And then i saw that the "~/.config/krfbrc" had my changes. That's how i manage to get krfb do what i need i.e. the file now looks like this [MainWindow] ###################################################################### State=AAAA/wAAAAD9AAAAAAAAAoAAAAGrAAAABAAAAAQAAAAIAAAACPwAAAAA ToolBarsMovable=Disabled [Security] allowUnattendedAccess=true desktopPassword=ᄡᄚᄆᆲᆱᄒᄆᆱ noWallet=true unattendedPassword=ᄡᄚᄆᆲᆱᄒᄆᆱ ############################################################################## I am curios what those saved passwords are in a blowfish format or something else? And if one can disable those since i am suing this anyway with ssh port forwarding and do not need passwords. Anyway it seems that there is some discrepancy between the GUI events responsible for saving the file. After that i had to add the krfb to the autostart and it all worked. -- You are receiving this mail because: You are watching all bug changes.