From 3a8f2d00e4485f8a843a7957e1c4d1288c6e4c6d Mon Sep 17 00:00:00 2001 From: david Date: Tue, 8 Apr 2008 21:49:56 +0000 Subject: [PATCH] Another known issue: You can't run from a directory with a space in the name. --- macosx/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/macosx/README b/macosx/README index e9f8f48ab..af9961862 100644 --- a/macosx/README +++ b/macosx/README @@ -27,4 +27,8 @@ by default it is installed in /usr/local/bin. But /usr/local/bin is with a prefix of /usr, but you can make a symbolic link from /usr/bin/nmap to /usr/local/bin/nmap and it will work fine. +Running the application from a directory whose name contains a space +fails. The wrapper scripts necessary to package GTK+ and Pango need to +carefully escape paths in the files they write. + David Fifield