-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Synopsis: OS thinks UI is frozen during long-running import and force quits before import completes.
I'm trying to import a large-ish 1password "1pif" file--about 2000 logins from websites I've visited over the past 10 years or so. When I select the file for import, Buttercup immediately shows a spinner as if it's importing, but it never finishes. There are no errors in the debug console, and no errors in the log file (~/.local/state/Buttercup-nodejs/buttercup-desktop.log). I've even tried letting it run overnight; however, the operating system seems to detect Buttercup's activity as "non-responsive" and shows a dialog to let me "force quit", or (as it seems) kills the process automatically if I don't respond to the dialog after some time.
I've been able to split the "1pif" file into smaller pieces, and the import seems to be working in that case. So it appears that it's just taking a (very) long time, and tricking the OS into thinking its UI is frozen?
I'm on Linux/Ubuntu (Pop!_OS 21.04).