whisthq / whist

Whist Browser
https://whist.com
Apache License 2.0
7 stars 3 forks source link

Redirect url clicks to local default browser #29

Closed philippemnoel closed 3 years ago

philippemnoel commented 4 years ago

Feature Name & Description When a user clicks links in a Fractal container, it should redirect to their browser:

Screen Shot 2020-10-13 at 17 16 52

From @djsavvy 's suggestion, "just a little program to redirect urls via Xdg might do it"

The Problem It Fixes Seamless integration between streamed apps and regular apps.

Feature Implementation See above

philippemnoel commented 3 years ago

Thought: Maybe best to redirect URL to default browser on their system, and hopefully one day that default browser is the Fractal streamed chrome?

djsavvy commented 3 years ago

To clarify/add some context to the quote that "a little program to redirect urls via Xdg might do it" --- that would be the server-side that intercepts web browser-opening requests and instead notifies the protocol server about it. The server would send it to the client, which would open the URL on the host machine natively.

djsavvy commented 3 years ago

Thought: Maybe best to redirect URL to default browser on their system, and hopefully one day that default browser is the Fractal streamed chrome?

100% agreed.

philippemnoel commented 3 years ago

Bumping this slightly for non-browser apps as this was something requested by one of our demo users.

rpadaki commented 3 years ago

Closing in favor of #963 because that's better scoped.