Update slideshow
@ -3,21 +3,21 @@ componentName: netrunner-core
|
||||
|
||||
strings:
|
||||
productName: Netrunner Core
|
||||
shortProductName: Netrunner Core
|
||||
version: 1.0.0
|
||||
shortProductName: Core
|
||||
version: 1.0.0-dev
|
||||
shortVersion: 1.0
|
||||
versionedName: Netrunner Core
|
||||
shortVersionedName: Netrunner Core 1.0
|
||||
bootloaderEntryName: Netrunner Core
|
||||
|
||||
images:
|
||||
productLogo: "netrunner-debian-logo.png"
|
||||
productIcon: "netrunner-debian-icon.png"
|
||||
productLogo: "netrunner-core-logo.png"
|
||||
productIcon: "netrunner-core-icon.png"
|
||||
productWelcome: "welcome.png"
|
||||
|
||||
slideshow: "show.qml"
|
||||
|
||||
style:
|
||||
sidebarBackground: "#292F34"
|
||||
sidebarText: "#FFFFFF"
|
||||
sidebarTextSelect: "#8497A7"
|
||||
sidebarBackground: "#0C0C0C"
|
||||
sidebarText: "#5A5A5A"
|
||||
sidebarTextSelect: "#FFFFFF"
|
||||
|
BIN
etc/calamares/branding/netrunner-core/netrunner-core-icon.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
etc/calamares/branding/netrunner-core/netrunner-core-logo.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 9.5 KiB |
@ -16,6 +16,11 @@
|
||||
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Change slides width and height from 800x480px to 810x486px to remove side lines
|
||||
* Slides images dimensions are 1600x960px.
|
||||
*/
|
||||
|
||||
import QtQuick 2.0;
|
||||
import calamares.slideshow 1.0;
|
||||
|
||||
@ -35,15 +40,14 @@ Presentation
|
||||
Image {
|
||||
id: background1
|
||||
source: "slide1.png"
|
||||
width: 553; height: 332
|
||||
width: 810; height: 486
|
||||
fillMode: Image.PreserveAspectFit
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
Text {
|
||||
anchors.horizontalCenter: background1.horizontalCenter
|
||||
anchors.top: background1.bottom
|
||||
text: "Welcome to Netrunner Debian.<br/>"+
|
||||
"During the installation, this slideshow will give you a quick introduction."
|
||||
text: ""
|
||||
wrapMode: Text.WordWrap
|
||||
width: 600
|
||||
horizontalAlignment: Text.Center
|
||||
@ -55,16 +59,14 @@ Presentation
|
||||
Image {
|
||||
id: background2
|
||||
source: "slide2.png"
|
||||
width: 553; height: 332
|
||||
width: 810; height: 486
|
||||
fillMode: Image.PreserveAspectFit
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
Text {
|
||||
anchors.horizontalCenter: background2.horizontalCenter
|
||||
anchors.top: background2.bottom
|
||||
text: "Netrunner is made of free software.<br/>"+
|
||||
"The new KDE Plasma 5 desktop is chosen for its easy of use.<br/>"+
|
||||
"It offers many options to customize in the simplified System Settings."
|
||||
text: ""
|
||||
wrapMode: Text.WordWrap
|
||||
width: 600
|
||||
horizontalAlignment: Text.Center
|
||||
@ -76,16 +78,14 @@ Presentation
|
||||
Image {
|
||||
id: background3
|
||||
source: "slide3.png"
|
||||
width: 553; height: 332
|
||||
width: 810; height: 486
|
||||
fillMode: Image.PreserveAspectFit
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
Text {
|
||||
anchors.horizontalCenter: background3.horizontalCenter
|
||||
anchors.top: background3.bottom
|
||||
text: "There are many applications on board for a great web-experience:<br/>"+
|
||||
"Browse the internet with Firefox and send emails with Thunderbird.<br/>"+
|
||||
"Use Skype or Telepathy to connect with friends and family."
|
||||
text: ""
|
||||
wrapMode: Text.WordWrap
|
||||
width: 600
|
||||
horizontalAlignment: Text.Center
|
||||
@ -97,16 +97,14 @@ Presentation
|
||||
Image {
|
||||
id: background4
|
||||
source: "slide4.png"
|
||||
width: 553; height: 332
|
||||
width: 810; height: 486
|
||||
fillMode: Image.PreserveAspectFit
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
Text {
|
||||
anchors.horizontalCenter: background4.horizontalCenter
|
||||
anchors.top: background4.bottom
|
||||
text: "Netrunner covers your creativity with many applications such as LibreOffice, CalligraFlow and Gimp.<br/>"+
|
||||
"There's Karbon for vector-based pictures and Krita for the pixel-artist in you.<br/>"+
|
||||
"Use Gwenview to organize your photos and Kdenlive for creating your own videos."
|
||||
text: ""
|
||||
wrapMode: Text.WordWrap
|
||||
width: 600
|
||||
horizontalAlignment: Text.Center
|
||||
@ -118,16 +116,14 @@ Presentation
|
||||
Image {
|
||||
id: background5
|
||||
source: "slide5.png"
|
||||
width: 553; height: 332
|
||||
width: 810; height: 486
|
||||
fillMode: Image.PreserveAspectFit
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
Text {
|
||||
anchors.horizontalCenter: background5.horizontalCenter
|
||||
anchors.top: background5.bottom
|
||||
text: "Netrunner can play most video and sound formats out-of-the-box.<br/>"+
|
||||
"There is VLC media player to watch movies and handbrake to convert them into a different format.<br/>"+
|
||||
"Use Gmusicbrowser to listen to your local collection and radiotray for your internet music."
|
||||
text: ""
|
||||
wrapMode: Text.WordWrap
|
||||
width: 600
|
||||
horizontalAlignment: Text.Center
|
||||
@ -139,59 +135,14 @@ Presentation
|
||||
Image {
|
||||
id: background6
|
||||
source: "slide6.png"
|
||||
width: 553; height: 332
|
||||
width: 810; height: 486
|
||||
fillMode: Image.PreserveAspectFit
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
Text {
|
||||
anchors.horizontalCenter: background6.horizontalCenter
|
||||
anchors.top: background6.bottom
|
||||
text: "We want you to enjoy your computing!<br/>"+
|
||||
"For commercial titles, Steam is supported.<br/>"+
|
||||
"Or have fun with the classics installed."
|
||||
wrapMode: Text.WordWrap
|
||||
width: 600
|
||||
horizontalAlignment: Text.Center
|
||||
}
|
||||
}
|
||||
|
||||
Slide {
|
||||
|
||||
Image {
|
||||
id: background7
|
||||
source: "slide7.png"
|
||||
width: 553; height: 332
|
||||
fillMode: Image.PreserveAspectFit
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
Text {
|
||||
anchors.horizontalCenter: background7.horizontalCenter
|
||||
anchors.top: background7.bottom
|
||||
text: "In the FOSS Community, you always find a helping hand.<br/>"+
|
||||
"If you have a question, take a look at our forums.<br/>"+
|
||||
"<a href=\"http://netrunner.com/forums\" title=\"netrunner.com/forums\">Netrunner Forums</a> You're very much welcome!"
|
||||
wrapMode: Text.WordWrap
|
||||
width: 600
|
||||
horizontalAlignment: Text.Center
|
||||
}
|
||||
}
|
||||
|
||||
Slide {
|
||||
|
||||
Image {
|
||||
id: background8
|
||||
source: "slide8.png"
|
||||
width: 553; height: 332
|
||||
fillMode: Image.PreserveAspectFit
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
Text {
|
||||
anchors.horizontalCenter: background8.horizontalCenter
|
||||
anchors.top: background8.bottom
|
||||
text: "Netrunner stands on the shoulders of Giants.<br/>"+
|
||||
"The continuous work of thousands of people make it a reality.<br/>"+
|
||||
"We like to say THANK YOU to everyone involved!"
|
||||
wrapMode: Text.WordWrap
|
||||
text: ""
|
||||
width: 600
|
||||
horizontalAlignment: Text.Center
|
||||
}
|
||||
|
BIN
etc/calamares/branding/netrunner-core/slide-6.png
Normal file
After Width: | Height: | Size: 122 KiB |
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 130 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 123 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 216 KiB After Width: | Height: | Size: 120 KiB |
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 159 KiB |
Before Width: | Height: | Size: 234 KiB |
Before Width: | Height: | Size: 159 KiB |
Before Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 320 KiB After Width: | Height: | Size: 93 KiB |