After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 150521 - gdm should execute .bash_profile on login if the shell being used is bash
gdm should execute .bash_profile on login if the shell being used is bash
Status: RESOLVED WONTFIX
Product: gdm
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2004-08-19 08:11 UTC by Arvind S N
Modified: 2015-04-26 17:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Arvind S N 2004-08-19 08:11:21 UTC
gdm currenlty from its Xsession file, executes /etc/profile and ~/.profile on
login.  Based on
the shell that is set, we should probably be executing shell specific ones as
well.  here the case
was .bash_profile not being executed  when login shell is bash.
Comment 1 Mark Gordon 2004-08-27 03:16:33 UTC
Dupe of 118280?
Comment 2 Frances Keenan 2004-09-06 10:26:51 UTC
With dtlogin as the default login manager, and .bash_profile containing the
following :

export PATH=/usr/bin:$PATH
export LD_LIBRARY_PATH=/usr/lib:$PATH
export GTK_MODULES='gail:atk-bridge'
export GNOME_DISABLE_CRASH_DIALOG=1

GOK is able to connect to the AT Tools
(see bug #5083625)

Comment 3 Brian Cameron 2005-01-26 00:09:23 UTC
Will not fix this bug.  GDM does not read shell specific login files since it is
not a terminal.  If environment variables need to be set, they need to be set in
.profile or a file that GDM does support.