43 lines
1,009 B
Text
43 lines
1,009 B
Text
# SPDX-FileCopyrightText: no
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
#
|
|
# Configuration for the welcomeq module.
|
|
#
|
|
# The configuration for welcomeq is exactly the same
|
|
# as the welcome module, with the one exception of
|
|
# *qmlSearch* which governs QML loading.
|
|
#
|
|
# No documentation is given here: look in the welcome module.
|
|
---
|
|
# Setting for QML loading: use QRC, branding, or both sources of files
|
|
qmlSearch: both
|
|
|
|
# Everything below here is documented in `welcome.conf`
|
|
showSupportUrl: true
|
|
showKnownIssuesUrl: true
|
|
showReleaseNotesUrl: true
|
|
showDonateUrl: https://daramet.com/parchlinux
|
|
|
|
requirements:
|
|
requiredStorage: 10.26
|
|
requiredRam: 1.00
|
|
internetCheckUrl: https://parchlinux.ir
|
|
|
|
check:
|
|
- storage
|
|
- ram
|
|
- power
|
|
- internet
|
|
- root
|
|
required:
|
|
- root
|
|
- storage
|
|
- ram
|
|
|
|
|
|
geoip:
|
|
style: "xml"
|
|
url: "https://geoip.kde.org/v1/ubiquity"
|
|
selector: "CountryCode"
|
|
|
|
#languageIcon: languages
|