raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=ec4d9d04608781f486d799ea6ab72355f3196c0d
commit ec4d9d04608781f486d799ea6ab72355f3196c0d Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Thu Feb 25 12:37:00 2021 +0000 set XDG_CURRENT_DESKTOP too in addition to DESKTOP --- src/bin/e_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index 5457daa6b..4982d327a 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -345,6 +345,7 @@ main(int argc, char **argv) e_util_env_set("E_RESTART_OK", NULL); e_util_env_set("PANTS", "ON"); e_util_env_set("DESKTOP", "Enlightenment"); + e_util_env_set("XDG_CURRENT_DESKTOP", "Enlightenment"); if (getenv("E_ALERT_FONT_DIR")) e_util_env_set("E_ALERT_FONT_DIR", NULL); if (getenv("E_ALERT_SYSTEM_BIN")) --
