--
--
Chromium Discussion mailing list: chromium...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+unsubscribe@chromium.org.
Do Windows users experience this as well?
On Linux, you can change the user data directory via an environmental variable, so you can check that.Unless the user is running Chrome using a different command line (a Windows shortcut with --user-data-dir), it should have the default one, I think. It seems odd that by default, the directory would be different. Perhaps they are using non-stable builds (beta, dev, canary)? Those may have different directories.
☆PhistucK
☆PhistucK
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discu...@chromium.org.
Hi,there are two ways an alternative User Data directory can be specified for use with Chrome:- on the command line with the --user-data-dir flag.- By GPO/plist/json policy on Win/MacOS/Linux.
In either case Chrome will create the whole directory structure in the specified location and use it instead. You can check if a policy is in effect by navigating to chrome://policy and in both cases the final User Data location in chrome://version.
Hi Julian,On Mon, Oct 16, 2017 at 4:13 PM, Julian Pastarmov <pasta...@google.com> wrote:Hi,there are two ways an alternative User Data directory can be specified for use with Chrome:- on the command line with the --user-data-dir flag.- By GPO/plist/json policy on Win/MacOS/Linux.Good to know that GPO can influence user data location, might worth to ask users to check with their workplace IT admins.In either case Chrome will create the whole directory structure in the specified location and use it instead. You can check if a policy is in effect by navigating to chrome://policy and in both cases the final User Data location in chrome://version.In some cases, user cannot open chrome://version because user data folder is corrupted and Chrome cannot be opened at all.Second example is about bookmarks loss. Bookmarks recovery usually means finding Bookmarks(.bak) in user data folder. However, this user cannot find ~/Library/Application Support/Google.It is best to avoid opening Chrome before securing the Bookmarks(.bak) files to prevent Chrome sync from overriding bookmarks.Question: is it possible to find the location of Chrome user data folder without opening chrome://version (i.e. by checking registry etc)?