Closed spi43984 closed 2 years ago
Forgot debug link. If needed will submit later.
As per implementation, this is "working as expected" since we didn't code that part in that recipe. Tho, we can (should) try to implement a global catch all for every recipe (if the setting is active in the recipe).
As per implementation, this is "working as expected" since we didn't code that part in that recipe. Tho, we can (should) try to implement a global catch all for every recipe (if the setting is active in the recipe).
How can that be achieved? If you ping me in that direction I can try to fix it. Can't use some of my web services as they need authentication and every link opens default browser with not authenticated session.
Am looking into the zoom and steamchat recipes to see how they solve that.
If a website links to a pdf file for instance - will it ever be possible to open that pdf within Ferdium or is this something that need to be opened and rendered by the default browser?
Currently if I click a link (that is linked to a pdf) in Ferdium that link is opened in the default browser - which actually doesn't open the pdf as I am not authenticated in the default browser.
If I right click the link and choose "Open Link in Ferdium" I can download the pdf to a custom folder - not too bad.
If I right click the link and choose "Open in Browser" the link gets opened in the browser, I need to authenticate and the service default start page is loaded - too complicated.
BTW - should I move that issue to ferdium-recipes?
@SpecialAro
As per implementation, this is "working as expected" since we didn't code that part in that recipe.
I wonder where does "Open URLs within Ferdium" actually work. All services I've tested ("Google/Hangouts Chat", "Facebook Messenger", "Zulip") which always opened external links with a system browser still did it regardless of the setting.
Apart from
right click the link and choose "Open Link in Ferdium"
There's another workaround: left click with pressed Shift. It opens a new Ferdium window where you can view external page or download file.
I would love to see "Open Link in Ferdium" as a default behaviour for a simple left click.
P.S. Found answer in this comment:
As per the implementation, this is only implemented for Discord, Skype, Steamchat and zoom. If needed for other services, please raise specific requests in the ferdium-recipes repo.
Well, in this case it's confusing to see such options for other services...
Closing since the associated issue https://github.com/ferdium/ferdium-recipes/issues/185 has been fixed in the latest nightly.
Avoid duplicates
Ferdium Version
6.1.1-nightly.11
What Operating System are you using?
Ubuntu
Operating System Version
20.04
What arch are you using?
x64
Last Known Working Ferdium version
No response
Expected Behavior
With a custom website service there is a setting "open URLs in Ferdium". When clicking a link on the custom website I'd expect the new website or pdf or whatever to be opened within Ferdium.
Actual Behavior
The link gets opened in the system default browser instead. That doesn't work though if the website expects authentication.
Steps to reproduce
Debug link
No response
Screenshots
No response
Additional information
No response