-
-
Notifications
You must be signed in to change notification settings - Fork 448
Description
Up to what I can read on flatpak configuration and execution, it is not possible to give a specific configuration file for setting specific 'flatpak config *' or environment variables. From what I'm seeing, 'flatpak config' currently allow to only set 'languages' option but we could imagine to setup more config options and store this into a file.
As a matter of example, 'http_proxy' variable could be set differently for flatpak instead of using the global one. Notably, 'dnf' and 'apt' allows to handle such variable in a configuration file.
As a matter of context: in QubesOS, we want to set it depending on VM type (the "same" system started in different instances) and only for flatpak, not all applications.
For more precision, I kindly invite you to have a look on https://www.qubes-os.org/doc/software-update-vm/#updates-proxy motivation for such feature.