welle.io icon indicating copy to clipboard operation
welle.io copied to clipboard

[Raspberry Pi] Mute button disappears when muting.

Open FartherOut opened this issue 4 years ago • 7 comments

2020-07-09-024849_800x480_scrot 2020-07-09-024933_800x480_scrot

As shown here, the speaker icon completely disappears when muting, making it difficult to unmute if one does not already know where the (invisible) button is. I believe this is a simple icon issue, since the macOS version properly shows a red speaker icon when muted.

FartherOut avatar Jul 09 '20 01:07 FartherOut

Which version are you using?

andimik avatar Jul 09 '20 05:07 andimik

It's 2.2-dev I believe. I compiled just recently, from the "next" branch

FartherOut avatar Jul 09 '20 20:07 FartherOut

Funny I never experienced it on a PC or Android. Which display resolution do you have?

AlbrechtL avatar Jul 11 '20 11:07 AlbrechtL

It is the official Raspberry Pi 7" Touch Display https://www.raspberrypi.org/products/raspberry-pi-touch-display/

Resolution is 800x480 Although Raspbian sets it at 720x480, maybe the pixels aren't square on the display.

FartherOut avatar Jul 13 '20 02:07 FartherOut

I had to change the source code (in RadioView.qml) to remove the "Red" version of the "speakerIconMuted" item and switch everything over to just use the black one, to get this working on my Pi4 with QT5 -platform vnc

Interestingly though, when I used -platform linuxfb I didn't notice any issues.

I thought it was possibly just an issue in the QT vnc backend, but now I'm not so sure. I'm using the latest snapshot of the code here, and QT 5.12.4

(With all the trouble I had getting QT to compile on my Pi4 I'm not inclined to rebuild to the latest version.)

ghost avatar Dec 24 '20 04:12 ghost

I tried the official Raspberry Pi 7" Touch Display and I observed similar issues with the raspberry OS stock Qt version. I have no idea where this is coming from. I also guess that this is more an Qt issue or graphic driver issue then a welle.io issue.

AlbrechtL avatar Mar 27 '21 06:03 AlbrechtL

I'm closing this issue for now because I don't see a solution. I anybody have an idea I will reopen the it.

AlbrechtL avatar May 22 '21 11:05 AlbrechtL