Comment 8 for bug 1626742

Revision history for this message
Arthur Mello (artmello) wrote :

Thanks a lot for those logs. It seems that ubuntu-push click hook is doing its job and updating the apps list as expected. Unfortunately I am still not able to reproduce this issue locally, but I am investigating Notification pannel code on ubuntu-system-settings since this seems to be the responsible for this problem. The relevant log file for it would be: ~/.cache/upstart/application-legacy-ubuntu-system-settings-.log . If you see any suspicious message there (or if you want to send the full log) please add an attach to this bug report and it may help us to find out what is wrong.

If this is your daily phone device and you need to control the notifications until we find out what is wrong you can enable/disable notifications via GSettings:

$ gsettings set com.ubuntu.notifications.settings:/com/ubuntu/NotificationSettings/com.ubuntu.calendar/calendar/ enable-notifications false

This command would disable notifications for calendar-app. You can use "true" instead of "false" to enable notifications back. Or change the last part "com.ubuntu.calendar/calendar/" for the relevant entry you have in the GSettings applications list (i.e use com.ubuntu.telegram/telegram/ to control telegram notifications)

This is not expected to be a proper workaround for the problem but maybe it can help until we find a proper fix.