I download the beta iso. Obsidian Snap ran with the system as setup by the beta iso.
After doing a system upgrade to the latest packages, Obsidian stopped working.
The syslogs were not useful to pinpoint the problem.
The appimage runs fine for me (need to install libfuse2 and run with --no-sandbox)
Again, there was some change between the beta1 iso and the final version that broke our snap. We haven’t changed our snap in while because we didn’t make a new release.
At this moment, we are not sure what is casing this.
deb, appimage, flatpak still work fine.
➜ ~ /snap/obsidian/current/obsidian --no-sandbox
Ignored: Error: ENOENT: no such file or directory, open '/home/manrique/.config/obsidian/obsidian.json'
2026-04-27 10:11:52 Loaded main app package /snap/obsidian/62/resources/obsidian.asar
[40303:0427/121152.798526:ERROR:media/gpu/vaapi/vaapi_wrapper.cc:1631] vaInitialize failed: unknown libva error
2026-04-27 10:11:52 Checking for update using Github
2026-04-27 10:11:53 Success.
2026-04-27 10:11:53 Latest version is 1.12.7
2026-04-27 10:11:53 App is up to date.
And instead of getting my vault, it started fresh…
maho@ustat /home/maho
⚡ /snap/obsidian/current/obsidian --no-sandbox
Ignored: Error: ENOENT: no such file or directory, open '/home/maho/.config/obsidian/obsidian.json'
2026-04-28 11:43:43 Loaded main app package /snap/obsidian/62/resources/obsidian.asar
[1] 41592 segmentation fault (core dumped) /snap/obsidian/current/obsidian --no-sandbox
maho@ustat /home/maho
⚡ ~/Downloads/Obsidian-1.12.7.AppImage
[41659:0428/134355.481792:FATAL:sandbox/linux/suid/client/setuid_sandbox_host.cc:166] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_ObsididylTgT/chrome-sandbox is owned by root and has mode 4755.
[1] 41659 trace trap (core dumped) ~/Downloads/Obsidian-1.12.7.AppImage
maho@ustat /home/maho
⚡
when trying to run from deb, it just hangs forever (and need to kill it with kill -9, doesn’t react to Ctrl-C)
To fix it, I decided to switch to the .deb installation instead. First, I migrated the configuration out of the Snap directories into the locations that the .deb directory would expect:
(If you have already uninstalled the Snap version of obsidian, you can recover the files by reinstalling the Snap version of Obsidian, running snap saved to get a list of snapshots, and then snap restore <ID> to restore a specific snapshot.)
Next, I uninstalled the Snap version of Obsidian:
sudo snap remove obsidian
Then I downloaded the .deb version of Obsidian from the website, and I installed it by running:
I also encountered a problem when trying to install Obsidian on Ubuntu 26. My first installation using Snap failed: Obsidian wouldn’t open and didn’t produce any logs. After tracing system calls in the console (strace obsidian), I concluded that Snap’s Obsidian wasn’t compatible with the Wayland environment (the primary user interface protocol in the new Ubuntu 26). Obsidian from the installation package launched without any issues.