mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-05-14 12:01:29 +00:00
Some more polish around text and Ubuntu Restricted Extras etc.
This commit is contained in:
parent
b0c000326b
commit
1de2940b52
@ -104,7 +104,7 @@ Item {
|
|||||||
}
|
}
|
||||||
Flickable {
|
Flickable {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
height: 225
|
height: 200
|
||||||
contentHeight: column.height
|
contentHeight: column.height
|
||||||
clip: true
|
clip: true
|
||||||
|
|
||||||
@ -177,10 +177,15 @@ Item {
|
|||||||
active: true
|
active: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Rectangle {
|
||||||
|
Layout.fillWidth: true
|
||||||
|
Layout.preferredHeight: 1
|
||||||
|
color: "white"
|
||||||
|
}
|
||||||
Text {
|
Text {
|
||||||
text: qsTr("Note: third-party packages are provided by outside vendors and are not officially supported in any way. Use at your own risk.")
|
text: qsTr("Note: Ubuntu and flavors are NOT responsible for third-party software installed from this list. Use at your own risk.")
|
||||||
font.bold: true
|
font.bold: true
|
||||||
font.pointSize: 10
|
font.pointSize: 12
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -9,8 +9,7 @@ timeout: 300
|
|||||||
true:
|
true:
|
||||||
- "sed -i 's/Enabled: no/Enabled: yes/g' /etc/apt/sources.list.d/ubuntu_nonfree.sources"
|
- "sed -i 's/Enabled: no/Enabled: yes/g' /etc/apt/sources.list.d/ubuntu_nonfree.sources"
|
||||||
- "apt-get update"
|
- "apt-get update"
|
||||||
- "echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections"
|
- "apt-get -y install ubuntu-restricted-addons unrar"
|
||||||
- "apt-get -y install ubuntu-restricted-extras"
|
|
||||||
"packages.updateNow":
|
"packages.updateNow":
|
||||||
true: "apt-get -y full-upgrade"
|
true: "apt-get -y full-upgrade"
|
||||||
"packages.virt-manager":
|
"packages.virt-manager":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user