LibreOffice Documents Fail to Launch from GNOME Search

Opening LibreOffice files from GNOME search fail with this error: /run/user/1000/doc/<random str>/<filename.ods> does not exist. LibreOffice is installed as a Flatpak from the Flathub repo on the latest Bluefin (Fedora Silverblue).

Launching LibreOffice directly either by double-clicking an office file, or via the flatpak command (flatpak run org.libreoffice.LibreOffice <filename.ods>) works as expected, although, when launched via the flatpak command, LibreOffice emits an error/warning message as well: Failed to open display.

Here’s a snippet of relevant logs:

systemd[2725]: Started dbus-:1.2-org.gnome.Nautilus@5.service.
org.gnome.Nautilus[212124]: Connecting to org.freedesktop.Tracker3.Miner.Files
systemd[2725]: Started dbus-:1.2-org.gnome.NautilusPreviewer@7.service.
xdg-document-portal[212143]: error: org.libreoffice.LibreOffice.calc/*unspecified*/*unspecified* not installed
systemd[2725]: Started app-flatpak-org.gnome.NautilusPreviewer-585090358.scope.
systemd[2725]: Started app-flatpak-org.libreoffice.LibreOffice-1127256259.scope.
org.libreoffice.LibreOffice.calc.desktop[212182]: Failed to open display

This is how Flatpak permissions look like for LibreOffice (unmodified from defaults):

❯ flatpak info --show-permissions org.libreoffice.LibreOffice
[Context]
shared=ipc;network;
sockets=cups;fallback-x11;pulseaudio;wayland;x11;
devices=dri;
filesystems=xdg-config/gtk-3.0;xdg-run/gvfsd;xdg-config/fontconfig:ro;host;

[Session Bus Policy]
org.gtk.vfs.*=talk
org.libreoffice.LibreOfficeIpc0=own

[Environment]
GIO_EXTRA_MODULES=/app/lib/gio/modules
JAVA_HOME=/app/jre
LIBO_FLATPAK=1

Any ideas? The robots weren’t able to help.