deezer-linux
An universal linux port of deezer, supporting Flatpak, Appimage, Snap, RPM, DEB...
File Explorer
Download Latest Version (.zip)- bug.yml
- build.yml
- release.yml
- update-check.yml
- systray.png
- 1024x1024.png
- 128x128.png
- 16x16.png
- 256x256.png
- 32x32.png
- 48x48.png
- 512x512.png
- 64x64.png
- 01-start-in-tray.patch
- 02-start-without-tray.patch
- 03-disable-auto-updater.patch
- 04-remove-os-information.patch
- 05-provide-metadata-mpris.patch
- 06-control-log-level.patch
- 07-improve-responsiveness.patch
- 08-hide-offline-banner.patch
- 09-disable-animations.patch
- 10-disable-notifications.patch
- 11-fix-thumbar-actions.patch
- 12-adjust-volume-on-wheel.patch
- 13-disable-hardware-acceleration.patch
- 14-override-resources-path.patch
- 15-sync-theme.patch
- .gitignore
- .prettierrc.json
- CONTRIBUTING.md
- dev.aunetx.deezer.desktop
- dev.aunetx.deezer.json
- dev.aunetx.deezer.svg
- Makefile
- package-append.json
- package.json
- README.md
- snapcraft.yaml
# Installation Guide
git clone https://github.com/aunetx/deezer-linux
Downloads the entire project code from GitHub to your computer.
cd deezer-linux
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- APT (Debian/Ubuntu κ³μ΄) Built into Debian/Ubuntu-based Linux distributions.
sudo apt install flatpak-builder # Debian/Ubuntu
Installs directly from the APT package repository (Debian/Ubuntu-based).
Pulled directly from this repo's README.
3. Node.js
Easyexport PACKAGE_MANAGER=yarn
Type this command into your terminal and run it.
Pulled directly from this repo's README.
4. Make
Medium- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make install_deps
Compiles the code based on the generated build configuration to produce an executable.
make build_appimage_x64
Compiles the code based on the generated build configuration to produce an executable.
make build_{target}_{arch}
Compiles the code based on the generated build configuration to produce an executable.
make build_rpm_arm64
Compiles the code based on the generated build configuration to produce an executable.
make build_snap_{arch}
Compiles the code based on the generated build configuration to produce an executable.
Pulled directly from this repo's README.
