Chongyun Lee

Results 336 comments of Chongyun Lee

I don't have enough time to debug chromium-related apps these days. I'll mark this as help wanted.

Chromium in Termux doesn't have feature libudev enabled, but accessing Google Login page in chromium checks HID Service which needs libudev to work properly. In both Termux and Proot envs,...

Should be fixed by https://github.com/termux-user-repository/chromium-builder/pull/32. It will take about a day to build chromium using GitHub Action...

Ahhh... My vacation is over and I am still doing my internship. I don’t have enough network traffic to download chromium's source code.

Installing a libudev stub library should fix this. Try to compile https://github.com/therealkenc/libudev-stub or https://github.com/illiliti/libudev-zero and put it under `/lib64/aarch64-linux-gnu/`.

It is not a bug. `Translation` requires Google API Key. It has been removed from commit https://github.com/termux-user-repository/chromium-builder/commit/fa6a4f6707614e55cca815fa9406e1afdc326c57 as it doesn't meet the API ToS. You should use your own key...

You should acquire your own API key and set them in the env vars or cmdline. See https://www.chromium.org/developers/how-tos/api-keys/#acquiring-keys and https://www.chromium.org/developers/how-tos/api-keys/#providing-keys-at-runtime

I'll close this issue now as it will be resolved after adding google api key through envs. Feel free to re-open it if there is any other issue.

If it doesn't occur with some other Vulkan ICDs (especially `mesa-vulkan-icd-swrast`), you should report it to the ICD's author rather than here.