-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
brave-browser launches the most recent install (.deb packages) #1324
Comments
+1 from @Techguyprivate via #2281 |
Please solve the problem . It is now over a month . I am able to use brave stable for the last 3 days cause brave stable got recently updated. So I am able to open it. Otherwise , if a new beta/dev version will get published & updated , I will be unable to use brave stable . I didn't able to use my Brave stable for 20 days , where all my passwords, bookmarks are stored. |
Meantime, any tweaks, workarounds, solution, clever or dirty hacks. Thank you. |
@Techguyprivate the only work around(sorry for this) I can suggest for now is to uninstall and reinstall the release version once beta gets updated via |
I didn't understand. I should wait for a beta update ? After updating the beta , only and only then , I should uninstall, and reinstall release. If I uninstall the stable normal way, not purge or anything else in Linux mint , will I lose my tons of bookmarks, passwords, history? Thank you in advance anyway for such a product & service. |
@Techguyprivate I think i put the workaround in a wrong way. Here's what you can do to actually use both release/beta without having to purge your profile. If you install a new beta build, then release and beta shortcut will launch only beta so you can just run the following steps to retain your release profile
☝️ this will just remove the release version that is installed and reinstall the latest one keeping your profile intact. |
Solved for Windows and ubuntu without uninstalling anything. Not solved for Linux mint 19.1 . |
Here's my work-around for this on Ubuntu 18.04:
After this, launching The problem is twofold:
You can see that second point by doing:
I do agree with the expected result from the bug description. We should remove the diversion from the |
No opinion on whether In other words, either the following fragments should be unconditional on the release channel (and the executable should be installed at the distinct pathname
|
Today, Clicking on brave stable , open up brave beta on Ubuntu & Linux mint . I did remove brave , then installed it as suggested above. But the problem still occurs. |
@Techguyprivate did you try the work-around mentioned above? As the
|
@fmarier It solved the problem. But I can confirm that I did the following in my various linux os few months ago. " sudo apt remove brave-browser But the problem reappears again & again. As far as I can remember, recently the stable release got updated to chromium 72.121 something( for the file api security bug ) and then to chromium 73 . After that updating the beta releases , the problem reappears. For some more information, I have 3 release channels installed, cause I want to test , learn, get acquainted with the BAT system & ad systems. I recently installed nightly releases even. But on my ubuntu , I have no nightly release installed cause I saw the nightly releases recently, but the problem persists. |
@fmarier Will changing the directory or removing brave browser , remove my profile? The problem is little frustrating cause I have lot of sites with already logged in , in brave stable like fb, twitter,more importantly bank sites & other numerous sites. Whenever I log into any sites or any sites that require my password, I give much attention to the url for phishing attacks. Also I use long passwords , so typing long passwords again & again is frustrating, even if I use keepass . The problem is that I am facing this issue for the last 6 months continously when brave stable or beta updated. I don't get access to the brave stable once brave beta updated. Then clicking on brave stable opens up brave beta. SO I get locked out of brave stable. I can't use brave beta cause it is beta. so. |
Yes, that work-around is only temporary. As soon as You're right, it's really annoying. I have the same problem on my laptop. I will try to get to it soon. |
@rebron we need to revisit this and reprioritize to either |
Just want to state that today brave stable got updated to 61.52 (with an Upgraded Chromium to 73.0.3683.86) , the problem reappeared again. Just yesterday, I ran the following. cd /etc/alternatives/ Quiet a irritating problem. Again & again , I am accidentally opening up Brave beta ( although I am clicking on Brave stable) . Happened at least 20 times in 6months. Now-a-days , I forced to go to about page to see whether it is brave stable or beta. But anyway, thank you for the awesome product. |
This fixes brave/brave-browser#1324 by ensuring that the release package can also provide an alternative (of higher priority) for the /usr/bin/brave-browser binary. With this in place, that binary will default to the release browser and it can be configured normally using: sudo update-alternatives --config brave-browser
A simpler fix than the one I suggested previously is to simply rename the binary shipped by the release package in That's what the Fedora packages do already:
and so this is only a regression on Debian-based systems since brave/brave-core#45 (specifically brave/brave-core@c693f89) got merged. |
This fixes brave/brave-browser#1324 by ensuring that the release package can also provide an alternative (of higher priority) for the /usr/bin/brave-browser binary. With this in place, that binary will default to the release browser and it can be configured normally using: sudo update-alternatives --config brave-browser
Again, opened up brave beta when clicking on brave stable. Is it solved ? Or do I need to do anything else other than the things mentioned above? Thank you in advanced anyway. |
It's solved in version 0.66, which isn't released yet (the current one is 0.63). Until that version comes out, you will, unfortunately, have to use the steps from #1324 (comment). I appreciate your patience with this. My apologies for the time it took to get this resolved. |
Verification passed by @GeetaSarvadnya on
|
Description
brave-browser launches the most recent install
Steps to Reproduce
brave-browser
from terminal launches Dev buildbrave-browser
from terminal launches Beta buildbrave-browser
tobrave-browser-dev
Actual result:
brave-browser
launches the most recent install of Brave(Dev/Beta)Expected result:
brave-browser
should not launch Beta/Dev build, should be specified only for Release build. Onlybrave-browser-dev
should launch Dev build andbrave-browser-beta
should launch Beta buildReproduces how often:
Easy
Brave version (chrome://version info)
All Linux version
Reproducible on current release:
N/A for b-l
Website problems only:
Additional Information
The text was updated successfully, but these errors were encountered: