Add Kubuntu branding from Rick Timmis.
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
calamares-settings-ubuntu (1:24.04.31) noble; urgency=medium
|
||||
|
||||
* Add Kubuntu branding. (LP: #2060845)
|
||||
|
||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Tue, 16 Apr 2024 12:57:56 -0500
|
||||
|
||||
calamares-settings-ubuntu (1:24.04.30) noble; urgency=medium
|
||||
|
||||
* Don't keep lubuntu-snap-installation-monitor installed on the minimal
|
||||
|
BIN
kubuntu/branding/kubuntu/01_Easy_Install.png
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
kubuntu/branding/kubuntu/02_Customizable_Desktop.png
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
kubuntu/branding/kubuntu/03_Built-in_Applications.png
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
kubuntu/branding/kubuntu/04_Performant.png
Normal file
After Width: | Height: | Size: 2.1 MiB |
BIN
kubuntu/branding/kubuntu/05_Secure_and_Private.png
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
kubuntu/branding/kubuntu/06_Community_Support.png
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
kubuntu/branding/kubuntu/07_Free_and_Open_Source.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
kubuntu/branding/kubuntu/08_Software_Compatibility.png
Normal file
After Width: | Height: | Size: 1.8 MiB |
BIN
kubuntu/branding/kubuntu/09_Beautiful_Aesthetics.png
Normal file
After Width: | Height: | Size: 2.5 MiB |
BIN
kubuntu/branding/kubuntu/10_Kubuntu_Focus.png
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
kubuntu/branding/kubuntu/11_Testimonials_of_Success.png
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
kubuntu/branding/kubuntu/12_Get_Involved.png
Normal file
After Width: | Height: | Size: 2.0 MiB |
Before Width: | Height: | Size: 128 KiB |
@ -10,9 +10,9 @@ strings:
|
||||
shortVersion: noble
|
||||
versionedName: Kubuntu
|
||||
shortVersionedName: Kubuntu 24.04 LTS
|
||||
bootloaderEntryName: Ubuntu
|
||||
productUrl: https://lubuntu.me/
|
||||
supportUrl: https://lubuntu.me/links/
|
||||
bootloaderEntryName: Kubuntu
|
||||
productUrl: https://kubuntu.org/
|
||||
supportUrl: https://kubuntu.org/contact/
|
||||
|
||||
images:
|
||||
productLogo: "logo.png"
|
||||
@ -24,6 +24,6 @@ slideshow: "show.qml"
|
||||
slideshowAPI: 1
|
||||
|
||||
style:
|
||||
SidebarBackground: "#74808C"
|
||||
SidebarBackground: "#6C7B93"
|
||||
SidebarText: "#FFFFFF"
|
||||
SidebarTextCurrent: "#0068C8"
|
||||
|
Before Width: | Height: | Size: 262 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 118 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 3.4 KiB |
@ -21,7 +21,7 @@ Presentation
|
||||
height: 485
|
||||
fillMode: Image.PreserveAspectFit
|
||||
smooth: true
|
||||
source: "lightweight.png"
|
||||
source: "01_Easy_Install.png"
|
||||
}
|
||||
}
|
||||
Slide {
|
||||
@ -34,7 +34,7 @@ Presentation
|
||||
height: 485
|
||||
fillMode: Image.PreserveAspectFit
|
||||
smooth: true
|
||||
source: "apps.png"
|
||||
source: "02_Customizable_Desktop.png"
|
||||
}
|
||||
}
|
||||
Slide {
|
||||
@ -47,7 +47,7 @@ Presentation
|
||||
height: 485
|
||||
fillMode: Image.PreserveAspectFit
|
||||
smooth: true
|
||||
source: "store.png"
|
||||
source: "03_Built-in_Applications.png"
|
||||
}
|
||||
}
|
||||
Slide {
|
||||
@ -60,7 +60,7 @@ Presentation
|
||||
height: 485
|
||||
fillMode: Image.PreserveAspectFit
|
||||
smooth: true
|
||||
source: "desktop.png"
|
||||
source: "04_Performant.png"
|
||||
}
|
||||
}
|
||||
Slide {
|
||||
@ -73,7 +73,7 @@ Presentation
|
||||
height: 485
|
||||
fillMode: Image.PreserveAspectFit
|
||||
smooth: true
|
||||
source: "support.png"
|
||||
source: "05_Secure_and_Private.png"
|
||||
}
|
||||
}
|
||||
Slide {
|
||||
@ -86,7 +86,91 @@ Presentation
|
||||
height: 485
|
||||
fillMode: Image.PreserveAspectFit
|
||||
smooth: true
|
||||
source: "enjoy.png"
|
||||
source: "06_Community_Support.png"
|
||||
}
|
||||
|
||||
}
|
||||
Slide {
|
||||
Image {
|
||||
anchors.centerIn: parent
|
||||
id: image7
|
||||
x: 0
|
||||
y: 0
|
||||
width: 810
|
||||
height: 485
|
||||
fillMode: Image.PreserveAspectFit
|
||||
smooth: true
|
||||
source: "07_Free_and_Open_Source.png"
|
||||
}
|
||||
|
||||
}
|
||||
Slide {
|
||||
Image {
|
||||
anchors.centerIn: parent
|
||||
id: image8
|
||||
x: 0
|
||||
y: 0
|
||||
width: 810
|
||||
height: 485
|
||||
fillMode: Image.PreserveAspectFit
|
||||
smooth: true
|
||||
source: "08_Software_Compatibility.png"
|
||||
}
|
||||
|
||||
}
|
||||
Slide {
|
||||
Image {
|
||||
anchors.centerIn: parent
|
||||
id: image9
|
||||
x: 0
|
||||
y: 0
|
||||
width: 810
|
||||
height: 485
|
||||
fillMode: Image.PreserveAspectFit
|
||||
smooth: true
|
||||
source: "09_Beautiful_Aesthetics.png"
|
||||
}
|
||||
|
||||
}
|
||||
Slide {
|
||||
Image {
|
||||
anchors.centerIn: parent
|
||||
id: image10
|
||||
x: 0
|
||||
y: 0
|
||||
width: 810
|
||||
height: 485
|
||||
fillMode: Image.PreserveAspectFit
|
||||
smooth: true
|
||||
source: "10_Kubuntu_Focus.png"
|
||||
}
|
||||
|
||||
}
|
||||
Slide {
|
||||
Image {
|
||||
anchors.centerIn: parent
|
||||
id: image11
|
||||
x: 0
|
||||
y: 0
|
||||
width: 810
|
||||
height: 485
|
||||
fillMode: Image.PreserveAspectFit
|
||||
smooth: true
|
||||
source: "11_Testimonials_of_Success.png"
|
||||
}
|
||||
|
||||
}
|
||||
Slide {
|
||||
Image {
|
||||
anchors.centerIn: parent
|
||||
id: image12
|
||||
x: 0
|
||||
y: 0
|
||||
width: 810
|
||||
height: 485
|
||||
fillMode: Image.PreserveAspectFit
|
||||
smooth: true
|
||||
source: "12_Get_Involved.png"
|
||||
}
|
||||
|
||||
}
|
||||
|
Before Width: | Height: | Size: 98 KiB |
Before Width: | Height: | Size: 146 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 139 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 131 KiB |