Hi.
I’d like to set an environment variable for the media player application.
I’m able to do that from the terminal with the following command:
env NEMO_RESOURCE_CLASS_OVERRIDE=event /usr/bin/sailjail -p jolla-mediaplayer.desktop /usr/bin/jolla-mediaplayer
but writing the exact same line in the Exec
key of the .desktop
file doesn’t work (the application behaves as if the environment variable was not set).
What am I missing?
Thanks.