In Chrome under Settings -> Personal Stuff, I am given the option to 'Import Data from Another Browser..'. However Chromium is not displayed as an option...
Is the only way to do this to sync with my Google account? Is there an offline way to copy over the data? Or a workaround that does not require I have a Google account to sync to?
Do a copy of your
~/.config/chromium
directory to your~/.config/google-chrome
directory.You can also do a symlink, like this:
ln -s ~/.config/chromium ~/.config/google-chrome
That will use the chromium config as the "authoritative"/"master" config directory, with chrome just looking into chromium.
It's also a wise decision to quit Chromium and/or Chrome so that you don't have any issues with config directories.
The answer is almost the same for all browsers.
In Chromium, go to Bookmarks/Bookmarks Manager (NOT to "Import bookmarks and settings")- "Organize": "Export bookmarks to HTML file" and save your bookmarks as html file. Then in Google Chrome (or very similarly in any other browser) go to Bookmarks manager and in the same way import bookmarks from the HTML file that you just saved. Save your bookmarks as html from time to time and import them when you need them in new browsers.
Shortcut to access bookmarks manager: Shift-Ctrl-O.
srcdir=~/.config/chromium
srcdir=~/snap/chromium/common/chromium
Make sure,
~/.config/google-chrome
doesn’t yet exist (rm -r ~/.config/google-chrome
if necessary), then:ln -s $srcdir ~/.config/google-chrome
cp -r $srcdir ~/.config/google-chrome
--password-store=gnome-libsecret
, you’d do:As opposed to the answer that suggested to copy or symlink the
~/.config/chromium
folder to~/.config/google-chrome
(this actually results in starting Chromium when running the google-chrome executable - I guess, many settings inside the config folder are responsible for this), it is actually correct to copy/symlink theDefault
folder inside Chromium's config folder to Chrome's config folder. (Or vice versa, if you will.)I found on mac that rsync can do the trick it help to copy all your data .