diff --git a/helpers/DATA/kubuntu-settings/patch_changes/000-tune-distro-welcome-to-trisquels-vision.patch b/helpers/DATA/kubuntu-settings/patch_changes/000-tune-distro-welcome-to-trisquels-vision.patch new file mode 100644 index 0000000..5a6a8c3 --- /dev/null +++ b/helpers/DATA/kubuntu-settings/patch_changes/000-tune-distro-welcome-to-trisquels-vision.patch @@ -0,0 +1,41 @@ +diff --git a/desktop/plasma/plasma-welcome-extra-pages/01-Kubuntu.qml b/desktop/plasma/plasma-welcome-extra-pages/01-Kubuntu.qml_ +index ecb6354a..fcede269 100644 +--- a/desktop/plasma/plasma-welcome-extra-pages/01-Kubuntu.qml ++++ b/desktop/plasma/plasma-welcome-extra-pages/01-Kubuntu.qml_ +@@ -1,6 +1,7 @@ + /* + * SPDX-FileCopyrightText: 2021 Felipe Kinoshita + * SPDX-FileCopyrightText: 2022 Nate Graham ++ * SPDX-FileCopyrightText: 2025 Luis Guzmán + * + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL + */ +@@ -17,22 +18,21 @@ import org.kde.plasma.welcome 1.0 + GenericPage { + heading: i18nc("@info:window", "Welcome to Triskel | Friendly Computing") + description: i18nc("@info:usagetip", +- '

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 @@ + +Donate 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 @@ + +View the Feature Tour 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