Using the appimage on Linux, external links won’t open and obsidian reports an error about bad file descriptor.
Steps to reproduce
Add a link to any note.
Expected result
Clicking the link opens the URL in the default browser.
Actual result
Nothing happens, and obsidian reports an error:
Opening URL: https://example.com
cat: standard output: Bad file descriptor
However, default browser is setup correctly in my environment:
$ xdg-settings get default-web-browser
firefox.desktop
And xdg-open https://example.com works as expected.
Environment
- Operating system: Fedora 34
- Obsidian version: AppImage v0.12.12
Additional information