https://bugs.kde.org/show_bug.cgi?id=451836
b...@mogwai.be changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |NEEDSINFO Resolution|--- |WAITINGFORINFO --- Comment #2 from b...@mogwai.be --- Thanks for reporting. This is a bit puzzling though, as this works for me under all the scenarios that I'll list below. Kasts will try to save passwords first to the current keyring through the "secret service". In that case you should see a popup from the keyring when you have entered the password the first time (e.g. kde wallet, gnome keyring or keepassxc). Did you see such a popup? If not, kasts will try to fall back to saving the password to a local file. This should be in `~/.var/app/org.kde.kasts/data/KDE/kasts`. The filename should be equal to the username and should contain the password. Is this indeed the case? (You mentioned that it does work as root. Running as root will change the config and data directory for the flatpak. So that might indicate that there is an issue with the configuration under `./var` of your regular user account.) If not, you could enable debug for the sync routine to try and find out what's going on. You can do this by e.g. running the following from the command line: `QT_LOGGING_RULES=org.kde.kasts.sync=true flatpak run org.kde.kasts`. Then look for lines on the stdout that mention keychain and/or password files. -- You are receiving this mail because: You are watching all bug changes.