ungoogled-software / ungoogled-chromium

Google Chromium, sans integration with Google
BSD 3-Clause "New" or "Revised" License
20.86k stars 846 forks source link

Is there a way to remove profile icon on next build? #259

Closed shak3800 closed 7 years ago

shak3800 commented 7 years ago

First of all i really like the ungoogled chromium . It feels very light and fast and of course private .

Is it possible since we are not using the Sign In To Google services , to remove the profile button (avatar) ? I remember there was a patch for an older version but i don't know if this will work for the upcoming release.

Is there any temp workaround to hide it?

Thanks a lot!

woolyss commented 7 years ago

You talk about this patch https://github.com/hparadiz/chromium-disable-profile-button-patch No, it doesn't work on new Chromium versions.

arutr commented 7 years ago

It is possible to write a patch to disable the avatar button, but I'm not sure whether that would be desirable for people who use multiple profiles. I don't see any Google-specific sign in option on the latest build.

xsmile commented 7 years ago

You can use something like this patch https://raw.githubusercontent.com/xsmile/inox-patchset/e111eb8dadedbb9fa673f0a7bb129d10ab93fe2e/9003-disable-avatar-button.patch which disables the button unless it is enabled via chrome://flags. Alternatively as mentioned by @Artur96 it might be better to keep it enabled by deault unless the user disables it.

shak3800 commented 7 years ago

Ok so there is a patch that can do it. The reason why i m asking is because ungoogled doesnt use syncing. If you mean that users create locally person accounts and switch between them then yes. However there maybe a way to keep the sign in to chromium but the space consumed by the avatar to be removed

Eloston commented 7 years ago

The reasoning from @Artur96 is correct. AFAIK privacy and security are still intact not degraded with that button, so I see no reason to make a cosmetic change that deviates from Chromium's behavior.

EDIT: wording