question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Desktop] Provide option to "always" open files with system default or provide "do not ask again" option

See original GitHub issue

Description

As it is now, users can disable Webtorrent in settings and after doing this, the browser will prompt the user after clicking/downloading on a magnet link or torrent file, asking whether or not you’d like to use [System default torrent client] to open the file.

image

However, with this method, users are prompted every time they attempt to download a torrent/magnet file. This can be cumbersome and there should be a way to tell the browser to always default to the users preferred torrent client.

Consideration and Suggestion When adding this feature, there should also be a way to reverse the decision so that users can choose different clients if necessary.

I would suggest adding a couple checkboxes to the UI for the simplest implementation (plz excuse the hasty shop job): ask

And in Settings --> Extensions: wt

cc @yrliou @rebron

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:46
  • Comments:52 (2 by maintainers)

github_iconTop GitHub Comments

14reactions
bencefalocommented, Nov 1, 2019

It would be great if when this is fixed its fixed for other apps and not just torrent… like zoom.us and webex. You are prompted every time to open zoom when browser from a zoom meeting

9reactions
belminfcommented, May 12, 2020

Linux one-liner that worked for me:

sudo mkdir -p /etc/chromium/policies/managed && echo '{"ExternalProtocolDialogShowAlwaysOpenCheckbox": true}' | sudo tee /etc/chromium/policies/managed/protocol_open.json

No need to restart. Just needed to select the checkbox the first time opening a protocol. For e.g., for magnet links:

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to undo "Always open with" option in Windows 10
Press Windows + X keys and select Control Panel. · Select Default Programs. · Select the application and right side click on Set...
Read more >
Reset or undo Always use this app to open file with option in ...
Press Win+I to open Settings · Select Apps settings · Now on the right side. click open Default apps · Search for the...
Read more >
How to Change the Default Program to Open a File With
Click OK to open the file and change the default program Windows uses for this file type to your selected app.
Read more >
Windows 10: Change the Default Program for Opening Files
What do I mean by default programs? · Changing the default program for specific file types · Now what? · Having no default...
Read more >
How to change default app to open a file type in Windows 10
Most of the programs used in Windows 10 are associated with particular file types and protocols. For example Windows plain text files ....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found