Skip to content

Commit 9190608

Browse files
committed
chore(website): Add Beta Flatpak to downloads section
1 parent b593bff commit 9190608

1 file changed

Lines changed: 22 additions & 3 deletions

File tree

content/pages/download.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ versions:
5050
5151
sudo pacman -S mixxx
5252
- slug: flatpak
53-
os: Flatpak (any Linux distribution)
53+
os: Flatpak from Flathub (currently unmaintained)
5454
text: |
5555
Mixxx is available for all Linux distributions as a Flatpak from Flathub. Refer to the [Flathub setup instructions](https://flathub.org/setup) for your distribution if you have not installed a Flatpak from Flathub before. Then, install the Mixxx Flatpak by running:
5656
@@ -86,7 +86,7 @@ versions:
8686
beta:
8787
name: 2.6-beta
8888
release_announcement: /news/2025-05-11-mixxx-2_6_beta-released
89-
title: Beta Snapshots (2.6)
89+
title: Mixxx 2.6 (Beta snapshots)
9090
text: |
9191
A great way to contribute to Mixxx is testing the upcoming version before it is being released.
9292
The Mixxx team relies on a significant number of users switching to the beta version and using it at home.
@@ -120,6 +120,25 @@ versions:
120120
$ sudo apt install mixxx
121121
122122
Using the PPA ensures that new package versions will be installed automatically with `apt`. Otherwise, you can [download individual packages](https://launchpad.net/~mixxx/+archive/ubuntu/mixxxbetas/+packages) and install them manually.
123+
- slug: flatpak
124+
os: Flatpak (any Linux distribution)
125+
text: |
126+
The beta version of Mixxx is available for all Linux distributions as a Flatpak from the official Mixxx Flatpak repository.
127+
Add the repository by running:
128+
129+
flatpak remote-add --if-not-exists mixxx https://downloads.mixxx.org/flatpak/repo.flatpakrepo
130+
131+
Then, install the beta version Flatpak like this:
132+
133+
flatpak install mixxx org.mixxx.Mixxx//beta
134+
135+
To run the beta version Flatpak:
136+
137+
flatpak run org.mixxx.Mixxx//beta
138+
139+
**Note:** When migrating from a distribution package or Mixxx built from source code, Mixxx Flatpak will not automatically recover your previous settings and database. Please refer to the [instructions in the manual](https://manual.mixxx.org/latest/chapters/advanced_topics#migrate-your-mixxx-library-and-settings-to-flatpak).
140+
141+
If you encounter issues with file or device permissions, please refer to the [Mixxx Flatpak repository](https://github.com/flathub/org.mixxx.Mixxx/issues) first.
123142
- slug: source
124143
name: Source Code
125144
icon: terminal.svg
@@ -137,7 +156,7 @@ versions:
137156
file_url: https://github.com/mixxxdj/mixxx/archive/2.6.zip
138157
testing:
139158
name: 2.7-alpha
140-
title: Development Snapshots
159+
title: Mixxx 2.7 (Development snapshots)
141160
text: |
142161
If you're bored of thoroughly testing the beta snapshots, you can also test the current development snapshot to get a glimpse at the even newer features.
143162
As for the beta snapshots, please refer to the [Testing wiki page](https://github.com/mixxxdj/mixxx/wiki/Testing) for where to find the latest builds and instructions how to test pull requests before they even reach this alpha.

0 commit comments

Comments
 (0)