Alarm clock doesn’t work
#2
(07-20-2020, 12:45 PM)Captain1ndustry Wrote: I don’t know where else to post this, but the alarm clock function in the clock app does not work. I updated as recently as yesterday evening. Just putting this out there again, if there is a better place for trivial bug reports please direct me there. Thanks again for all the amazing work and rapid progress to this point.

Yes I noticed the same, not sure where to file a bug report myself.
For the interm as a work around I have been using a cronjob and music123

apt install music123
crontab -e

and add something like
0 7 * * * /usr/local/bin/alarm.sh

and in alarm.sh have something like
Code:
#!/bin/bash
Code:
for i in `seq 1 10`; do
Code:
    music123 /usr/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga
Code:
done
which plays the alarm clock sound 10 times in a row

The unfortunate thing is that doing so will be quite difficult to turn off and it is kindof quiet. You could modify the script to fix this a number of ways I am certain. My initial thought would be check for a file, but making a file takes more time than the thing plays for. Maybe an adaption to check if the flashlight app is running... then you could start the flashlight app to turn it off.
  Reply


Messages In This Thread
Alarm clock doesn’t work - by Captain1ndustry - 07-20-2020, 12:45 PM
RE: Alarm clock doesn’t work - by antiX-Dave - 07-20-2020, 05:46 PM
RE: Alarm clock doesn’t work - by chris_02 - 07-22-2020, 03:00 PM
RE: Alarm clock doesn’t work - by dukla2000 - 07-22-2020, 03:44 PM
RE: Alarm clock doesn’t work - by Boern - 07-22-2020, 04:29 PM
RE: Alarm clock doesn’t work - by Kawayuppie - 10-21-2020, 03:43 AM
RE: Alarm clock doesn’t work - by Kawayuppie - 10-21-2020, 07:12 AM
RE: Alarm clock doesn’t work - by pothos - 01-08-2021, 04:23 PM
RE: Alarm clock doesn’t work - by bitnick - 01-13-2021, 12:53 PM
RE: Alarm clock doesn’t work - by moodroid - 01-15-2021, 12:29 PM
RE: Alarm clock doesn’t work - by baptx - 08-02-2024, 01:30 PM
RE: Alarm clock doesn’t work - by anonymous - 08-16-2024, 03:18 AM
RE: Alarm clock doesn’t work - by baptx - 12-15-2024, 07:07 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  The program doesn`t detect the camera blag0rag 6 3,062 09-17-2024, 03:45 PM
Last Post: Kevin Kofler
  wwan0 (SIM interface) doesn't work with OpenVPN nickolas 6 4,275 09-05-2023, 11:16 AM
Last Post: nickolas
  Chatty does not work after suspend mode user641 4 3,721 07-18-2023, 10:43 AM
Last Post: alaraajavamma
  Wifi doesn't work after update nickolas 2 2,393 04-14-2023, 10:07 AM
Last Post: nickolas
  Most recent Mobian image or installer image known to work? DrPlamsa 13 9,296 02-26-2023, 11:47 PM
Last Post: SukiiPooru
  German Emergency Alarm System Test arno_nuehm 4 3,619 12-11-2022, 01:44 PM
Last Post: traut
Exclamation The webcam doesn't work in Firefox anonymous 0 1,316 11-06-2022, 01:45 PM
Last Post: anonymous
  Megapixels doesn't work Glenn 4 4,809 08-28-2022, 03:19 PM
Last Post: vortex
  PP Keyboard doesn't charge Pinephone (Mobian) jojuma 1 2,011 08-06-2022, 01:10 AM
Last Post: elode
  Can't Get Nheko To Work [never mind, it's a bug] el.pollo.diablo 0 1,309 08-02-2022, 02:11 AM
Last Post: el.pollo.diablo

Forum Jump:


Users browsing this thread: 1 Guest(s)