Not able to modify the Exec property in the desktop file

Hi @harryi3t - this is done this way for security reasons.

What you can do is have a simple wrapper script:

#!/usr/bin/bash

exec ${SNAP}/path/to/myApp --my-default-flag "$@"