omarchy icon indicating copy to clipboard operation
omarchy copied to clipboard

Enable Google Signin / sync

Open hjanuschka opened this issue 8 months ago • 2 comments

this allows chromium to sign in with google account and sync, like u usually do in chrome! screenshot-2025-08-31_23-35-10

hjanuschka avatar Aug 31 '25 21:08 hjanuschka

Seems like these values come from here

krymancer avatar Sep 01 '25 01:09 krymancer

@Krymancer - https://stackoverflow.com/a/67459416 it came from here. we could compile/build it with those values embedded, keeping cli flags, aligns it more with chromium, but still be able to signin/sync

hjanuschka avatar Sep 01 '25 06:09 hjanuschka

@hjanuschka I've been using this for the last week, and it's been amazing to sync my google account. I've run into the following issue however, and curious to know if there's an easy way to fix it/existing flag maybe?

When I open a new browser window (e.g. SUPER + B) and select a profile, if there's already another browser window open with that profile, it simply redirects me to that window instead of spawning a new browser with the selected profile. This is particularly disruptive when trying to open a new window in a blank workspace as it will automatically switch workspace and focus another browser instance.

OmarSkalli avatar Sep 09 '25 17:09 OmarSkalli

@OmarSkalli I have this behaviour in main. I agree it's a pain but it's not related to this PR.

teoruiz avatar Sep 13 '25 13:09 teoruiz

@OmarSkalli I have this behaviour in main. I agree it's a pain but it's not related to this PR.

Ah you're right, thanks for pointing this out. I wasn't using multiple profiles until this change and wrongly assumed it was related.

OmarSkalli avatar Sep 13 '25 17:09 OmarSkalli