Issues & confusion executing AppImages from custom desktop shortcut

Good news:

Fixed the placement of the .desktop file to be properly stationed within /usr/share/applications (instead of the home directory) along with the AppImage - I can now see Cryptomator visible in the list of applications via Qube Manager + inheritance of the Cryptomator desktop icon from fedora-33 through to the SVMs in the application menu.

Bad news:
The problem i’m still facing is the execution of the AppImage itself- It works perfectly fine ofc by right-clicking and running however, the whole point is to get it functioning like a desktop app. Currenty, when clicking the Cryptomator icon from any of the menus nothing happens.

After some researching for others with similar issues- perhaps my vanilla understanding of file execution commands could be the issue. I’ve tried a variety of options i’ve read with no luck…

If anyone could please assist in verifying whether the parameters i have for the .desktop file that would be much appreciated - particularly Path= and Exec=

Here’s the text file I created which is placed in fedora-33 templateVM → /usr/share/applications

[Desktop Entry]
Name=Cryptomator
GenericName=File Encryption Tool
Comment=Secure your files with local encryption
Path=/usr/share/applications
Exec=./Cryptomator.AppImage
Terminal=false
Type=Application
Icon=/home/user/.local/share/desktop-icons/cryptomator.png
Categories=Encryption;FileTransfer;
StartupNotify=false

I have placed the AppImage in the same path as the .desktop file.