0

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?

Omer Maki
  • 113

1 Answers1

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