I'm using Ubuntu 21.10, which doesn't come with Firefox, I downloaded it from the official side, then I extract it and navigate to the source code, I run ./firefox
on the terminal and firefox is working fine, but when I close it I have to do the same prosses again, how can I create launch icon for firefox?
Asked
Active
Viewed 404 times
0

Omer Maki
- 113
1 Answers
1
The easiest way will be to install menulibre
to create your own menu entry. Ubuntu does not by default come with a tool for creating menu entries.
The manual way involves creating a .desktop
launcher file in .local/share/applications
. You can create a file from scratch, or copy and adapt an existing one.

vanadium
- 88,010
apt
to install the deb version. – pLumo Feb 21 '22 at 09:50sudo apt install firefox
. It comes with the launch icon. – Archisman Panigrahi Feb 21 '22 at 12:36