In the Exec lines of desktop files exported by Flatpak, the field code for the file/URL to be passed to the application is surrounded by @@:
Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=blender --file-forwarding org.blender.Blender @@ %f @@ What does this mean? The spec doesn't mention it and the desktop files in /usr/share/applications don't contain it either.