The Following User Says Thank You to martonmiklos For This Useful Post: | ||
![]() |
2017-06-09
, 07:02
|
Posts: 1,296 |
Thanked: 4,321 times |
Joined on Oct 2014
|
#2
|
The Following User Says Thank You to nieldk For This Useful Post: | ||
![]() |
2017-06-09
, 07:11
|
Posts: 11 |
Thanked: 89 times |
Joined on Dec 2015
@ Hungary
|
#3
|
The Following User Says Thank You to martonmiklos For This Useful Post: | ||
I am trying to create a patch for this problem*:
https://together.jolla.com/question/...alendar-alarm/
Now I am facing with a very strange issue: the ngfd seems to caching the config from the events.d folder.
I have removed the sound.repeat = true line from the calendar.ini:
The QML component calls the ngf's Play method with the correct argument:
What I did already:
Any hints would be welcomed!
*The patch should install a settings page for the Calendar which would be accessible from the Settings -> Apps -> Calendar.
The user could globally change the calendar notification behaviour to continous notification. This setting would be stored in DCONF.
The patch would create a separate config called continouscalendar.ini.
The jolla-alarm-ui would be modified to call the ngf's Play method with "calendar" or "contonouscalendar" arguments depending on the DCONF settings value.
Last edited by martonmiklos; 2017-06-08 at 21:10. Reason: minor tweaks