GNOME Bugzilla – Bug 769088
filters: I can't tell the difference between my private and my work documents
Last modified: 2017-04-05 05:43:31 UTC
Created attachment 332009 [details] screenshot So I have two Google accounts connected on my laptop. One is my private account, and the other is my work account. I was trying to find a document from work, so I wanted to restrict the filter/search to only the work account. Problem was, I couldn't easily identify what one of them was the work account, as both of them were called "Google".
I pushed a fix for this to master. We now also show the identity when there's more than one account for a given provider.
Created attachment 349244 [details] Screenshot with the fix Attaching a screenshot as requested in #gnome-design.
So the Microsoft account in there is one long string, and that actually doesn't need the unique identifier, since it's the only Microsoft account on the system. So I'm wondering if it's worth showing only the unique part of the identifier that is needed in each case: Case 1 - Has only one account - show "Google" Case 2 - Has one work and one private account on differnt domains - show "Google (domain.tld)" Case 3 - Has two private accounts on same domain - show "Google (user@domain.tld)"
Thanks for testing! You actually found a bug -- it was not supposed to show the account identity when there's only one source with that name. I agree with the other suggestion of only showing the domain if possible.
Created attachment 349259 [details] [review] build, lokview: Bump minimum GJS requirement to 1.48.0 The last patch needs a newer gjs or needs to be written without Map.forEach.
Review of attachment 349259 [details] [review]: Thanks!