Created
April 2, 2015 18:54
-
-
Save clarkwinkelmann/5dc32175701a6faa3ce7 to your computer and use it in GitHub Desktop.
Blender desktop file, compatible with "open with..." and prevents duplication of icon in launcher
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Name=Blender | |
Comment=To place in /usr/share/applications/ or $HOME/.local/share/applications/ | |
Exec=/PATH/TO/BLENDER/FOLDER/blender %U | |
Terminal=false | |
Type=Application | |
Encoding=UTF-8 | |
Icon=/PATH/TO/BLENDER/FOLDER/icons/scalable/apps/blender.svg | |
StartupNotify=true | |
StartupWMClass=Blender |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i can't thank you using words. you're such a brilliant person. I was stuck in this problem and you solved in seconds thanks a lot brother.