missing help browser on OS X

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Fri Jun 24 07:05:31 UTC 2016


Hi!

On Thu, 23 Jun 2016 23:17:57 +0200
meik michalke <meik.michalke at uni-duesseldorf.de> wrote:
> as it turns out, safari needs to be started by setting browser to 
> "/usr/bin/open". then it does open up the correct help page at once.
> so that was not leading anywhere, actually :-/

Ok.
 
> the option seems to be set correctly. i tried invoking the main part
> of the browser function directly:
> 
>  .rk.do.plain.call("showHTML", as.character("http://127.0.0.1:...."), 
>    synchronous = FALSE)
> 
> using a valid URL from a previously launched safari -- nothing (i.e.,
> new empty tab). when i replaced the URL with something from the WWW,
> RKWard asks if the page should be opened with the standard
> application, as expected. so there *is* some evaluation taking place.

There is, but I don't think this can have anything to do with it. My
guess is it's some problem with the kio-slave handling http. That
actually sounds like something that could possibly go wrong while
packaging, although I wouldn't know, where to look...

One thing to try:
- Edit rkward/windows/rkthmlwindow.cpp, replace
    KWebPage (window, KIOIntegration | KPartsIntegration)
  with
    KWebPage (window, NoIntegration)
near the top.

Oh, actually, one more thing now comes to mind as something that I had
to fix on the frameworks branch for related symptoms (commit
b8f1cd6295193d9d8058facf09669a0fcea19dbc). That might be worth a try,
too, but not trivial to backport, unfortunately (and no idea, why it
should be needed, now, and only in the bundle). If you could try the
above first?

Regards
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://mail.kde.org/pipermail/rkward-devel/attachments/20160624/ed7cdad1/attachment.sig>


More information about the rkward-devel mailing list