Opened 15 years ago

Closed 12 years ago

#1483 closed defect (fixed)

Terminal fails to create a tab when the working directory no longer exists

Reported by: wadeb Owned by: wadeb
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Terminal Version: Git as of bugdate
Severity: Major Keywords:
Cc: Distribution/OS: Unspecified
Bug Status: Needinfo

Description

Looks like the chdir throws an exception, preventing it from properly constructing the tab. Needs a try / except block.

Attachments (1)

org.laptop.Terminal-1.log (2.1 KB) - added by wadeb 15 years ago.

Download all attachments as: .zip

Change History (5)

Changed 15 years ago by wadeb

comment:1 Changed 15 years ago by wadeb

  • Owner changed from tomeu to wadeb
  • Status changed from new to accepted

comment:2 Changed 15 years ago by tomeu

  • Component changed from sugar to Terminal
  • Status changed from accepted to assigned

comment:3 Changed 13 years ago by alsroot

  • Bug Status changed from Unconfirmed to Needinfo

whats the use case? I tried:
|Usecase|

  • open new Terminal instance
  • type "mkdir /tmp/foo; cd /tmp/foo"
  • open new tab and type "rm -rf /tmp/foo"
  • switch to the 1st tab
  • I can create new(3rd) tab

comment:4 Changed 12 years ago by RafaelOrtiz

  • Resolution set to fixed
  • Status changed from assigned to closed

It's working for me also as aleksey's workflow shows.

closing

Note: See TracTickets for help on using tickets.