Bug 1397573

Summary: (distro?) .bash_profile is being ignored
Product: [Fedora] Fedora Reporter: biltong <biltong>
Component: gnome-sessionAssignee: Ray Strode [halfline] <rstrode>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 25CC: admiller, biltong, debarshir, jmccann, kdudka, mclasen, rstrode, svashisht
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-11-29 15:31:50 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description biltong 2016-11-22 20:45:38 UTC
Description of problem:
My ~/.bash_profile file is no longer being sourced when I login to Gnome.
This is either a bug or should be  mentioned in the release notes.


Version-Release number of selected component (if applicable):
bash-4.3.43-4.fc25.x86_64

How reproducible:
Every time

Steps to Reproduce:
$ echo $PATH
/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin

$ cat ~/.bash_profile 
# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

# User specific environment and startup programs
PATH=$PATH:$HOME/.local/bin:$HOME/bin
export PATH

$ source ~/.bash_profile 

$ echo $PATH
/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/sb/.local/bin:/home/sb/bin


Actual results:


Expected results:


Additional info:

Comment 1 Kamil Dudka 2016-11-23 09:44:03 UTC
Which terminal do you run bash in?

Is the file sourced if you run 'bash --login'?

Comment 2 biltong 2016-11-23 12:19:06 UTC
> Which terminal do you run bash in?

gnome-terminal

> Is the file sourced if you run 'bash --login'?

Yes it is.

(re-assign?)

Comment 3 Kamil Dudka 2016-11-23 13:03:32 UTC
Yes.  Thanks for confirmation!  Reassigning to gnome-terminal...

Comment 4 Christian Persch 2016-11-23 16:07:18 UTC
Not a gnome-terminal bug at all.

https://bugzilla.redhat.com/show_bug.cgi?id=1149905
https://bugzilla.gnome.org/show_bug.cgi?id=736660

Comment 5 Debarshi Ray 2016-11-29 15:31:50 UTC

*** This bug has been marked as a duplicate of bug 1149905 ***