Bug 173463
| Summary: | [MODULAR X] $HOME/bin not in $PATH | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | jeroen <jeroen> |
| Component: | xorg-x11 | Assignee: | X/OpenGL Maintenance List <xgl-maint> |
| Status: | CLOSED DUPLICATE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | ken, rstrode |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-11-24 16:51:30 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
jeroen
2005-11-17 08:47:54 UTC
bug seems to be this line in gdm's Xsession: eval exec $sshagent $dbuslaunch $command Needs to be "exec -l $SHELL ..." like in xinit. CC'ing the gdm maintainer Ray, could you have a look? now we have #173438, I think that BaseXsession=/etc/X11/gdm/Xsession in gdm.conf should point to /etc/X11/xinit/Xsession and we get rid of the gdm stored Xsession since that's upstream and this is clearly redhat custom stuff |