Bug 173936
| Summary: | bash doesn't honor .bash_profile in gnome-terminal | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Horst H. von Brand <vonbrand> |
| Component: | gnome-terminal | Assignee: | Ray Strode [halfline] <rstrode> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | wriede |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-01-03 13:54:09 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Horst H. von Brand
2005-11-22 20:01:05 UTC
Sorry, the additional info is for another bug (with LDAP). I observed the same - you can detect it by looking at $PATH - ~/bin is not added. The .bash_profile file is sourced only for a login shell (see 'man bash'). One way to invoke bash as a login shell is to use the '-l' option, so if you want .bash_profile sourced from gnome-terminal you need to enable the 'Run command as a login shell' check-button in the gnome-terminal "Edit profile" dialog box. Given that this was not needed in FC4, can this be flagged in the release notes, or perhaps better, can that check-button be set by default? |