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.
Bug 1093432 - Inconsistent PATH vs gnome-terminal menu
Summary: Inconsistent PATH vs gnome-terminal menu
Keywords:
Status: CLOSED DUPLICATE of bug 1583227
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: nautilus-open-terminal
Version: 7.0
Hardware: x86_64
OS: Linux
high
medium
Target Milestone: rc
: ---
Assignee: Alexander Larsson
QA Contact: Desktop QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-05-01 18:37 UTC by Jim Perrin
Modified: 2020-03-09 09:32 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-09 09:32:11 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jim Perrin 2014-05-01 18:37:13 UTC
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.

Comment 3 Simone Tolotti 2014-10-08 13:24:55 UTC
Could it be related to this? https://bugzilla.redhat.com/show_bug.cgi?id=814397

Comment 4 Jim Perrin 2014-10-08 13:30:18 UTC
I believe it is related to that issue, yes.

Comment 5 Shingo Ishida 2014-12-18 07:41:16 UTC
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.

Comment 7 Shnoulle 2016-01-25 10:10:57 UTC
Same with fedora 23. With
gnome-terminal-nautilus.x86_64 3.18.2-1.fc23
or
nautilus-open-terminal.x86_64 0.20-5.fc23

Comment 8 Shnoulle 2016-01-25 10:11:35 UTC
(In reply to Shnoulle from comment #7)
> Same with fedora 23. With
> gnome-terminal-nautilus.x86_64 3.18.2-1.fc23
> or
> nautilus-open-terminal.x86_64 0.20-5.fc23

https://bugzilla.redhat.com/show_bug.cgi?id=1301515

Comment 9 Sorin Sbarnea 2018-05-28 13:54:07 UTC
I think tha this bug is related to https://bugzilla.redhat.com/show_bug.cgi?id=1583227

Comment 10 Alexander Larsson 2020-03-09 09:32:11 UTC

*** This bug has been marked as a duplicate of bug 1583227 ***


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