updated calamares for 10 slides
|
@ -4,8 +4,8 @@ componentName: manjaro
|
||||||
strings:
|
strings:
|
||||||
productName: TROMjaro Linux
|
productName: TROMjaro Linux
|
||||||
shortProductName: TROMjaro
|
shortProductName: TROMjaro
|
||||||
version: 18
|
version: 18.1.1
|
||||||
shortVersion: 18
|
shortVersion: 18.1.1
|
||||||
versionedName: TROMjaro Linux
|
versionedName: TROMjaro Linux
|
||||||
shortVersionedName: TROMjaro
|
shortVersionedName: TROMjaro
|
||||||
bootloaderEntryName: TROMjaro
|
bootloaderEntryName: TROMjaro
|
||||||
|
|
|
@ -52,12 +52,102 @@ Presentation
|
||||||
horizontalAlignment: Text.Center
|
horizontalAlignment: Text.Center
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Slide {
|
||||||
|
|
||||||
|
Image {
|
||||||
|
id: background1
|
||||||
|
source: "slide2.png"
|
||||||
|
width: 800; height: 440
|
||||||
|
fillMode: Image.PreserveAspectFit
|
||||||
|
anchors.centerIn: parent
|
||||||
|
}
|
||||||
|
Text {
|
||||||
|
anchors.horizontalCenter: background1.horizontalCenter
|
||||||
|
anchors.top: background1.bottom
|
||||||
|
text: ""
|
||||||
|
wrapMode: Text.WordWrap
|
||||||
|
width: 800
|
||||||
|
horizontalAlignment: Text.Center
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Slide {
|
||||||
|
|
||||||
|
Image {
|
||||||
|
id: background1
|
||||||
|
source: "slide3.png"
|
||||||
|
width: 800; height: 440
|
||||||
|
fillMode: Image.PreserveAspectFit
|
||||||
|
anchors.centerIn: parent
|
||||||
|
}
|
||||||
|
Text {
|
||||||
|
anchors.horizontalCenter: background1.horizontalCenter
|
||||||
|
anchors.top: background1.bottom
|
||||||
|
text: ""
|
||||||
|
wrapMode: Text.WordWrap
|
||||||
|
width: 800
|
||||||
|
horizontalAlignment: Text.Center
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Slide {
|
||||||
|
|
||||||
|
Image {
|
||||||
|
id: background1
|
||||||
|
source: "slide4.png"
|
||||||
|
width: 800; height: 440
|
||||||
|
fillMode: Image.PreserveAspectFit
|
||||||
|
anchors.centerIn: parent
|
||||||
|
}
|
||||||
|
Text {
|
||||||
|
anchors.horizontalCenter: background1.horizontalCenter
|
||||||
|
anchors.top: background1.bottom
|
||||||
|
text: ""
|
||||||
|
wrapMode: Text.WordWrap
|
||||||
|
width: 800
|
||||||
|
horizontalAlignment: Text.Center
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Slide {
|
||||||
|
|
||||||
|
Image {
|
||||||
|
id: background1
|
||||||
|
source: "slide5.png"
|
||||||
|
width: 800; height: 440
|
||||||
|
fillMode: Image.PreserveAspectFit
|
||||||
|
anchors.centerIn: parent
|
||||||
|
}
|
||||||
|
Text {
|
||||||
|
anchors.horizontalCenter: background1.horizontalCenter
|
||||||
|
anchors.top: background1.bottom
|
||||||
|
text: ""
|
||||||
|
wrapMode: Text.WordWrap
|
||||||
|
width: 800
|
||||||
|
horizontalAlignment: Text.Center
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Slide {
|
||||||
|
|
||||||
|
Image {
|
||||||
|
id: background1
|
||||||
|
source: "slide6.png"
|
||||||
|
width: 800; height: 440
|
||||||
|
fillMode: Image.PreserveAspectFit
|
||||||
|
anchors.centerIn: parent
|
||||||
|
}
|
||||||
|
Text {
|
||||||
|
anchors.horizontalCenter: background1.horizontalCenter
|
||||||
|
anchors.top: background1.bottom
|
||||||
|
text: ""
|
||||||
|
wrapMode: Text.WordWrap
|
||||||
|
width: 800
|
||||||
|
horizontalAlignment: Text.Center
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Slide {
|
Slide {
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
id: background2
|
id: background2
|
||||||
source: "slide2.png"
|
source: "slide7.png"
|
||||||
width: 800; height: 440
|
width: 800; height: 440
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
@ -76,7 +166,7 @@ Presentation
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
id: background3
|
id: background3
|
||||||
source: "slide3.png"
|
source: "slide8.png"
|
||||||
width: 800; height: 440
|
width: 800; height: 440
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
@ -95,7 +185,7 @@ Presentation
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
id: background4
|
id: background4
|
||||||
source: "slide4.png"
|
source: "slide9.png"
|
||||||
width: 800; height: 440
|
width: 800; height: 440
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
@ -114,7 +204,7 @@ Presentation
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
id: background5
|
id: background5
|
||||||
source: "slide5.png"
|
source: "slide10.png"
|
||||||
width: 800; height: 440
|
width: 800; height: 440
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 213 KiB |
After Width: | Height: | Size: 108 KiB |
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 88 KiB |
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 81 KiB |
After Width: | Height: | Size: 96 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 43 KiB |
After Width: | Height: | Size: 72 KiB |