From e32e9149d9a7ec77972ff0241bce29eb6cf7582f Mon Sep 17 00:00:00 2001 From: Denso Date: Tue, 26 May 2026 01:48:48 +0800 Subject: [PATCH 1/6] Add T2 SDE --- source/img/distro/t2sde.svg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 source/img/distro/t2sde.svg diff --git a/source/img/distro/t2sde.svg b/source/img/distro/t2sde.svg new file mode 100644 index 0000000..569b018 --- /dev/null +++ b/source/img/distro/t2sde.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file From 82bb6f52c5fd82e337eb32c6949ea1750446ef1e Mon Sep 17 00:00:00 2001 From: Denso Date: Tue, 26 May 2026 01:55:27 +0800 Subject: [PATCH 2/6] Add T2 SDE Linux From dc3a09a90eec8e7369d054f629b68f951278d913 Mon Sep 17 00:00:00 2001 From: Denso Date: Tue, 26 May 2026 01:58:20 +0800 Subject: [PATCH 3/6] Added T2 SDE Linux --- data/distro.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/data/distro.yml b/data/distro.yml index 4ad209e..7ffde22 100644 --- a/data/distro.yml +++ b/data/distro.yml @@ -519,3 +519,23 @@ text: '

To complete setup, restart your system. Now all you have to do is install apps!

Note: graphical installation of Flatpak apps may not be possible with Slackware.

' + +- name: T2 SDE Linux + logo: "t2sde.svg" + steps: + - name: Install Flatpak + text: ' +

Flatpak is integrated natively into the desktop target profiles of T2 SDE Linux 26.5 (Mutos edition) and newer. + To build and install Flatpak along with all its required dependencies, run the top-level build script inside the source tree:

+ t2 install flatpak +

If you lack a global symlink for the tool in your $PATH environment variable, use the local prefix instead:

+ ./t2 install flatpak' + + - name: Add the Flathub repository + text: " +

Flathub is the best place to get Flatpak apps. To enable it, run:

+ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo" + + - name: Restart + text: ' +

To complete setup, restart your system. Now all you have to do is install apps!

From 29f046a9e0f2b97703ff49f56745b981624d982f Mon Sep 17 00:00:00 2001 From: Denso Date: Tue, 26 May 2026 02:24:24 +0800 Subject: [PATCH 4/6] Add T2 SDE Linux --- data/distro.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/distro.yml b/data/distro.yml index 7ffde22..83c2bb7 100644 --- a/data/distro.yml +++ b/data/distro.yml @@ -526,7 +526,7 @@ - name: Install Flatpak text: '

Flatpak is integrated natively into the desktop target profiles of T2 SDE Linux 26.5 (Mutos edition) and newer. - To build and install Flatpak along with all its required dependencies, run the top-level build script inside the source tree:

+ For older versions, build and install Flatpak along with all its required dependencies by running the top-level build script inside the source tree:

t2 install flatpak

If you lack a global symlink for the tool in your $PATH environment variable, use the local prefix instead:

./t2 install flatpak' From 705c31f1eada8e2dc6d7b56da10f746c2bbad47b Mon Sep 17 00:00:00 2001 From: Denso Date: Tue, 26 May 2026 02:25:22 +0800 Subject: [PATCH 5/6] Add files via upload --- source/img/distro/t2sde.svg | 380 ++++++++++++++++++++++++++++++++++-- 1 file changed, 364 insertions(+), 16 deletions(-) diff --git a/source/img/distro/t2sde.svg b/source/img/distro/t2sde.svg index 569b018..5044a63 100644 --- a/source/img/distro/t2sde.svg +++ b/source/img/distro/t2sde.svg @@ -1,16 +1,364 @@ - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 2a5660a76d99d76d69eb75a1fd29182fb818c1d2 Mon Sep 17 00:00:00 2001 From: Denso Date: Tue, 26 May 2026 16:00:36 +0800 Subject: [PATCH 6/6] Update T2 SDE Linux in distro.yml --- data/distro.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/distro.yml b/data/distro.yml index 83c2bb7..a141847 100644 --- a/data/distro.yml +++ b/data/distro.yml @@ -525,8 +525,7 @@ steps: - name: Install Flatpak text: ' -

Flatpak is integrated natively into the desktop target profiles of T2 SDE Linux 26.5 (Mutos edition) and newer. - For older versions, build and install Flatpak along with all its required dependencies by running the top-level build script inside the source tree:

+

Build and install Flatpak along with all its required dependencies by running the top-level build script inside the source tree:

t2 install flatpak

If you lack a global symlink for the tool in your $PATH environment variable, use the local prefix instead:

./t2 install flatpak'