From 1a16d614c262a4ed71e233414ade90472347ae42 Mon Sep 17 00:00:00 2001 From: Jefferson Carneiro - Slackjeff Date: Sat, 28 Mar 2026 19:14:32 -0300 Subject: [PATCH 1/7] Add Flatpak installation instructions for Slackware Added installation steps for Flatpak on Slackware, including enabling audio support and adding the Flathub repository. --- data/distro.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/data/distro.yml b/data/distro.yml index 3bfbf48..8df6ff7 100644 --- a/data/distro.yml +++ b/data/distro.yml @@ -500,3 +500,35 @@

Flatpak is installed by default on Salix since version 15.0—no setup required!

Flatpak comes preconfigured with the Flathub repository and desktop integration tools are included to allow 1-click install from Flathub.

All you have to do is install apps!

+ +- name: Slackware + logo: "slackware.svg" + steps: + - name: Install Flatpak + text: " +

A Flatpak package is available on SlackBuilds. To install it (assuming you use Sbopkg/sqg), first create the queuefile and run the following as root:

+ sqg -p flatpak +

Then compile it. Load the queuefile, press 'Q', and wait:

+ sbopkg -i flatpak" + + - name: Enable audio support (optional) + text: " +

If you use Steam, Skype, or other applications that require audio, add:

+ +cat < ~/.xsession +start-pulseaudio-x11 +pax11publish -i +EOF + " + + - name: Add the Flathub repository + text: " +

Flathub is the main source for Flatpak apps. To enable it, download and install the + Flathub repository file + or run the following command:

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

To complete the setup, restart your system. After that, you can start installing apps from + Flathub.

" From 7704ce634f61dae7a42ca1867acce3930b65b16b Mon Sep 17 00:00:00 2001 From: Jefferson Carneiro - Slackjeff Date: Sat, 28 Mar 2026 19:16:02 -0300 Subject: [PATCH 2/7] Add files via upload --- source/img/distro/slackware.svg | 157 ++++++++++++++++++++++++++++++++ 1 file changed, 157 insertions(+) create mode 100644 source/img/distro/slackware.svg diff --git a/source/img/distro/slackware.svg b/source/img/distro/slackware.svg new file mode 100644 index 0000000..ccea580 --- /dev/null +++ b/source/img/distro/slackware.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + S + S + S + S + + + + + + + + + \ No newline at end of file From 45ee09fa3f2d0ba8ae162df1e520a8073718480b Mon Sep 17 00:00:00 2001 From: Jefferson Carneiro - Slackjeff Date: Sun, 29 Mar 2026 09:25:18 -0300 Subject: [PATCH 3/7] Update data/distro.yml Co-authored-by: AsciiWolf --- data/distro.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/distro.yml b/data/distro.yml index 8df6ff7..001a5f4 100644 --- a/data/distro.yml +++ b/data/distro.yml @@ -530,5 +530,4 @@ EOF - name: Restart text: " -

To complete the setup, restart your system. After that, you can start installing apps from - Flathub.

" +

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

From 0e53b20c76d40fa668f5d5924f07a10d5542167a Mon Sep 17 00:00:00 2001 From: AsciiWolf Date: Sun, 29 Mar 2026 15:00:26 +0200 Subject: [PATCH 4/7] Update data/distro.yml --- data/distro.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/distro.yml b/data/distro.yml index 001a5f4..83679f2 100644 --- a/data/distro.yml +++ b/data/distro.yml @@ -523,7 +523,7 @@ EOF - name: Add the Flathub repository text: " -

Flathub is the main source for Flatpak apps. To enable it, download and install the +

Flathub is the best place to get Flatpak apps. To enable it, download and install the Flathub repository file or run the following command:

flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo" From 49dd231bc86c425e8949c9ad0362d85aa9559cc0 Mon Sep 17 00:00:00 2001 From: AsciiWolf Date: Tue, 31 Mar 2026 01:40:50 +0200 Subject: [PATCH 5/7] Update data/distro.yml --- data/distro.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/distro.yml b/data/distro.yml index 83679f2..395d67f 100644 --- a/data/distro.yml +++ b/data/distro.yml @@ -529,5 +529,6 @@ EOF flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo" - name: Restart - text: " + 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.

' From 649e0724fe6dbfcd508e1f01be408e7b92afd877 Mon Sep 17 00:00:00 2001 From: Jefferson Carneiro - Slackjeff Date: Tue, 31 Mar 2026 00:11:11 -0300 Subject: [PATCH 6/7] Update data/distro.yml Co-authored-by: AsciiWolf --- data/distro.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/data/distro.yml b/data/distro.yml index 395d67f..d55d83b 100644 --- a/data/distro.yml +++ b/data/distro.yml @@ -511,16 +511,6 @@

Then compile it. Load the queuefile, press 'Q', and wait:

sbopkg -i flatpak" - - name: Enable audio support (optional) - text: " -

If you use Steam, Skype, or other applications that require audio, add:

- -cat < ~/.xsession -start-pulseaudio-x11 -pax11publish -i -EOF - " - - name: Add the Flathub repository text: "

Flathub is the best place to get Flatpak apps. To enable it, download and install the From c2b24ff34604b6e5355bb63bea4799a6fd5edf47 Mon Sep 17 00:00:00 2001 From: Jefferson Carneiro - Slackjeff Date: Tue, 31 Mar 2026 00:11:24 -0300 Subject: [PATCH 7/7] Update data/distro.yml Co-authored-by: AsciiWolf --- data/distro.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/data/distro.yml b/data/distro.yml index d55d83b..c04dcb2 100644 --- a/data/distro.yml +++ b/data/distro.yml @@ -513,9 +513,7 @@ - name: Add the Flathub repository text: " -

Flathub is the best place to get Flatpak apps. To enable it, download and install the - Flathub repository file - or run the following command:

+

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