Bug 151006 - after error - cd .. using sshd moves to sibling folder not parent
Summary: after error - cd .. using sshd moves to sibling folder not parent
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Dave Jones
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-03-13 23:18 UTC by Graham
Modified: 2015-01-04 22:17 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-03-13 23:31:35 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Graham 2005-03-13 23:18:45 UTC
Description of problem: sshd session from win ME pc. Just to see,
tried to run gramps in ssh session, generated errors as expected. did
"cd .." and prompt indicated was now in a folder at same level as I
had been in. Did "cd .." again then ls to show directories.


Version-Release number of selected component (if applicable):


How reproducible:
Did it once - haven't tried again - yet.

Steps to Reproduce:
1.
2.
3.
  
Actual results:
[graham@linux gramps]$ gramps

Traceback (most recent call last):

  File "/usr/share/gramps/gramps.py", line 43, in ?

    import gtk.gdk

  File
"/usr/src/build/463937-i386/install/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py",
line 37, in ?

RuntimeError: could not open display

[graham@linux gramps]$ cd ..

[graham@linux distro]$ cd ..

[graham@linux ~]$ ls

Desktop  distro  gramps data  nzsg  project

[graham@linux ~]$ 


Expected results:
[graham@linux gramps]$ gramps

Traceback (most recent call last):

  File "/usr/share/gramps/gramps.py", line 43, in ?

    import gtk.gdk

  File
"/usr/src/build/463937-i386/install/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py",
line 37, in ?

RuntimeError: could not open display

[graham@linux gramps]$ cd ..

[graham@linux ~]$ 

Additional info:

'granps' and 'distro' are both folders below the home directory of
user graham.


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