[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #4706] gopen should use absolute path of filename
From: |
nobody |
Subject: |
[bug #4706] gopen should use absolute path of filename |
Date: |
Sun, 10 Aug 2003 17:46:55 -0400 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030401 Debian/1.0.2-2 |
=================== BUG #4706: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4706&group_id=99
Submitted by: stefanu Project: GNUstep
Submitted on: Sun 08/10/03 at 23:46
Category: Gui/AppKit Severity: 3
Bug Group: Bug Resolution: None
Assigned to: None Status: Open
Summary: gopen should use absolute path of filename
Original Submission: 1. openapp Ink.app in ~
2. have some.rtf in ~
3. go to /tmp and have different some.rtf in /tmp
4. run: 'gopen some.tmp' in /tmp -> ~/some.rtf is opened
5. have other.rtf in /tmp and run 'gopen other.rtf' -> Ink will complain that
the file does not exists
Patch is attached.
p.s.: by looking at ths bug i've seen some string appendings for paths using
'/' instead of using stringByAppendingPathComponent: in NSWorkspace.m. i think
that should be fixed to prevent future failures on mswindows or other os.
No Followups Have Been Posted
CC list is empty
File Attachments
****************
-------------------------------------------------------
Date: Sun 08/10/03 at 23:46 Name: gopen.m.patch Size: 0KB By: stefanu
http://savannah.gnu.org/bugs/download.php?group_id=99&bug_id=4706&bug_file_id=588
For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4706&group_id=99
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #4706] gopen should use absolute path of filename,
nobody <=