forc /usr/share and /usr/local/share into xdg data dirs too if not set.

SVN revision: 73079
devs/princeamd/enlightenment-0.17-elive
Carsten Haitzler 11 years ago
parent ecddd2391f
commit c13343daee
  1. 5
      src/bin/e_main.c

@ -134,7 +134,10 @@ _xdg_data_dirs_augment(void)
}
}
else
e_util_env_set("XDG_DATA_DIRS", newpath);
{
snprintf(buf, sizeof(buf), "%s:/usr/local/share:/usr/share", newpath);
e_util_env_set("XDG_DATA_DIRS", buf);
}
}
static void

Loading…
Cancel
Save