AI-generated summary
The document discusses an error encountered when opening the new appimage format of Obsidian on the Huawei Galaxy Kirin system. The error message indicates an issue with loading Obsidian due to an internal error with IndexedDB.
To resolve this, three methods are suggested for deleting the Obsidian index database:
1. **Terminal Command**: Gain superuser access and remove the IndexedDB directory using the command `rm -rf ~/.config/obsidian/IndexedDB/`.
2. **Manual Deletion**: Navigate to the IndexedDB folder in the file system and delete all files.
3. **Delete Configuration Folder**: Remove the entire Obsidian configuration folder located in `~/.config`.
Additionally, it advises deleting a locked file found in the IndexedDB directory.