Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
In some instances, right clicking on the desktop, and selecting 'open in terminal' delivers a shell with an incomplete path. It appears to have not processed ~/.bash_profile and thus does not have ~/.local/bin or ~/bin in the path.
Version-Release number of selected component (if applicable):
nautilus-open-terminal-0.20-3.el7.x86_64
gnome-terminal-3.8.4-8.el7.x86_64
How reproducible:
seems varied from irc discussions. For me this occurs every time I log in. For others it seems to only happen sporadically.
Steps to Reproduce:
1. right click on gnome3 desktop -> open-in-terminal
2. see that $PATH doesn't contain ~/.local/bin or ~/bin
3.
Actual results:
echo $PATH
/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
Expected results:
echo $PATH
/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/home/jperrin/.local/bin:/home/jperrin/bin
Additional info:
This appears sporadic, but when it does happen it can be maddening if you're dealing with ruby gems or bundler.
Sometimes I experiencing the same bug.
I don't know how to fix it, But I know the launch of nautilus has two ways.
- gnome-session launch the nautilus.
- dbus-daemon launch the nautilus.
Sometimes nautilus is started by gnome-session and at the other times it is started by dbus-daemon.
The dbus-daemon is started without login shell, So nautilus is started by dbus-daemon without login profiles.