The Computer Oracle

Can I change the icon used to identify profiles in Google Chrome web browser?

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Hypnotic Puzzle4

--

Chapters
00:00 Can I Change The Icon Used To Identify Profiles In Google Chrome Web Browser?
00:23 Answer 1 Score 30
02:02 Answer 2 Score 20
02:19 Answer 3 Score 8
03:04 Answer 4 Score 4
03:48 Answer 5 Score 3
03:58 Thank you

--

Full question
https://superuser.com/questions/413145/c...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#googlechrome #icons #userprofiles

#avk47



ANSWER 1

Score 30


This worked for me:

  1. Quit Chrome (ensure you don't have any running).
  2. Find the Chrome application directory (e.g., on Windows, it is %USERPROFILE%\AppData\Local\Google\Chrome\User Data, on Mac it's ~/Library/Application Support/Google/Chrome/).
  3. Put your new avatar png file into the "Default" subdirectory.
  4. Edit the "Local State" file in a good text editor.
  5. Find the "profile" section; it resembles this:

       "profile": {
          "info_cache": {
             "Default": {
                "avatar_icon": "chrome://theme/IDR_PROFILE_AVATAR_7",
    
  6. Ignore the "avatar_icon" line - it's not what you want!

  7. Edit the "Default" profile section and add the following lines (I put them in the right alphabetical order amongst the other lines; I'm not sure whether that matters):

                "gaia_picture_file_name": "your-icon-file-name.png",
                "has_migrated_to_gaia_info": true,
                "use_gaia_picture": true,

  8. Save the "Local State" file.

  9. Start Chrome.

If you want to do this for other profiles, just do the above steps for a different directory besides "Default" (for example, "Profile 1").

You may want to star the Chrome issue 91230 http://code.google.com/p/chromium/issues/detail?id=91230 to get a proper UI for this type of thing again.

(I also answered this at How do I access/edit the Chrome user avatar images? on Super User.)




ANSWER 2

Score 20


This is not possible in current versions of Google Chrome or Chromium.

The Chromium issue tracker has a ticket for adding this feature, which you can follow:




ANSWER 3

Score 8


I just found a "non-hacky" way to fix this...

  1. Click on the profile name at the top of the browser window.
  2. Select the profile picture, the chrome settings page will appear with a list of avatars to choose from. Close this.
  3. From the list of profiles, select the one labeled "Current". Note: this only works for the profile currently active.
  4. Click "Edit". Your Google Profile Image should appear at the beginning of the list.
  5. Switch profiles and repeat.

Image Showing Steps


Chrome: Version 47.0.2526.106 m

OS: Windows 10 Pro




ANSWER 4

Score 4


Changing your profile icon is possible with the solution given at https://code.google.com/p/chromium/issues/detail?id=91230#c43 with several limitations.

Method

  1. Quit chrome, or kill it with task manager to be sure it's closed.
  2. Open a command prompt or Start Menu->Run
  3. Run the command: chrome --gaia-profile-info

Limitations

  1. You can only change the primary profile icon with this method, not other profiles.
  2. This method sets your profile icon to match your Google Account profile picture, so you must set your profile picture to the desired icon before-hand.

Hopefully the Chrome team will add proper support for this in the future.




ANSWER 5

Score 3


The following command works on Mac OS 10.7.5:

"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --gaia-profile-info