A quick note on how to add your application (mostly installed manually, not through package manager) so we can launch such application quickly from the launcher can be found in this article.
Let’s take a good example from blender. Steps as follows.
/opt/blender/2.92.0
. (This is good practice as later you can have multiple versions of blender installed into the same parent directory, then symlink a desire version to use in which we can switch to one anothe later.)blender
pointing to the desire version you will be using with sudo ln -s /opt/blender/2.92.0 /opt/blender/blender
.blender.desktop
we can make use of it instead of creating a new one. Just symlink it to proper location that launcher will be able to source in. Execute sudo ln -s /opt/blender/2.92.0/blender.desktop /usr/share/applications/blender.desktop
.cp -av /opt/blender/2.92.0/blender.svg ~/.local/share/icons/blender.svg
(amidst the global one is at /usr/share/icons/
).sudo update-desktop-database
.Then you can hit Super
key (let’s say Windows key), then type in blender. It should show the nice transparent icon and you should be able to launch blender.
Validate its version at launch screen image. All done.
First published on March, 27, 2021
Written by Wasin Thonkaew
In case of reprinting, comments, suggestions
or to do anything with the article in which you are unsure of, please
write e-mail to wasin[add]wasin[dot]io
Copyright © 2019-2021 Wasin Thonkaew. All Rights Reserved.