Fedora 36 changes to make icons appear in applications

In Fedora 36 the snaps I installed from the snap store did not appear in the Application Menu. I created a symlink to fix the problem but wondered if there was a standard/correct way of doing this?

My Steps:

cd ~/.local/share

mv applications applications-old

ln -s /var/lib/snapd/desktop/applications applications

chmod 777 /var/lib/snapd/desktop/applications

cp applications-old/* applications/.