Bug 1397573 - (distro?) .bash_profile is being ignored
Summary: (distro?) .bash_profile is being ignored
Keywords:
Status: CLOSED DUPLICATE of bug 1149905
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-session
Version: 25
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: Ray Strode [halfline]
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-11-22 20:45 UTC by biltong
Modified: 2016-11-29 15:31 UTC (History)
8 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-11-29 15:31:50 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.