You are using the Triskel® Linux distribution, an official Ubuntu® flavor.
+- It is used by millions around the world who value:
++ '
You are using the Triskel GNU/Linux distribution, an official Trisquel flavor.
++ It is used by users around the world who value:
+
+
+
The beautiful and intuitive KDE Plasma desktop and KDE apps
+-
The breadth and compatibility of the full Ubuntu
+- archive
++
The breadth and compatibility of the full Trisquel archive
+
Frequent security updates
+
Current, reliable core apps for productivity, office, email,
+ graphics, and music
+-
The availability of Triskel-optimized hardware and commercial support
++
Software Freedom along with the availability of Trisquel-community support
+
+
+-
Triskel is free software developed by members of the global Ubuntu®
++
Triskel is free software developed by members of the global
+ community. Please donate today to support its continued development. All
+- proceeds fund the Triskel Developer Team!
++ proceeds fund the continuity of the Trisquel's developement!
+ ');
+
+ RowLayout {
diff --git a/helpers/DATA/kubuntu-settings/usr-share/triskel_donate.svg b/helpers/DATA/kubuntu-settings/usr-share/triskel_donate.svg
new file mode 100644
index 0000000..9784834
--- /dev/null
+++ b/helpers/DATA/kubuntu-settings/usr-share/triskel_donate.svg
@@ -0,0 +1,102 @@
+
+
diff --git a/helpers/DATA/kubuntu-settings/usr-share/triskel_tour.svg b/helpers/DATA/kubuntu-settings/usr-share/triskel_tour.svg
new file mode 100644
index 0000000..8f3558b
--- /dev/null
+++ b/helpers/DATA/kubuntu-settings/usr-share/triskel_tour.svg
@@ -0,0 +1,489 @@
+
+
diff --git a/helpers/make-kubuntu-settings b/helpers/make-kubuntu-settings
index b18a849..1a571b3 100644
--- a/helpers/make-kubuntu-settings
+++ b/helpers/make-kubuntu-settings
@@ -18,7 +18,7 @@
#
#STAGE-5-DESKTOP|ARTWORK
-VERSION=12.1
+VERSION=13
. ./config
@@ -28,9 +28,11 @@ SUFFIX_ARTWORK=".jpg"
# Rebrand logo
rm desktop/usr-share/kubuntu-circle-128.png
+rm desktop/usr-share/kubuntu*.svg
cp $DATA/TrisquelLogo.png desktop/usr-share/
cp $DATA/TrisquelLogo.png desktop/kubuntu-logo.png
cp $DATA/face.icon desktop/sddm/themes/kubuntu/faces/.face.icon
+cp $DATA/usr-share/* desktop/usr-share/
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
@@ -212,6 +214,9 @@ sed -i "/background/s|.png|$SUFFIX_ARTWORK|" desktop/sddm/themes/triskel/theme.c
# Use regular task manager instead of icon-only version
sed 's/plasma.icontasks/plasma.taskmanager/' -i desktop/theme/layout-templates/org.triskel.desktop.defaultPanel/contents/layout.js
+# Apply patches
+apply_patch_changes
+
changelog "Adapted for Triskel"
package