I can add env in .desktop file in /usr/share/applications/
Exec=env FOO=bar /usr/bin/my_prog
but I need to set 2 environment variables and no approach that I tried works (using env twice, appending second assignment after ;)
How can I set 2 env variables in .desktop file ?