To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=77967 Issue #|77967 Summary|Xcode can not debug binaries with '.' in its name Component|porting Version|OOo 2.2 Platform|Macintosh URL| OS/Version|Mac OS X Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|MacOSX Assigned to|obrmac Reported by|obrmac
------- Additional comments from [EMAIL PROTECTED] Wed May 30 21:31:54 +0000 2007 ------- This is a follow-up to issue 73693, where we discussed the potential mozilla-like renaming of soffice.bin to soffice-bin to fix this issue. Known problems with this approach: * rtl bootstrap code only checks for ".exe" and ".bin", resulting in sofficerc not being treated as bootstrap file (see sal/rtl/source/bootstrap.cxx). * potentially crash reporter tooling and/or other places may rely on '.' as extension delimiter. Another proposal is to (generally) rename "soffice" script to "soffice.sh" and "soffice.bin" to "soffice". The problem with this approach is that AFAIK the UNO bootstrap code, which tries to locate the office somewhere on the system (link to some spec appreciated), expects a symlink named "soffice" to be in the path and pointing to the soffice shell script inside the installation. So this link would actually have to point to soffice.sh instead, which needs also to be remembered by users trying to override the system default "soffice". --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
