Fix a bug with packages being incorrectly left on the system, add slideshow and welcome images for Kubuntu 26.04

This commit is contained in:
Aaron Rainbolt 2026-04-13 15:34:38 -04:00
parent 07f73516cb
commit 4710d19372
Signed by: arraybolt3
GPG Key ID: 39ADDC9EE23AEB08
27 changed files with 21 additions and 52 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
calamares-settings-ubuntu (1:26.04.10) resolute; urgency=medium
* Remove leftover Calamares libraries on flavors that don't use stacked
squashfses (LP: #2144369)
* Add slideshow and welcome images for Kubuntu 26.04 (LP: #2147510)
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Fri, 20 Mar 2026 11:49:33 -0400
calamares-settings-ubuntu (1:26.04.9) resolute; urgency=medium
* Fix release mascot in slide 07 for Resolute Raccoon.

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 620 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

View File

@ -20,7 +20,7 @@ Presentation
width: parent.masterWidth * 0.95
fillMode: Image.PreserveAspectFit
smooth: true
source: "01_Easy_Install.png"
source: "01-welcome-to-kubuntu.png"
}
}
Slide {
@ -32,7 +32,7 @@ Presentation
width: parent.masterWidth * 0.95
fillMode: Image.PreserveAspectFit
smooth: true
source: "02_Customizable_Desktop.png"
source: "02-kubuntu-lts.png"
}
}
Slide {
@ -44,7 +44,7 @@ Presentation
width: parent.masterWidth * 0.95
fillMode: Image.PreserveAspectFit
smooth: true
source: "03_Built-in_Applications.png"
source: "03-kde.png"
}
}
Slide {
@ -56,7 +56,7 @@ Presentation
width: parent.masterWidth * 0.95
fillMode: Image.PreserveAspectFit
smooth: true
source: "04_Performant.png"
source: "04-docs-and-support.png"
}
}
Slide {
@ -68,7 +68,7 @@ Presentation
width: parent.masterWidth * 0.95
fillMode: Image.PreserveAspectFit
smooth: true
source: "05_Secure_and_Private.png"
source: "05-third-party-apps.png"
}
}
Slide {
@ -80,9 +80,8 @@ Presentation
width: parent.masterWidth * 0.95
fillMode: Image.PreserveAspectFit
smooth: true
source: "06_Community_Support.png"
source: "06-hardware.png"
}
}
Slide {
Image {
@ -93,9 +92,8 @@ Presentation
width: parent.masterWidth * 0.95
fillMode: Image.PreserveAspectFit
smooth: true
source: "07_Free_and_Open_Source.png"
source: "07-secure-and-private.png"
}
}
Slide {
Image {
@ -106,9 +104,8 @@ Presentation
width: parent.masterWidth * 0.95
fillMode: Image.PreserveAspectFit
smooth: true
source: "08_Software_Compatibility.png"
source: "08-kubuntu-focus.png"
}
}
Slide {
Image {
@ -119,47 +116,7 @@ Presentation
width: parent.masterWidth * 0.95
fillMode: Image.PreserveAspectFit
smooth: true
source: "09_Beautiful_Aesthetics.png"
source: "09-open-source-software.png"
}
}
Slide {
Image {
id: image10
anchors.centerIn: parent
anchors.verticalCenterOffset: - parent.y / 3.6
height: parent.masterHeight * 0.95
width: parent.masterWidth * 0.95
fillMode: Image.PreserveAspectFit
smooth: true
source: "10_Kubuntu_Focus.png"
}
}
Slide {
Image {
id: image11
anchors.centerIn: parent
anchors.verticalCenterOffset: - parent.y / 3.6
height: parent.masterHeight * 0.95
width: parent.masterWidth * 0.95
fillMode: Image.PreserveAspectFit
smooth: true
source: "11_Testimonials_of_Success.png"
}
}
Slide {
Image {
id: image12
anchors.centerIn: parent
anchors.verticalCenterOffset: - parent.y / 3.6
height: parent.masterHeight * 0.95
width: parent.masterWidth * 0.95
fillMode: Image.PreserveAspectFit
smooth: true
source: "12_Get_Involved.png"
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -8,6 +8,8 @@ operations:
- calamares-settings-ubuntu-common
- calamares-settings-ubuntu-common-data
- calamares
- calamares-data
- libcalamaresui3.3
- cifs-utils
- kubuntu-installer-prompt
- try_install:

View File

@ -8,6 +8,8 @@ operations:
- calamares-settings-ubuntu-common
- calamares-settings-ubuntu-common-data
- calamares
- calamares-data
- libcalamaresui3.3
- cifs-utils
- try_install:
- language-pack-$LOCALE