diff --git a/common/modules/pkgselect/pkgselect.qml b/common/modules/pkgselect/pkgselect.qml index 981e259..9a18144 100644 --- a/common/modules/pkgselect/pkgselect.qml +++ b/common/modules/pkgselect/pkgselect.qml @@ -104,7 +104,7 @@ Item { } Flickable { Layout.fillWidth: true - height: 225 + height: 200 contentHeight: column.height clip: true @@ -177,10 +177,15 @@ Item { active: true } } + Rectangle { + Layout.fillWidth: true + Layout.preferredHeight: 1 + color: "white" + } 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.pointSize: 10 + font.pointSize: 12 } } } diff --git a/lubuntu/modules/pkgselect_context.conf b/lubuntu/modules/pkgselect_context.conf index 31c3a00..f03feb4 100644 --- a/lubuntu/modules/pkgselect_context.conf +++ b/lubuntu/modules/pkgselect_context.conf @@ -9,8 +9,7 @@ timeout: 300 true: - "sed -i 's/Enabled: no/Enabled: yes/g' /etc/apt/sources.list.d/ubuntu_nonfree.sources" - "apt-get update" - - "echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections" - - "apt-get -y install ubuntu-restricted-extras" + - "apt-get -y install ubuntu-restricted-addons unrar" "packages.updateNow": true: "apt-get -y full-upgrade" "packages.virt-manager":