To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=81282
------- Additional comments from [EMAIL PROTECTED] Tue Jan 29 21:09:50 +0000 2008 ------- I believe the configuration of bitsfritz worked because OOo did not detect a KDE environment. There are actually two problems here: 1) The security fix which introduced proper shell quoting broke the desktop specific -open-url invocation for paths containing any to-be-escaped characters (because an access(.. ,X_OK) is done on an already escaped file name). 2) kfmclient aka konquorer always opens local files (file://) directly, only http urls & co are passed to the default browser. But as the underlying UNO service is named "SystemShellExecute" and not "SystemBrowser", this behavior is perfectly valid (for that service implementation, not for the feature). So I add my preferred solution to the number of options above: 3. Create a dedicated url handler UNO service with the option to force the url to be opened in the browser (or mail client). --------------------------------------------------------------------- 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]
