From 986edaf484e28dc7b397439cf070653f88f17569 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Wed, 25 Jul 2018 00:06:02 +0900 Subject: [PATCH] e - fix config and don't set ELM_PROFILE as this breaks per scr profiles elm wont switch profile on the fly if ELM_PROFILE is set this is considered a custom override thus it stops working... so don't set it - the elm config files should contain the right profiles to use. --- src/bin/e_config.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/e_config.c b/src/bin/e_config.c index 136c00825..8b8fa3bde 100644 --- a/src/bin/e_config.c +++ b/src/bin/e_config.c @@ -875,7 +875,6 @@ e_config_init(void) if (!getenv("E_CONF_PROFILE")) e_util_env_set("E_CONF_PROFILE", _e_config_profile); } - e_util_env_set("ELM_PROFILE", _e_config_profile); _e_config_bindings_mouse_edd = E_CONFIG_DD_NEW("E_Config_Binding_Mouse", E_Config_Binding_Mouse);