Skip to content

Add settings to allow disabling general vibration

Ratchanan Srirattanamet requested to merge personal/peat-psuwit/othervibrate into main

The settings is stored in AccountsService, so that we don't need to handle per-user settings and its DBus interface ourselves. To support e.g. incoming call vibrate as a separated settings, a new DBus object which doesn't obey this settings is introduces. It can be called by only the unconfined apps.

The plugin is updated to allow system clients to use the privileged path.

Fixes: #9 (closed)


The privileged clients MRs (telephony-service!80 and lomiri-keyboard!217 (merged)) is set to be merged before this MR, as without this MR they does nothing. This ensures that the image will never be in the "broken" state.

Edited by Ratchanan Srirattanamet

Merge request reports