-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Allow to set qBittorrent as default program #19446
Conversation
glassez
commented
Aug 11, 2023
•
edited
Loading
edited
@qbittorrent/bug-handlers |
I have a local WIP branch on this issue too. Let me compare the two and give some feedback in a few hours. |
My local branch was WIP because I was investigating some Win7 quirks and got bored. Now, I removed the half-measures for Win7 and I think it probably is fully functioning as-is for Win10+. My branch is here. The relevant commit is this one. I am almost certain that the installer/uninstaller stuff are fully functional. Comparing it to your PR, apart from the naming scheme differences, there are a couple extra registry keys that I write. Finally, I can't remember if the changes in |
Another reason is, if the user runs qbt without using an installer they should be able to register it as default program. |
That is, you suggest leaving the user the opportunity to register qBittorrent as torrent/magnet handlers, but setting it as a default program (if it is registered) will be available through Windows Settings, right? Hmm... it might make sense. |
Thanks. this reg file is awesome, fix my magnet link.... |
05b7c4a
to
00e5b62
Compare
I believe that the current basic implementation will cover the needs of most "regular" users (who use the official installer and do not know anything about any profiles, portable modes, etc.). We should just start with it, and then try to extend it to cover more advanced use cases. Otherwise, this epic, which has been going on for about ten years, will not end. |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Register qBittorrent as possible default program for .torrent files and magnet links during install.
This comment was marked as resolved.
This comment was marked as resolved.
@glassez Strange one here.....went to test the builds & lt1 based build downloaded a-ok but lt2 based build gets flagged by windows defender & removed due to I'm talking about the *-setup builds. |
I got a similar warning when I just tried to download the installer created in GHA CI for the first time. I just ignored it. The most interesting thing is that the fully downloaded file passes the test without any problems. I also sent it to VirusTotal. There are no problems found there either. |
Ya, seems to be a one off....probably due to files being new/less frequently downloaded....(false positive) Anyway - I tested the Windows builds & could change associations, didn't observe any issues. 👍 |