We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fresh installation, URL adjusted.
Chromium does not display the "Translate" bubble
Chromium shows the "Translate" bubble, Similar to this:
2021-03-04-fullpageos-no-acceleration-buster-armhf-lite-0.12.0
The chromium command line flag to disable the translate-bubble was renamed from "TranslateUI" to "Translate": see commit
Must be adjusted in the scripts/start_chromium_browser file from --disable-features=TranslateUI to --disable-features=Translate
scripts/start_chromium_browser
--disable-features=TranslateUI
--disable-features=Translate
The text was updated successfully, but these errors were encountered:
ef24f29
No branches or pull requests
What were you doing?
Fresh installation, URL adjusted.
What did you expect to happen?
Chromium does not display the "Translate" bubble
What happened instead?
Chromium shows the "Translate" bubble, Similar to this:

Version of FullPageOS?
2021-03-04-fullpageos-no-acceleration-buster-armhf-lite-0.12.0
Solution
The chromium command line flag to disable the translate-bubble was renamed from "TranslateUI" to "Translate":
see commit
Must be adjusted in the
scripts/start_chromium_browser
filefrom
--disable-features=TranslateUI
to--disable-features=Translate
The text was updated successfully, but these errors were encountered: