Rocky - how to add Flame shortcut to desktop

Here’s another way to add flame to your rc file:

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

# Reload your rc file to enable the alias
$ source ~/.bashrc

# Start flame
$ flame
2 Likes