Package Details: deezer 7.0.170-1

Git Clone URL: https://aur.archlinux.org/deezer.git (read-only, click to copy)
Package Base: deezer
Description: A proprietary music streaming service
Upstream URL: https://www.deezer.com/
Keywords: deezer desktop streaming
Licenses: custom:"Copyright (c) 2006-2025 Deezer S.A."
Provides: deezer
Submitter: IlyaGulya
Maintainer: SibrenVasse
Last Packager: SibrenVasse
Votes: 63
Popularity: 2.93
First Submitted: 2018-12-12 06:54 (UTC)
Last Updated: 2025-10-04 14:05 (UTC)

Pinned Comments

SibrenVasse commented on 2025-09-02 19:05 (UTC)

For more information about usage, see: https://github.com/SibrenVasse/deezer/

Latest Comments

1 2 3 4 5 6 .. 27 Next › Last »

D3rJust1n commented on 2025-10-21 18:47 (UTC)

When I want to share a song, it only shows me [object Object].

I don't know if this is a problem with the Deezer app itself or if it's due to the package.

SibrenVasse commented on 2025-10-21 05:39 (UTC)

@wilqo: please take a look at the relevant usageflag at https://github.com/SibrenVasse/deezer/

wilqo commented on 2025-10-20 22:26 (UTC) (edited on 2025-10-21 08:41 (UTC) by wilqo)

fyi - deezer contacts an endpoint regularly to check for internet access but pihole will block it by default causing deezer to say you're offline. Check the querylog and whitelist to fix. Edit: as @SibrenVasse points out there is a flag for this: --hide-appoffline-banner

SibrenVasse commented on 2025-10-12 13:19 (UTC)

@pescepalla: should be fixed with 7.0.170

pescepalla commented on 2025-09-29 14:23 (UTC) (edited on 2025-09-30 17:17 (UTC) by pescepalla)

Please note that a least under GNOME Wayland, the app will show as a generic icon in the dash unless the desktop file is named deezer-desktop.desktop or StartupWMClass=deezer-desktop

SibrenVasse commented on 2025-09-02 19:05 (UTC)

For more information about usage, see: https://github.com/SibrenVasse/deezer/

SibrenVasse commented on 2025-08-10 14:55 (UTC) (edited on 2025-09-02 19:05 (UTC) by SibrenVasse)

@Troupal: I have a test version on the package (everything after v7.0.140-2) on my github repo that should hopefully help solve your issue. Please let me know!

https://github.com/SibrenVasse/deezer/releases/download/7.0.150/deezer-7.0.150-1-any.pkg.tar.zst

  • I’ve updated the package so that all hicolor icons are now generated from the 512px source to avoid palette/dithering artifacts and cover missing sizes (e.g., 22px).
  • Generate systray-24.png and systray-48.png from the 512×512 PNG. The application now picks 48px automatically if screen.scaleFactor >= 2 (HiDPI)
  • You can also override the tray icon by setting it to any PNG using:
DEEZER_TRAY_ICON=/usr/share/icons/hicolor/128x128/apps/deezer.png deezer

Troupal commented on 2025-07-22 13:31 (UTC)

Hello and thank you for the package! I have a small request to make, especially since there is already a patch for systray. I notice that systray uses the 16×16 icon that's sent in hicolor, but this PNG is disgustingly blurry, doesn't necessarily match the system's icon theme and there may already be a deezer icon in an icon theme already present in the system. So I see at least two solutions: 1. use the system's icon search mechanism, as is done for the .desktop file 2. Possibly allow the icon to be changed dynamically by modifying the deezer.png icon present in /usr/share/icons/hicolor/16x16/apps/ or, failing that, use either a higher-resolution icon or an SVG icon.

Fabse commented on 2025-07-06 09:25 (UTC)

Some of the patches may need to be updated:

==> Extracting sources... -> Extracting deezer-7.0.80-setup.exe with bsdtar ==> Starting prepare()... build/main.js 415ms build/preload.js 56ms build/renderer.js 52ms build/service-worker.js 1ms build/titlebar.js 32ms Applying patch remove-kernel-version-from-user-agent.patch... patching file build/main.js patching file build/preload.js patching file build/renderer.js patching file build/titlebar.js Applying patch avoid-change-default-texthtml-mime-type.patch... patching file build/main.js Hunk #1 FAILED at 2895. 1 out of 1 hunk FAILED -- saving rejects to file build/main.js.rej ==> ERROR: A failure occurred in prepare(). Aborting... error: failed to build 'deezer-7.0.80-2': error: packages failed to build: deezer-7.0.80-2

start-hidden-in-tray.patch also fails to be patched

anagram3k commented on 2025-05-19 09:03 (UTC) (edited on 2025-05-19 09:04 (UTC) by anagram3k)

Im my system, the deezer app is crashing with this message:

(process:19347): Gtk-ERROR **: 06:00:41.316: GTK 2/3 symbols detected. Using GTK 2/3 and GTK 4 in the same process is not supported
zsh: trace trap (core dumped)

If anyone is having the same problem, I found a workaround[1]:

deezer --gtk-version=3

[1]https://github.com/electron/electron/issues/46538