Oleg Shparber

Results 323 comments of Oleg Shparber

The change was made because of KDE being very strict about the URL format, and in this case `//` should not be there. Zeal should parse that just fine, I'll...

I have tried it, and both `xdg-open` commands work just fine, with or without double slashes. It might be a problem specific to your setup. What are your system and...

Try running Zeal with the whole URI: ```shell zeal "dash-plugin:query=shared_ptr&keys=cpp,net,boost,qt,cvcpp,cocos2dx,c,manpages" ```

So, the problem is somewhere between `xdg-open` and Zeal. Fedora [uses](http://pkgs.fedoraproject.org/cgit/rpms/zeal.git/tree/zeal.spec#n68) `.desktop` file provided by us, so it should work just fine. Also my `xdg-open` is slightly older, but I...

Fedora pulls in many of post 1.1.1 `xdg-utils` changes, that my Arch version doesn't have. [GIO support](https://cgit.freedesktop.org/xdg/xdg-utils/commit/?id=0d6eebb27c562e8644ccf616ebdbddf82d0d2dd8) is one of them. I guess it makes sense to file a bug...

When you file bug reports, please post links here, just for the reference.

We removed `//` due to [KDE problem](https://github.com/blakeembrey/atom-dash/issues/37#issuecomment-237140968), and `xdg-open` is supposed to handle such URLs properly. I wonder if `skype:` protocol works with the new xdg-utils...

Thanks for suggestion, I'll update the README file with some basic instructions.

The correct list of dependencies should be generated when plugin is built. Try to rebuild it against the correct version of Qt Creator source code.