Reviewing merge request #137: Don't fail silently when the wallet isn't available
Currently, if KWallet is available when Amarok is first run by a user, and subsequently disappears, scrobbling fails because the username and password cannot be found. Worse: if the user re-enters the username and password, it is simply discarded with no explanation.
This asks the user if they want to store the username and password in the config file in this case.
Commits that would be merged:
- e9c6052
- 862ac2c
Don't fail silently when the user has asked to use the wallet, but it
e9c6052-862ac2cComments
Note: I created the merge request (rather than just committing) because I haven’t actually tested that it does what it says yet. So if you want to test the fix, do so. Otherwise, you can just wait for me to test it.
+1 from me
I merged in a better (properly working) version, and fixed a couple of other quirks while I was at it.


Add a new comment:
Login or create an account to post a comment