Installed on linux (Debian), but "command not found"

I installed Distill desktop for linux using flatpak. The install said it was successful.

When I type ‘distill’, it says “command not found”.

If I run “locate distill” if finds a few files under .config/google-chrome, which seems unrelated.

How do I open Distill?

the usually flatpak install directory is /var/lib/flatpak/app/io.distill.distill-web-monitor/. command line command to run distill should be: flatpak run io.distill.distill-web-monitor "$@".

did flatpak create a shortcut to launch the app?

Thanks Ajit. You’re completely right. The command you gave works, and I found the shortcut.

When I first looked for the shortcut, I used the search bar to find the shortcut in Applications for “Distill” and it found nothing, and looked at all the icons, with nothing found. It must have taken it some time to create the shortcut.

got it and thanks for the update. cheers!