mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-03-12 11:41:08 +00:00
Summary: With the recent switch of the GeoIP service, the format has also changed from JSON to XML. This was not correctly changed in the welcome module for Lubuntu. Test Plan: 1. Start Calamares (e.g. with an IP address from Europe). 2. Check, that the language is set correctly (e.g. French when in France). Reviewers: wxl, tsimonq2, kc2bez Reviewed By: wxl, kc2bez Differential Revision: https://phab.lubuntu.me/D101
26 lines
498 B
Plaintext
26 lines
498 B
Plaintext
---
|
|
showSupportUrl: true
|
|
showKnownIssuesUrl: true
|
|
showReleaseNotesUrl: true
|
|
showDonateUrl: https://lubuntu.me/donate/
|
|
|
|
requirements:
|
|
requiredStorage: 8
|
|
requiredRam: 0.5
|
|
internetCheckUrl: https://lubuntu.me
|
|
|
|
check:
|
|
- storage
|
|
- ram
|
|
- power
|
|
- internet
|
|
- root
|
|
required:
|
|
- root
|
|
- storage
|
|
- ram
|
|
geoip:
|
|
style: "xml"
|
|
url: "https://geoip.ubuntu.com/lookup"
|
|
selector: "CountryCode"
|