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:
Which terminal do you run bash in? Is the file sourced if you run 'bash --login'?
> Which terminal do you run bash in? gnome-terminal > Is the file sourced if you run 'bash --login'? Yes it is. (re-assign?)
Yes. Thanks for confirmation! Reassigning to gnome-terminal...
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
*** This bug has been marked as a duplicate of bug 1149905 ***