Well, the package download it via GUI (Graphical User Interface).
Now, would like the app to appear on Dashboard and also to be findable in the search bar of Ubuntu.
How to create a .desktop file???
Help..
Well, the package download it via GUI (Graphical User Interface).
Now, would like the app to appear on Dashboard and also to be findable in the search bar of Ubuntu.
How to create a .desktop file???
Help..
You can use a package called alacarte which is in the universe repo.
or you can simply copy one from
/usr/share/applications/
then open it in gedit
Exec is the command line to run to start the program
Icon is the path to the icon to use
Actions is a list of quicklist menus items
then save it to
~/.local/share/applications/whatever.desktop
and it should appear in the unity launcher immediately
The actions field works like this
Actions=Option1,Option2,Option3
For each of the Option sections you can then add a stanza like this
[Desktop Action Option1]
Name=Quicklist menu option one
Exec=command option=1
Be careful not to duplicate information in this file with that of other .desktop files otherwise unpredictable behaviour when clicking launchers will ensue.
/usr/share/applications
"...how can you say that? Each of them has its own set of keywords, depending on the application.
– Jacob Vlijm
May 07 '16 at 14:12
sudo dpkg -i package.deb
in a terminal window, or the graphical toolgdebi
, to install packages. – May 07 '16 at 14:06