If I install software as a flatpak app, to use it I have to start it from the shell like this flatpak run org.name.appname
How do I add an icon for that to ubuntu dock? I can make a script like that:
#!/bin/bash
flatpak run org.audacityteam.Audacity
but then, how do I add this shell script to dock?
Create a file in
$HOME/.local/share/applications/audacity.desktop
with this content:After that the launcher will appear in dash: press super (windows) and type "audacity" and launch the application. While audacity is running right click on its icon on dock and choose "Add To Favorites".