diff options
Diffstat (limited to 'raveos-calamares-theme/etc/calamares/branding/raveos')
12 files changed, 2 insertions, 44 deletions
diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/branding.desc b/raveos-calamares-theme/etc/calamares/branding/raveos/branding.desc index 14f6b97..773d6a2 100755 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/branding.desc +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/branding.desc @@ -85,8 +85,8 @@ navigation: widget strings: productName: RaveOS Linux shortProductName: RaveOS Linux - version: 2026.4 - shortVersion: 2026.4 + version: 2026 + shortVersion: 2026 versionedName: RaveOS Linux shortVersionedName: ROS bootloaderEntryName: RaveOS Linux diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/images/1.png b/raveos-calamares-theme/etc/calamares/branding/raveos/images/1.png Binary files differnew file mode 100644 index 0000000..39314b8 --- /dev/null +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/images/1.png diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/images/2.png b/raveos-calamares-theme/etc/calamares/branding/raveos/images/2.png Binary files differindex 23434aa..7be68c2 100755..100644 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/images/2.png +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/images/2.png diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/images/22.png b/raveos-calamares-theme/etc/calamares/branding/raveos/images/22.png Binary files differdeleted file mode 100755 index 3699539..0000000 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/images/22.png +++ /dev/null diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/images/3.png b/raveos-calamares-theme/etc/calamares/branding/raveos/images/3.png Binary files differindex 8fa6c84..91cc7f3 100755..100644 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/images/3.png +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/images/3.png diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/images/4.png b/raveos-calamares-theme/etc/calamares/branding/raveos/images/4.png Binary files differindex 8743407..97224e3 100755..100644 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/images/4.png +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/images/4.png diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/images/5.png b/raveos-calamares-theme/etc/calamares/branding/raveos/images/5.png Binary files differindex c6da247..75be870 100755..100644 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/images/5.png +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/images/5.png diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/images/6.png b/raveos-calamares-theme/etc/calamares/branding/raveos/images/6.png Binary files differdeleted file mode 100755 index 4c80233..0000000 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/images/6.png +++ /dev/null diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/images/7.png b/raveos-calamares-theme/etc/calamares/branding/raveos/images/7.png Binary files differdeleted file mode 100755 index 81f76f4..0000000 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/images/7.png +++ /dev/null diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/images/8.png b/raveos-calamares-theme/etc/calamares/branding/raveos/images/8.png Binary files differdeleted file mode 100755 index e7ef10a..0000000 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/images/8.png +++ /dev/null diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/images/raveos-welcome.png b/raveos-calamares-theme/etc/calamares/branding/raveos/images/raveos-welcome.png Binary files differindex dcf5b2b..e49d532 100755..100644 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/images/raveos-welcome.png +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/images/raveos-welcome.png diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml b/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml index b106b5c..665387a 100755 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml @@ -91,48 +91,6 @@ Presentation } } - Slide { - - anchors.fill: parent - anchors.verticalCenterOffset: 0 - - Image { - id: background5 - source: "images/6.png" - anchors.fill: parent - fillMode: Image.PreserveAspectFit - smooth: true - } - } - - Slide { - - anchors.fill: parent - anchors.verticalCenterOffset: 0 - - Image { - id: background6 - source: "images/7.png" - anchors.fill: parent - fillMode: Image.PreserveAspectFit - smooth: true - } - } - - Slide { - - anchors.fill: parent - anchors.verticalCenterOffset: 0 - - Image { - id: background7 - source: "images/8.png" - anchors.fill: parent - fillMode: Image.PreserveAspectFit - smooth: true - } - } - // When this slideshow is loaded as a V1 slideshow, only // activatedInCalamares is set, which starts the timer (see above). |