diff --git a/helpers/DATA/kubuntu-settings/TrisquelLogo.png b/helpers/DATA/kubuntu-settings/TrisquelLogo.png new file mode 100644 index 0000000000000000000000000000000000000000..fa167c169ac38c4fd4166032ff9dd68b52d6a81e Binary files /dev/null and b/helpers/DATA/kubuntu-settings/TrisquelLogo.png differ diff --git a/helpers/make-kubuntu-settings b/helpers/make-kubuntu-settings index 86c86724c321d8d6dac1cf19526fd8cf08f2ab16..f4018a2ccef62934304f4395a4884ae17714628a 100644 --- a/helpers/make-kubuntu-settings +++ b/helpers/make-kubuntu-settings @@ -17,10 +17,16 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=4 +VERSION=5 COMPONENT=main . ./config +# Rebrand logo +rm desktop/usr-share/kubuntu-circle-128.png +cp $DATA/TrisquelLogo.png desktop/usr-share/ +cp $DATA/TrisquelLogo.png desktop/kubuntu-logo.png +sed 's/kubuntu-circle-128\.png/TrisquelLogo\.png/' -i $(find -name 'kcm-about-distrorc') + sed '/plymouth-theme-kubuntu-logo/,$d; /ttf-ubuntu/d' -i debian/control sed 's/kubuntu-settings-desktop/triskel-settings-desktop/g; s/Kubuntu/Triskel/' -i debian/control rm debian/plymouth* plymouth -r