mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-02-13 06:17:04 +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
504 B
Plaintext
26 lines
504 B
Plaintext
---
|
|
showSupportUrl: true
|
|
showKnownIssuesUrl: true
|
|
showReleaseNotesUrl: true
|
|
#showDonateUrl: https://lubuntu.me/donate/
|
|
|
|
requirements:
|
|
requiredStorage: 16
|
|
requiredRam: 2
|
|
internetCheckUrl: https://ubuntustudio.org
|
|
|
|
check:
|
|
- storage
|
|
- ram
|
|
- power
|
|
- internet
|
|
- root
|
|
required:
|
|
- root
|
|
- storage
|
|
- ram
|
|
geoip:
|
|
style: "xml"
|
|
url: "https://geoip.ubuntu.com/lookup"
|
|
selector: "CountryCode"
|