pine64-pinephonepro: notifications make torch flash instead instead of status indicator led
Describe your issue
What's the expected behaviour?
When I have notifications, the status indicator at the top of the phone should blink.
What's the current behaviour?
Instead, my flashlight/torch by the camera blinks.
How to reproduce your issue?
Received a notification, and observe the flashlight.
What device are you using?
PinePhone Pro Explorer Edition
On what postmarketOS version did you encounter the issue?
-
edge ( master
branch) -
v24.12
-
v24.06
(supported until 2025-01-23) -
I confirm that the issue still is present after running sudo apk upgrade -a
I've never had this issue before, using previous versions of postmarketOS up to and including v24.06.
The issue started after doing a fresh install of v24.12.
On what environment did you encounter the issue?
Environments
-
GNOME Shell on Mobile -
Phosh -
Plasma Mobile -
Sxmo (Wayland/Sway) Please post the output of sxmo_version.sh
-
Other: Please fill out
How did you get postmarketOS image?
-
from https://images.postmarketos.org -
I built it using pmbootstrap -
It was preinstalled on my device
What's the build date of the image? (in yyyy-mm-dd format)
20250101
Additional information
With help from Arnavion (@_oftc_Arnavion:matrix.org
) from the Matrix community, I've been able to workaround the issue.
To stop this from bothering me for now, I created the following file (using the empty feedbacks
is because I'm lazy, I'll configure it properly later):
~/.config/feedbackd/themes/custom.json
{
"name" : "custom",
"parent-name": "default",
"profiles" : [
{
"name" : "full",
"feedbacks" : []
}
]
}
Then ran the following command:
gsettings set org.sigxcpu.feedbackd theme custom
I have not tried this, but apparently if the file is simply named default.json
, there's no need to follow-up with the command to set which theme to use:
~/.config/feedbackd/themes/default.json
{
"name" : "custom",
"parent-name": "default",
"profiles" : [
{
"name" : "full",
"feedbacks" : []
}
]
}