Dennis Loose

Results 72 comments of Dennis Loose

Duplicate of #1658

Could you try deleting the cache (`~/snap/snap-store/common/.cache/`) and see if that resolves the issue?

No, you can safely delete it - it will be re-populated when you restart the app.

Thanks for the report - could you provide the log files from `$HOME/snap/snap-store/current/.local/share/snap-store` and the output of `glxinfo -B` to help diagnose possible rendering issues?

Thanks for providing those additional details. The issue seems to be that, even though the proper localization delegates for `nn_NO` and others are provided by [`ubuntu_localizations`](https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/ubuntu_localizations), they're only available if...

> Also having this problem. Which locale are you using? Are you seeing a similar error message when running `snap-store` from the terminal?

> its saying my locale is und. That means the locale is 'undetermined', so either the flutter framework has problems parsing your locale, or there's already something broken in your...

Seems like Flutter doesn't parse `LANGUAGE=pt_BR:` correctly. The resulting locale is 'und' in this case. Both `pt_BR` and `pt_BR:pt` work correctly though. @robert-ancell I suppose this happens at the level...

Great, thanks a lot for digging into this!

Will be fixed by https://github.com/canonical/ubuntu-flutter-plugins/pull/476