-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BROWSE action is not supported on the current platform error with Zeal and Debian #73
Comments
Looks like the error comes from Java: |
could this be #71 |
Got same on Kubuntu 17.10. Seems to duplicate #71 but installing |
I can confirm that installing |
I'm also using KDE 5 |
I have KDE aswell and the same issue. No luck with |
@leoarnold @machinekoder @IGotPaws have you tried installing |
@gdelmas Yes, |
The relevant file here might be |
URL handling is registered correctly:
and
will launch Zeal as desired, so this is definitely somewhere in the Java |
@gdelmas Would it be a viable option to drop usage of the Desktop API and go native instead like this? https://stackoverflow.com/a/18004334 |
@leoarnold I'm all in favor of that. The official Java desktop API seems to be broken or outdated for everything other than GNOME2. |
as this appears to become more and more of a problem for several users surely there must be some solution. not sure if the stack overflow solution might create more problems. we had a direct call to zeal before. maybe we should revert this: df176d8 |
just re-read the issue. zeal dropped support for |
@gdelmas Maybe contact the JetBrains guys? I mean they must have some open system link functionality somewhere in the IDE. |
good idea. i'll ask them |
@gdelmas Any news on this topic? |
unfortunately not |
It would be nice if this plugin would work on Linux. A direct call should be fine. Zeal dropped the --query param, right. Instead it works just without it now!
Reverting df176d8 and removing line 36 in ZealLauncher.java should fix this issue most likely. |
It's not a solution but at least a workaround: installing version 3.2.5 worked for me. |
bump -- is there any update on this issue? I'd really love to see it fixed. If the solution proposed by @MateuszKowalewski is feasible, I'd be happy to submit a PR. |
@nre-ableton can you verify that what we were passing to zeal in the query param works without it as well please. i guess it would be nice to still use the registered handler on systems that support that, but maybe we can fallback to just calling zeal. i guess the detection of the registered handler might be tricky as well. so maybe just falling back on the command line if an error is thrown might be good enough. what do you think? |
@gdelmas I'm not exactly sure how to verify this, but I can verify that calling Is there something else you'd like me to test specifically? |
same here:
Any chance to fix this any time soon :/ |
Have the same error - it looks like KDE is the problem. Can we call zeal some other way? |
I get the following error message:
when I try to use the Dash plugin in CLion with Zeal under Debian.
Any ideas what could be the reason?
The text was updated successfully, but these errors were encountered: