Description of the issue: I uninstalled the Brave Snap package, and all my data was removed with it! I’m curious how I can restore this data from a full system backup into a manual install of the Brave Browser.
Also, I’m curious how to “install” the manually downloaded Brave binary, so I can set it as my default browser in Ubuntu.
Snap installation is not official and is community maintained which is not upto date. Please install from official Brave source list. You can find instructions here.
As far as your browser profile data goes it should be inside /home/<user>/snap/brave/59/.config/BraveSoftware
Open Terminal and run brave-browser. Close the browser
Run the following command rm -rf ~/.config/BraveSoftware/Brave-Browser/
Run cp -r /home/<user>/snap/brave/59/.config/BraveSoftware/Brave-Browser/ ~/.config/BraveSoftware
If you are not comfortable with command line. Just do it manually by deleting the profile folder in ~/.config/BraveSoftware and then copy from snap folder to .config folder
Thanks! So I got it to install, however it isn’t showing up as an option for the default browser, nor is it appearing in my menu of applications. Could you help with that?