I recently started using Zorin os 18.
1 small thing i can't figure out: if i change the volume from my bluetooth headset/earbuds (button on the headset itself), i don't get any onscreen pop-up or indicator that the volume gets changed. On Windows 10 & 11, Android and Linux Mint, i do get the volume indicator when changing it.
Is there something i can change or install to make it show up?
Thank you!
Unfortunately I don't get it to work. Maybe it is because of the live session. I installed the extension and tried it with Wayland and Xorg. Or I make something wrong. The dependent packages are preinstalled on Zorin 18 core.
certainly because of live session because users have right on /tmp/
in the script try to change
BT_NAME_FILE="/tmp/current_bt_name"
BT_ICON_FILE="/tmp/current_bt_icon"
for
BT_NAME_FILE="~/.local/current_bt_name"
BT_ICON_FILE="~/.loca/current_bt_icon"
I tried to change the permissions of the two files to give others write rights, but didn't change anything. I've had enough for today. Next day...next try.