How to add Byobu as a Favorite in the Gnome Shell favorites bar

After every reboot, I click "Show Applications", look for Byobu, and click it.
QUESTION: How to add it as a favorite?

I tried to right-click and select "Add to Favorites", but the created shortcut starts a normal terminal, not Byobu.

enter image description here


The below solution has been tested on 18.04:

Check the content of the /usr/share/applications folder. There should be a file named byobu.desktop. If there is none, create one, with the following content:

[Desktop Entry]
Name=Byobu Terminal
Comment=Advanced Command Line and Text Window Manager
Icon=byobu
Exec=gnome-terminal --app-id us.kirkland.terminals.byobu -e byobu
Type=Application
Categories=GNOME;GTK;Utility;
X-GNOME-Gettext-Domain=byobu

Install dconf-editor if you don't have it.

sudo apt-get install dconf-editor

Now run dconf-editor, navigate to org/gnome/shell/favorite-apps with it. And add 'byobu.desktop' to the Custom value array.

Voilà!