Pyside2?

rocky-how-to-add-flame-shortcut-to-desktop/

You can modify this snippet to work on macOS which uses zsh by default (Rocky Linux uses bash by default - see link)

# Add an alias to ~/.zprofile
$ echo 'alias flame=/opt/Autodesk/$YOUR_VERSION_OF_FLAME/bin/startApplication' >> ~/.zprofile

# Reload your profile to enable the alias
$ source ~/.zprofile

# Start flame
$ flame
1 Like