2019-05-21 12:07:52 +02:00
|
|
|
# Product branding information. This influences some global
|
|
|
|
# user-visible aspects of Calamares, such as the product
|
|
|
|
# name, window behavior, and the slideshow during installation.
|
|
|
|
#
|
|
|
|
# Additional styling can be done using the stylesheet.qss
|
|
|
|
# file, also in the branding directory.
|
2014-10-10 18:10:50 +02:00
|
|
|
---
|
2014-10-16 16:14:48 +02:00
|
|
|
componentName: default
|
|
|
|
|
2017-06-12 21:31:23 +02:00
|
|
|
# This selects between different welcome texts. When false, uses
|
|
|
|
# the traditional "Welcome to the %1 installer.", and when true,
|
|
|
|
# uses "Welcome to the Calamares installer for %1." This allows
|
|
|
|
# to distinguish this installer from other installers for the
|
|
|
|
# same distribution.
|
|
|
|
welcomeStyleCalamares: false
|
|
|
|
|
2019-01-03 15:38:20 +01:00
|
|
|
# Should the welcome image (productWelcome, below) be scaled
|
|
|
|
# up beyond its natural size? If false, the image does not grow
|
|
|
|
# with the window but remains the same size throughout (this
|
|
|
|
# may have surprising effects on HiDPI monitors).
|
|
|
|
welcomeExpandingLogo: true
|
|
|
|
|
2019-01-03 15:46:44 +01:00
|
|
|
# Size and expansion policy for Calamares.
|
|
|
|
# - "normal" or unset, expand as needed, use *windowSize*
|
|
|
|
# - "fullscreen", start as large as possible, ignore *windowSize*
|
2019-01-14 14:25:01 +01:00
|
|
|
# - "noexpand", don't expand automatically, use *windowSize*
|
2019-01-03 15:46:44 +01:00
|
|
|
windowExpanding: normal
|
|
|
|
|
|
|
|
# Size of Calamares window, expressed as w,h. Both w and h
|
|
|
|
# may be either pixels (suffix px) or font-units (suffix em).
|
|
|
|
# e.g. "800px,600px"
|
|
|
|
# "60em,480px"
|
|
|
|
# This setting is ignored if "fullscreen" is selected for
|
|
|
|
# *windowExpanding*, above. If not set, use constants defined
|
|
|
|
# in CalamaresUtilsGui, 800x520.
|
|
|
|
windowSize: 800px,520px
|
|
|
|
|
2020-01-07 00:27:11 +01:00
|
|
|
# Placement of Calamares window. Either "center" or "free".
|
|
|
|
# Whether "center" actually works does depend on the window
|
|
|
|
# manager in use (and only makes sense if you're not using
|
|
|
|
# *windowExpanding* set to "fullscreen").
|
|
|
|
windowPlacement: center
|
|
|
|
|
2020-03-10 23:59:06 +01:00
|
|
|
# Kind of sidebar (panel on the left, showing progress).
|
|
|
|
# - "widget" or unset, use traditional sidebar (logo, items)
|
|
|
|
# - "none", hide it entirely
|
2020-04-01 11:13:41 +02:00
|
|
|
# - "qml", use calamares-sidebar.qml from branding folder
|
2020-04-03 10:39:03 +02:00
|
|
|
# In addition, you **may** specify a side, separated by a comma,
|
|
|
|
# from the kind. Valid sides are:
|
|
|
|
# - "left" (if not specified, uses this)
|
|
|
|
# - "right"
|
|
|
|
# - "top"
|
|
|
|
# - "bottom"
|
|
|
|
# For instance, "widget,right" is valid; so is "qml", which defaults
|
|
|
|
# to putting the sidebar on the left. Also valid is "qml,top".
|
|
|
|
# While "widget,top" is valid, the widgets code is **not** flexible
|
|
|
|
# and results will be terrible.
|
2020-03-12 05:00:03 +01:00
|
|
|
sidebar: widget
|
2020-03-10 23:59:06 +01:00
|
|
|
|
2020-04-01 11:13:41 +02:00
|
|
|
# Kind of navigation (button panel on the bottom).
|
|
|
|
# - "widget" or unset, use traditional navigation
|
|
|
|
# - "none", hide it entirely
|
|
|
|
# - "qml", use calamares-navigation.qml from branding folder
|
2020-04-03 10:39:03 +02:00
|
|
|
# In addition, you **may** specify a side, separated by a comma,
|
|
|
|
# from the kind. The same sides are valid as for *sidebar*,
|
|
|
|
# except the default is *bottom*.
|
2020-04-01 11:13:41 +02:00
|
|
|
navigation: widget
|
|
|
|
|
2017-10-04 12:37:44 +02:00
|
|
|
# These are strings shown to the user in the user interface.
|
|
|
|
# There is no provision for translating them -- since they
|
|
|
|
# are names, the string is included as-is.
|
|
|
|
#
|
|
|
|
# The four Url strings are the Urls used by the buttons in
|
|
|
|
# the welcome screen, and are not shown to the user. Clicking
|
|
|
|
# on the "Support" button, for instance, opens the link supportUrl.
|
|
|
|
# If a Url is empty, the corresponding button is not shown.
|
|
|
|
#
|
|
|
|
# bootloaderEntryName is how this installation / distro is named
|
|
|
|
# in the boot loader (e.g. in the GRUB menu).
|
2019-05-20 23:07:10 +02:00
|
|
|
#
|
|
|
|
# These strings support substitution from /etc/os-release
|
|
|
|
# if KDE Frameworks 5.58 are available at build-time. When
|
|
|
|
# enabled, @{var-name} is replaced by the equivalent value
|
|
|
|
# from os-release. All the supported var-names are in all-caps,
|
|
|
|
# and are listed on the FreeDesktop.org site,
|
|
|
|
# https://www.freedesktop.org/software/systemd/man/os-release.html
|
|
|
|
# Note that ANSI_COLOR and CPE_NAME don't make sense here, and
|
|
|
|
# are not supported (the rest are). Remember to quote the string
|
|
|
|
# if it contains substitutions, or you'll get YAML exceptions.
|
2019-08-13 21:21:19 +02:00
|
|
|
#
|
|
|
|
# The *Url* entries are used on the welcome page, and they
|
2019-08-13 23:07:21 +02:00
|
|
|
# are visible as buttons there if the corresponding *show* keys
|
|
|
|
# are set to "true" (they can also be overridden).
|
2014-10-16 16:14:48 +02:00
|
|
|
strings:
|
2019-05-20 23:07:10 +02:00
|
|
|
productName: "@{NAME}"
|
2014-11-19 16:50:15 +01:00
|
|
|
shortProductName: Generic
|
2020-02-07 10:54:18 +01:00
|
|
|
version: 2020.2 LTS
|
|
|
|
shortVersion: 2020.2
|
|
|
|
versionedName: Fancy GNU/Linux 2020.2 LTS "Turgid Tuba"
|
|
|
|
shortVersionedName: FancyGL 2020.2
|
|
|
|
bootloaderEntryName: FancyGL
|
2017-11-23 13:15:55 +01:00
|
|
|
productUrl: https://calamares.io/
|
|
|
|
supportUrl: https://github.com/calamares/calamares/issues
|
|
|
|
knownIssuesUrl: https://calamares.io/about/
|
|
|
|
releaseNotesUrl: https://calamares.io/about/
|
2020-05-06 14:29:35 +02:00
|
|
|
donateUrl: https://kde.org/community/donations/index.php
|
2014-10-16 16:14:48 +02:00
|
|
|
|
2017-10-04 12:37:44 +02:00
|
|
|
# These images are loaded from the branding module directory.
|
|
|
|
#
|
2020-04-18 04:24:33 +02:00
|
|
|
# productBanner is an optional image, which if present, will be shown
|
|
|
|
# on the welcome page of the application, above the welcome text.
|
|
|
|
# It is intended to have a width much greater than height.
|
|
|
|
# It is displayed at 64px height (also on HiDPI).
|
|
|
|
# Recommended size is 64px tall, and up to 460px wide.
|
2017-10-04 12:37:44 +02:00
|
|
|
# productIcon is used as the window icon, and will (usually) be used
|
|
|
|
# by the window manager to represent the application. This image
|
|
|
|
# should be square, and may be displayed by the window manager
|
2017-10-25 14:56:38 +02:00
|
|
|
# as small as 16x16 (but possibly larger).
|
2017-10-04 12:37:44 +02:00
|
|
|
# productLogo is used as the logo at the top of the left-hand column
|
|
|
|
# which shows the steps to be taken. The image should be square,
|
|
|
|
# and is displayed at 80x80 pixels (also on HiDPI).
|
2020-04-14 00:08:47 +02:00
|
|
|
# productWallpaper is an optional image, which if present, will replace
|
|
|
|
# the normal solid background on every page of the application.
|
2020-04-30 13:43:29 +02:00
|
|
|
# It can be any size and proportion,
|
|
|
|
# and will be tiled to fit the entire window.
|
|
|
|
# For a non-tiled wallpaper, the size should be the same as
|
|
|
|
# the overall window, see *windowSize* above (800x520).
|
2017-10-04 12:37:44 +02:00
|
|
|
# productWelcome is shown on the welcome page of the application in
|
|
|
|
# the middle of the window, below the welcome text. It can be
|
|
|
|
# any size and proportion, and will be scaled to fit inside
|
|
|
|
# the window. Use `welcomeExpandingLogo` to make it non-scaled.
|
|
|
|
# Recommended size is 320x150.
|
2019-05-21 17:10:32 +02:00
|
|
|
#
|
2019-08-13 21:21:19 +02:00
|
|
|
# These filenames can also use substitutions from os-release (see above).
|
2014-10-16 16:14:48 +02:00
|
|
|
images:
|
2020-04-22 00:09:43 +02:00
|
|
|
# productBanner: "banner.png"
|
2014-11-19 16:50:15 +01:00
|
|
|
productIcon: "squid.png"
|
2020-04-18 04:24:33 +02:00
|
|
|
productLogo: "squid.png"
|
2020-04-30 13:43:29 +02:00
|
|
|
# productWallpaper: "wallpaper.png"
|
2015-06-20 00:18:36 +02:00
|
|
|
productWelcome: "languages.png"
|
2014-10-16 16:14:48 +02:00
|
|
|
|
2017-10-04 12:37:44 +02:00
|
|
|
# The slideshow is displayed during execution steps (e.g. when the
|
|
|
|
# installer is actually writing to disk and doing other slow things).
|
2015-01-23 14:02:40 +01:00
|
|
|
slideshow: "show.qml"
|
2019-06-17 10:58:14 +02:00
|
|
|
# There are two available APIs for the slideshow:
|
|
|
|
# - 1 (the default) loads the entire slideshow when the installation-
|
|
|
|
# slideshow page is shown and starts the QML then. The QML
|
|
|
|
# is never stopped (after installation is done, times etc.
|
|
|
|
# continue to fire).
|
|
|
|
# - 2 loads the slideshow on startup and calls onActivate() and
|
|
|
|
# onLeave() in the root object. After the installation is done,
|
|
|
|
# the show is stopped (first by calling onLeave(), then destroying
|
|
|
|
# the QML components).
|
|
|
|
slideshowAPI: 2
|
|
|
|
|
2015-03-19 16:26:22 +01:00
|
|
|
|
2017-06-12 15:55:39 +02:00
|
|
|
# Colors for text and background components.
|
|
|
|
#
|
|
|
|
# - sidebarBackground is the background of the sidebar
|
|
|
|
# - sidebarText is the (foreground) text color
|
|
|
|
# - sidebarTextHighlight sets the background of the selected (current) step.
|
|
|
|
# Optional, and defaults to the application palette.
|
|
|
|
# - sidebarSelect is the text color of the selected step.
|
|
|
|
#
|
2019-05-21 12:07:52 +02:00
|
|
|
# These colors can **also** be set through the stylesheet, if the
|
|
|
|
# branding component also ships a stylesheet.qss. Then they are
|
|
|
|
# the corresponding CSS attributes of #sidebarApp.
|
2015-03-19 16:26:22 +01:00
|
|
|
style:
|
2015-03-19 18:10:44 +01:00
|
|
|
sidebarBackground: "#292F34"
|
|
|
|
sidebarText: "#FFFFFF"
|
|
|
|
sidebarTextSelect: "#292F34"
|
2017-06-08 12:21:06 +02:00
|
|
|
sidebarTextHighlight: "#D35400"
|