You are not logged in.
Pages: 1
I'm running xfce on debian 9
I like to run arduino and blender at
/opt/arduino/arduino (solved)
and
/opt/blender/blender
using binaries rather than using the package manager.
Arduino is accomplished with /opt/arduino/install.sh
What is the standard way to add a launcher icon for blender at /opt/blender/blender
Last edited by iuomo (2017-07-24 13:58:55)
Offline
You should create a blender.desktop file in
~/.local/share/applications
and put the following content:
[Desktop Entry]
Name=Blender
GenericName=3D modeler
Comment=3D modeling, animation, rendering and post-production
Keywords=3d;cg;modeling;animation;painting;sculpting;texturing;video editing;video tracking;rendering;render engine;cycles;game engine;python;
Exec=/opt/blender/blender %f
Icon=/opt/blender/blender.svg
Terminal=false
Type=Application
Categories=Graphics;3DGraphics;
MimeType=application/x-blender;
Just make sure that the paths in "Exec" and "Icon" are correct.
Offline
Thank you PaperNick!
Very nice!
Question?
Does "Categories=Graphics;3DGraphics;" put in the Graphics Menu?
I truncated the code a bit.
[Desktop Entry]
Name=Blender
GenericName=3D
Comment=3D
Keywords=3d;
Exec=/opt/blender/blender %f
Icon=/opt/blender/blender.svg
Terminal=false
Type=Application
Categories=Graphics;3DGraphics;
MimeType=application/x-blender;
Offline
Does "Categories=Graphics;3DGraphics;" put in the Graphics Menu?
Yes, it does.
Offline
Pages: 1
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 521.6 KiB (Peak: 529.57 KiB) ]