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.

Registry fix to address file type associations from Muon

See original GitHub issue

Description

Setting Brave as a default program for [some] file types produces inconsistent results at best. Opening hyperlinks, for example, generally works, but I’ve had users report that even that wouldn’t always take.

This applies to any way in which file type associations are made:

  1. Via reg/command line args
  2. Open With... --> Always open... from context menu
  3. System Settings --> Choose a default app for each type of file

Steps to Reproduce

  1. Use any method to associate a file type/extension (.jpg, .html, .tiff, etc) with Brave.
  2. Test the association by opening a file of the appropriate type

Actual result:

Sometimes works, sometimes doesn’t - very inconsistent.

Expected result:

File type opens in Brave as long as it’s capable of doing so.

Reproduces how often:

Inconsistently, but often enough that you should be able to reproduce this after a few tries/file types

Brave version (brave://version info)

Brave Release channel build v0.58.18 Win10 x64

Reproducible on current release:

  • Does it reproduce on brave-browser dev/beta builds? Yes

Additional Information

Report from user with additional details and test methods: https://community.brave.com/t/file-extensions-wont-associate-with-brave/39034

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:17 (2 by maintainers)

github_iconTop GitHub Comments

14reactions
lucazertyuicommented, Jan 15, 2019

Hi, I had the same issue on Windows 7 (64 bits) As explained here, for me the problem was that the value of BraveHTML in Windows Registry (HKEY_CLASSES_ROOT\BraveHTML\shell\open\command) did not match brave.exe location I changed the value and now everything works !

7reactions
SpawnMoreOverlordscommented, Jan 15, 2019

@lucazertyui modifying the registry key value at this location has fixed the problem for me too, thanks!

It was pointing at “C:\Users\myuser\AppData\Local\Brave\Brave.exe” – “%1” which must have been the path to the legacy Muon-based Brave installation.

I’ve now modified the path to “C:\Program Files (x86)\BraveSoftware\Brave-Browser\Application\brave.exe” – “%1” and it works.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Registry Location For File Extension Associations
Can anyone provide the exact location in the System Registry where the Default Programs for File Associations are stored?
Read more >
Remove File Type Associations using Registry Editor in ...
Press Win+I to open Windows Settings. Go to Apps > Default apps. Scroll down to the bottom. Click on the Reset button. Click...
Read more >
How to Change Windows 10 File Associations and Default ...
First, open File Explorer and navigate to the folder which contains your file. Then, right click the file and select Properties. A new...
Read more >
File type associations are unreliable in Windows - Known Issues
On your Windows machine, with no Brave instances open, use the start menu search bar and type regedit , hit enter · Select...
Read more >
How to Remove File Type Associations Using Registry Editor
dialog and selecting the “Always use this app to open” checkbox, or via Default Programs or Default Apps. While you can set or...
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