Merge lp://qastaging/~mterry/gsettings-ubuntu-touch-schemas/input-schema into lp://qastaging/gsettings-ubuntu-touch-schemas
Status: | Merged |
---|---|
Approved by: | Ken VanDine |
Approved revision: | 60 |
Merged at revision: | 59 |
Proposed branch: | lp://qastaging/~mterry/gsettings-ubuntu-touch-schemas/input-schema |
Merge into: | lp://qastaging/gsettings-ubuntu-touch-schemas |
Diff against target: |
96 lines (+73/-0) 3 files modified
accountsservice/Makefile.am (+1/-0) accountsservice/com.ubuntu.AccountsService.Input.xml (+66/-0) debian/changelog (+6/-0) |
To merge this branch: | bzr merge lp://qastaging/~mterry/gsettings-ubuntu-touch-schemas/input-schema |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ken VanDine | Approve | ||
Michael Zanetti (community) | Approve | ||
Review via email:
|
Commit message
Add com.ubuntu.
Description of the change
This list of properties came from Ken (https:/
= AccountsService =
But I've moved them to this more central location. And I've switched them to be AS properties.
I figured AS made more sense than gsettings because consider the encrypted-home case on the phone: a single user system, but now before the first login after booting, we change the user's mouse speed on them, and enable the touchpad while typing when they had it disabled. The user would be confused why we're losing settings.
Even in a multi-user case, some of these properties would want to be honored per-selected-user. Like maybe TouchpadDisable
AS is a good place to keep these properties, so that the greeter can grab them if needed.
= Cursor Speed =
I've also updated the default for CursorSpeed to 0.75 from 0.5. It felt better to me (and we had complaints about 0.5 -- bug 1536383).
ack!