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/2] 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/2] 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