Bug #2041
keysync-gui: must gracefully handle error condition when accounts.xml doesn't exist
Status: | Closed | Start date: | 10/09/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | 0.2 | |||
Component: |
Description
When keysync-gui is run and accounts.xml doesn't exist (for example, because pidgin is installed but no accounts are configured), things appear to work, but the Convert button doesn't do anything.
Presumably this error condition should be handled for all OTR apps, perhaps as a generic "account info not found"? Or better yet, just don't show the app if it is installed by no accounts can be read.
History
#1 Updated by hans over 4 years ago
There is supposed to be detection based on PidginProperties.files
, but I guess that either has a bug, or is not complete. I don't think there should be any "account not found" dialog. If everything required for reading from that app is not present, then it should not show up in the GUI.
#2 Updated by abeluck over 4 years ago
- Status changed from New to Closed
This actually seems to be fixed now that I've rebased all your changes. Closing.