LukeShortCloud / rootpages

Root Pages is a collection of easy-to-reference tutorials and guides primarily for Linux and other UNIX-like systems.
Other
56 stars 6 forks source link

[administration][package_managers] Configure Flatpak environment variables #1030

Open LukeShortCloud opened 11 months ago

LukeShortCloud commented 11 months ago

Globally:

Set <KEY>=<VALUE> environment variables in /etc/environment.d/flatpak.conf.

https://askubuntu.com/questions/1469596/how-do-i-run-flatpak-apps-on-discrete-gpu-by-default

Locally:

flatpak run --env=<KEY>=<VALUE> <FLATPAK>

https://manpages.debian.org/unstable/flatpak/flatpak-run.1.en.html