02-02-2021, 03:10 AM
(This post was last modified: 02-02-2021, 05:33 AM by arno_nuehm.)
(02-01-2021, 04:43 PM)pothos Wrote: Hi,
I would suggest you to use the alarm clock app I wrote It wakes the device through systemd timers that sett the RTC device clock: https://gitlab.gnome.org/kailueke/wake-mobile
Mobian binary packages are linked in the README.
In your case, why is cron waking up the device, do you use the systemd-cron?
Hello there,
your app sounds promising. For my Mobian (latest updates), there were two dependencies missing:
gnome-session-canberra
python3-psutil
After installing these two, the app works fine, thank you!
And thanks to derbaertigefrytz for bringing up this topic and the hint for python3-psutil.
And I get an error trying to start the app
Quote:File "/usr/bin/wake-mobile", line 9, in <module> import os, sys, signal, psutil
ModuleNotFoundError: No module named 'psutil'
Any ideas?