set XDG_CURRENT_DESKTOP too in addition to DESKTOP

This commit is contained in:
Carsten Haitzler 2021-02-25 12:37:00 +00:00
parent 36b7e3c617
commit ec4d9d0460
1 changed files with 1 additions and 0 deletions

View File

@ -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"))