Opened 10 years ago
Last modified 2 years ago
#2669 new bug
file association not set with two user accounts in win7 64 bit
Reported by: | Keruskerfuerst | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 2.1.1 |
Component: | GTK UI | Version: | 1.3.10 |
Keywords: | Cc: |
Description
I have Windows 7 SP1 64 Bit installed. One sysadmin account and two user accounts. Only one user account has the correct file association and the other acoounts has to be corrected manually.
Change History (9)
comment:1 by , 10 years ago
Milestone: | Future → 1.3.x |
---|
comment:2 by , 10 years ago
Component: | Plugin → GTK-UI |
---|---|
Milestone: | 1.3.x → 1.3.11 |
comment:3 by , 10 years ago
I think setting both to use current user would be the best solution. It makes it easy for different users to use different clients and it also eliminates any possible permissions issues.
I also think that mering https://github.com/deluge-torrent/deluge/pull/20 and possibly going further and adding a popup if the association fails would be good too.
I think the check is good to have that way if the user has a association setup already it wont break it so it can still be used till they resolve their issue but we also need a way of informing the user it failed so they know whats going on.
comment:5 by , 10 years ago
Milestone: | 1.3.11 → 2.0 |
---|
The installer will set the
HKCR
key but I think this may be overridden byHKCU
so maybe look to modifying both torrent and magnet association for this scenario.There is a pull request related to this but I am not completely happy with the way we determine and set the keys and feel it needs some more thought.