#How to add blender in gnome app menu ?
1 messages · Page 1 of 1 (latest)
you need a desktop file placed in an acknowledged applications directory, look at /usr/share/applications for examples
i did something like that but nothing apper
❯ sudo cat /usr/share/applications/blender.desktop
[sudo] password for mustafa:
Exec=/opt/blender/blender
Icon=/opt/blender/blender.svg
generally this should be all you need:
[Desktop Entry]
Name=Blender
Comment=3D Modelling Thingy
Exec=/opt/blender/blender
Icon=/opt/blender/blender.svg
Type=Application
Terminal=false
StartupNotify=false
Categories=Utility;
you cant omit the [Desktop Entry] and the name, everything else usually can be omitted but its recommended to keep it in
it worked, thanks!
gravitos, blobcat colored received a thank you cookie!
... solved