App center does not list application installed from command line

I prepared a flatpak single file bundle for RStudio, see my other post and installed it on the command line with

flatpak install rstudio.flatpak

I am able to use it, when I start it from the command line with

flatpak run com.rstudio.RStudio

without apparent problems. But I would like to have an icon on my desktop and start it without having to resort to the command line. So I opened the app center, but there is no trace of RStudio in the app center.

How do I add yet another app to my desktop? Where could I find it for drag’n’drop?

@btreut Restart the Endless OS that RStudio will appear in the App Center

Endless OS was restarted several times after installation, but RStudio does not appear in the App Center.

  1. Open the application called ‘Terminal’
  2. In this application run the command:

eos-add-to-desktop com.rstudio.RStudio

thanks, worked like a charme