guysoft / FullPageOS

A raspberrypi distro to display a full page browser on boot
GNU General Public License v3.0
3.79k stars 229 forks source link

Disable Google-Translate-Popup #478

Closed stritti closed 6 months ago

stritti commented 8 months ago

What were you doing?

Starting German page in fullscreen, there pops up an translation dialog of Google Translate.

What did you expect to happen?

No popup should be shown.

I think there should be one param updated at https://github.com/guysoft/FullPageOS/blob/b810bf882edb763de96532de2265f14162c8d065/src/modules/fullpageos/filesystem/home/pi/scripts/start_chromium_browser#L4

from:

chromium-browser [...] --disable-features=Translate [...]

to:

chromium-browser [...] --disable-features=TranslateUI [...]

I used this in selfmade Kiosk sucessfully.

What happened instead?

Popup is shown as shown in screenshot below

Was there an error message displayed? What did it say?

Version of FullPageOS?

0.12.0

Screenshot(s) showing the problem:

IMG_1640

guysoft commented 7 months ago

Thanks for reporting, looks like it changed:

https://github.com/GoogleChrome/lighthouse/discussions/11860

https://chromium-review.googlesource.com/c/chromium/src/+/2404484