Summary: | Sets PATH unexpectedly | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | Alexey Rusakov <ktirf> |
Component: | gdm | Assignee: | Alexey Shabalin <shaba> |
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
Severity: | normal | ||
Priority: | P3 | CC: | aris, shaba |
Version: | unstable | ||
Hardware: | all | ||
OS: | Linux |
Description
Alexey Rusakov
2009-10-10 02:46:14 MSD
в configure.ac есть параметр --with-default-path=<PATH> если он не указан, то if test x$withval != x; then GDM_SESSION_DEFAULT_PATH="$withval" else GDM_SESSION_DEFAULT_PATH="/usr/local/bin:/usr/bin:/bin" fi AC_SUBST(GDM_SESSION_DEFAULT_PATH) так что надо просто собрать с нужным параметром --with-default-path= gdm-2.26.1-alt4 -> sisyphus: * Wed Oct 28 2009 Alexey Shabalin <shaba@altlinux> 2.26.1-alt4 - add --with-default-path="/bin:/usr/bin:/usr/local/bin" (ALT #21897) Ой, а про патч-то я и забыл... Спасибо! |