FR: Use policy to remove default piinned apps from the shelf |
|||||||||
Issue descriptionChrome OS pinned apps policy allows admins to pin apps to the shelf. It however does not remove deafult pinned apps (like gmail, youtube, etc.) from the shelf providing for a bad first UX for managed users.
,
Oct 6 2017
OK, so the ask is either: a) A policy to remove specific defaults (possibly fragile because we may add/change defaults whenever we want) or b) If PinnedLauncherApps policy is present, don't add any defaults (note that I don't know how defaults are specified - it's possible that they are populated during profile initialization so for pre-existing profiles we may not know whether a given icon is user-added or added by default, so we might only be able to do this option when the policy is set at the time the user first signs in).
,
Oct 6 2017
Currently default pinned apps are hard-coded as a default value for syncable list pref: https://cs.chromium.org/chromium/src/chrome/browser/ui/ash/chrome_launcher_prefs.cc?rcl=9c1d91c2ce388ffd5bfb0c005cd1c9f7016c7e3a&l=42 There is a code that runs on First Run. Currently it joins kPinnedLauncherApps and kPolicyPinnedLauncherApps pref lists. We can change that code so that it would look if kPinnedLauncherApps has default value, and treat it as empty in that case. That all applies to First run though, so there will be no changes for existing users.
,
Apr 13 2018
I use my chromebooks as lenders at my library. The blocked apps with the app icons still appearing confuses our patrons.
,
May 21 2018
Other an enterprise customer has requested the same FR. Case#: 15790232
,
Jun 9 2018
Let's try to raise it a little to P2? As there are more and more customers are interested.
,
Jun 11 2018
David: So we want to go with b) from comment #2?
,
Nov 20
Still nothing changed in recent versions, atwilson, dskaram: there are customer who are still interested and waiting for this FR, e.g. b) implementation of #2
,
Nov 20
,
Nov 20
,
Nov 23
Reassigning to marcus to prioritize this work.
,
Jan 16
This is more a bug with the underlying sync / enterprise / policy logic, not really with the UI itself.
,
Jan 16
|
|||||||||
►
Sign in to add a comment |
|||||||||
Comment 1 by dskaram@google.com
, Oct 6 2017