ubuntu-desktop-installer:glxinfo_check

Last commit made on 2021-09-02
Get this branch:
git clone -b glxinfo_check https://git.launchpad.net/ubuntu-desktop-installer

Branch merges

Branch information

Name:
glxinfo_check
Repository:
lp:ubuntu-desktop-installer

Recent commits

f913aae... by Ken VanDine

Check for GL support and force software rendering if necessary

348843f... by J-P Nurmi

Fix Settings.locale initialization (#284)

Use full system locale reported by Flutter.

Close: #241

aa7f404... by J-P Nurmi

Setup logging (#268)

f921940... by J-P Nurmi

CI: split Flutter build/tests and analysis (#279)

Let the CI run separate jobs in parallel for faster feedback.

54f8203... by J-P Nurmi

SubiquityServer: add startup callback for integration testing (#278)

ff73667... by J-P Nurmi

Prepare `melos run integration_test` for running integration tests (#277)

bc8e9e2... by J-P Nurmi

Share and update analysis options (#267)

Dart analyzer can find shared `analysis_options.yaml` up in the dir
hierarchy. Also, exclude generated `l10n/*.dart` files.

565425c... by J-P Nurmi

Add melos gen-l10n for generating localizations in all packages (#273)

e0fc984... by J-P Nurmi

subiquity_client: allow local dependencies from path (#276)

Must be marked as non-publishable package:

> Publishable packages can't have 'path' dependencies. Try adding a
> 'publish_to: none' entry to mark the package as not for publishing
> or remove the path dependency. - invalid_dependency

be05811... by J-P Nurmi

Update README.md (#275)

- Flutter stable is fine these days
- Installing `python3-curtin` is not necessary. `make install_deps`
  fetches the appropriate version from Git, and the installer sets
  `PYTHONPATH` accordingly (in dry-run mode).