-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
External protocol handlers #213
Comments
Noting that this is separate from #135 in that one is choosing applications based on URI scheme and not the media type. |
Hello, I have made kind of a hacky patch for something like this using
|
Yeah, the solution here should be cross-platform or at a minimum #ifdef'd with |
My intention, which I felt was fairly clear, was to provide a simple patch that other users could build off of if they so desired and it happened to suit their needs (such as working on their platform), as a temporary option while waiting for your solution. I would have made a PR if I had been asking you to accept something. |
Please do not repeat mozilla mistake of having its own type/software association in Firefox. My OS knows what software should be used to open a file and lagrange should trust it. |
But it should be something that can be overridden. My use case for this is that I have a browser profile for work and another for personal. I want URLs opened through gemini to open in a specific profile that is not my default. |
Would be implemented similar to mozilla firefox how you can be asked which application to open the uri with.
http://kb.mozillazine.org/Register_protocol
The text was updated successfully, but these errors were encountered: