I've created a .desktop file to launch our application. Our application requires, that a certain environment variable is configured correctly. Where can I configure this environment variable on a per-user base (the usual candidates I know, like ~/.bashrc and ~/.profile don't work).
Maybe there is a work-around, so I can configure it in the Exec= line of the .desktop file before launching the application?