Launch Flatpak Apps With Custom Args and Environment Variables
In this guide you will learn how to launch flatpak applications with custom arguments and environment variables.
Find your application
First, you need to find the application id of the app you want. To do that run the command below in the terminal.
$...
ardasevinc.dev3 min read
Muhammad Danial Amsyar Mohd Razali
Always learning
This is a very helpful guide, thank you for writing it 😁
Regarding the custom desktop entry, Flatpak doesn't always put it under
~/.local/share/flatpak/exports/...For me, it was under
var/lib/flatpak/exports/share/applications(just like the first proposed solution in the flatpak repo issue).