I have some applications installed with Wine and if I like to start them I always have to open them through the terminal.
Is there an option to put them into the application list as a shortcut so that I can open them through pressing super and search for the name?
You need to create a
.desktop
launcher for the application in your~/.local/share/applications
directory.To create a simple
.desktop
launcher manually, first create an empty text file, name it<application-name>.desktop
in the aforementioned directory, and add the following lines to itNote that in the
Exec=
line you need to use the full path to the command (i.e./home/<YOUR_USERNAME>/folder/...
instead of~/folder/...
).Then save the file. If it doesn't appear in 'Show Applications' (or searching after pressing Super), log out and re-login.
Also there are user-friendly GUI tools to create a
.desktop
launcher, e.g.Main Menu aka
alacarte
: install by runningMenuLibre: install by running
gnome-desktop-item-edit
: need to install thegnome-panel
package by runningNote:
gnome-desktop-item-edit
is discarded since the Ubuntu 19.10 release.