Bug: Ambiences should restore previous sound + volume when unset
Currently, Ambiences can set a new sound scheme (tones and ringer volume) when they are activated, overriding the current user preference. This in and of itself is fine and intended behaviour, but once the ambience is unset (i.e. another ambience has been activated) the previous sound scheme is not restored.
Currently, the default ambiences always force the sound scheme back to default as a workaround, however this is neither correct nor ideal since the previous/user customised sound scheme may not be the default sound scheme, and this requires the user to edit every ambience they intend to use to set their custom sound scheme, or remove all sound actions so that they at least do not clobber the user's chosen sound scheme. See also this related bug report: https://together.jolla.com/question/172783/bug-default-ambiences-should-not-set-system-tones-patch/
A quick method to demonstrate why this is a problem:
- Edit any ambience (besides silent) and delete the "ringtone volume" action (it is important to remember that the existence of this action in any ambience is a workaround for the issue described in this report, so it is necessary to remove it to see the problem)
- Make sure the ringer is set to some audible volume, e.g. 60%
- Activate the silent ambience
- Activate the ambience customised in step 1
- Note that despite the phone no longer being set to silent, the ringer volume is still set to 0%, but we expected it to have been restored to the previous audible volume of 60%
A similar issue would occur even if skipping step 1, since given the existence of the current workaround (i.e. that every ambience defaults to set the ringer to 80% volume) step 5 would have set the ringer volume to 80% instead of restoring it to the expected 60% the user had set.
The correct way to resolve this is to have the ambience daemon remember what sound scheme was set when activating an ambience, and then restore that sound scheme when the ambience is deactivated, prior to activating any sound scheme associated with the new ambience. If the new ambience does not contain a sound scheme this would stop with the prior sound scheme restored, and if the new ambience does contain a sound scheme of its own then that would be applied and the just restored scheme would be remembered for the next switch.
This implementation must also be aware that if the user has modified any of the sounds under "sounds and feedback" that these would take the place of any remembered previous setting, so that deactivating an ambience would not restore a previous setting as that would clobber the user preference, however activating a new ambience may still change the sound scheme and remember the user's changes as the previous settings for later restoration.
Is ambienced open source, and if so can someone point me at the project page / source repo? I'm guessing it isn't since it is part of the UI, so we would have to wait for Jolla for this one.
DarkStarSword ( 2017-11-09 14:52:01 +0200 )editNo, ambienced is not OSS.....and don't hold your breath.
Spam Hunter ( 2017-11-09 16:40:32 +0200 )editFor me the workaround is to add all settings to all used ambiences. It's a lot of work and you need to check after every system update for overrides. But how many ambiences you really use regularly?
silmoc ( 2017-11-09 19:41:20 +0200 )edit@DarkStarSword I think this is a valid bug report and sounds to be something that needs to improve/ve fixed.
naytsyrhc ( 2017-11-09 21:41:45 +0200 )edit