Run desktop app in the background

Solution 1:

For Ubuntu 20.04 LTS you can use special application named AllTray, its purpose is:

Dock any program into the system tray

You can install it with

sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install alltray

and then configure it launch your application. See man alltray locally (or online) for details.