dreemurrs-embedded / Pine64-Arch

:penguin: Arch Linux ARM for your PinePhone/Pro and PineTab/2
686 stars 105 forks source link

glib2: notification sleep warning #593

Closed wes1138 closed 8 months ago

wes1138 commented 8 months ago

Device info (please complete the following information)

Describe the bug After recent upgrade (ran pacman -Syu on Oct. 14), pinephone appears to receive mystery notifications (notification led blinks, but no notifications show up in the list). Further, these notifications seem to turn the screen on. This will happen every few minutes.

To Reproduce Steps to reproduce the behavior:

  1. Update system.
  2. Let phone rest (press power button, then don't touch anything).
  3. In <= 5 minutes, you will get a notification / screen wake up, as described above.

Expected behavior Phone stays asleep in the abscence of real notifications.

Logfiles and additional information Seems like glib2 upgrade is to blame. The relevant lines in pacman.log:

[ALPM] running 'glib-compile-schemas.hook'...
[ALPM-SCRIPTLET] No such key “show-notification-sleep-warning” in schema “org.gnome.settings-daemon.plugins.power” as specified in override file “/usr/share/glib-2.0/schemas/11_mobile.gschema.override”; ignoring override for this key.
Danct12 commented 8 months ago

Please update your device again. I recently pushed 561b4dd55b9e5bf56502a7d7c30d0ed09849639c which should fix the wake issue.

wes1138 commented 8 months ago

Thank you! Ran it this morning -- must have just missed your update.

wes1138 commented 8 months ago

Seems resolved. Thanks so much.