How to enable Wayland Support
Hey everyone! I’ve added an experimental option to the Obsidian flatpak to enable Wayland support now that it got native support after updating to Electron 12.
It you’ve already installed the flatpak, can test Wayland support by enabling OBSIDIAN_USE_WAYLAND=1
in Flatseal.
Alternatively, you can set it on the command line like so:
$ flatpak override --user --env=OBSIDIAN_USE_WAYLAND=1 md.obsidian.Obsidian
I hope that helps!