Package Details: deezer 7.0.80-2

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: 57
Popularity: 0.000517
First Submitted: 2018-12-12 06:54 (UTC)
Last Updated: 2025-05-29 10:12 (UTC)

Latest Comments

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

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

markhadman commented on 2025-05-18 12:33 (UTC)

@mboquien it appears to be fixed with version 7.0.80-1

mboquien commented on 2025-05-17 14:36 (UTC)

The checksum appear to be incorrect for deezer.

==> Validating source files with sha256sums...
    deezer-7.0.80-setup.exe ... Passed
    deezer.desktop ... Passed
    deezer ... FAILED

SibrenVasse commented on 2025-03-15 08:54 (UTC)

@jonasmalacofilh: I see. Should be fixed in 7.0.40

jonasmalacofilho commented on 2025-03-15 05:58 (UTC) (edited on 2025-03-15 05:58 (UTC) by jonasmalacofilho)

The reintroduction of the systray-buttons-fix.patch makes typing a space in the search box pause/unpause the playback.

mynardjk commented on 2025-03-05 00:58 (UTC)

Hi, is the gapless playback available in the app? when i try to play a song that has a direct connection with the next in the list, the song stops before the next start to play and sounds kinda weird.

UnicornDarkness commented on 2025-01-15 19:13 (UTC)

I cannot update to 6.0.290, it fails during prepare():

node:internal/modules/cjs/loader:1244
  throw err;
  ^

Error: Cannot find module '../lib/asar'
Require stack:
- /usr/lib/node_modules/@electron/asar/bin/asar.js
    at Function._resolveFilename (node:internal/modules/cjs/loader:1241:15)
    at Function._load (node:internal/modules/cjs/loader:1066:27)
    at TracingChannel.traceSync (node:diagnostics_channel:322:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:220:24)
    at Module.require (node:internal/modules/cjs/loader:1327:12)
    at require (node:internal/modules/helpers:136:16)
    at Object.<anonymous> (/usr/lib/node_modules/@electron/asar/bin/asar.js:15:12)
    at Module._compile (node:internal/modules/cjs/loader:1566:14)
    at Object..js (node:internal/modules/cjs/loader:1718:10)
    at Module.load (node:internal/modules/cjs/loader:1305:32) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [ '/usr/lib/node_modules/@electron/asar/bin/asar.js' ]
}

Node.js v23.4.0

jongeduard commented on 2024-06-30 15:43 (UTC) (edited on 2024-06-30 15:47 (UTC) by jongeduard)

Amazing! I solved the problem myself by some google searching. I'll share it here...

As it turns out, Chromium has an undocumented command line option:

--disable-gpu

I just tried this with the Deezer app and it works: deezer --disable-gpu

(For app like this, which is just for playing music, I really don't care about it to run hardware accelerated, but just that it works. :P)

So now we know this works, the next step is to edit the .desktop shortcut, put this command line option into it, and storing the shortcut in ~/.local/share/applications/ (I just do that by rightclick and editing the icon in my Plasma desktop, so that this is done automatically).

jongeduard commented on 2024-06-28 17:13 (UTC) (edited on 2024-06-28 17:21 (UTC) by jongeduard)

Anyone else having graphical troubles with NVIDIA and running this app on a Wayland desktop? I am seeing black contents inside the app window.

For a very long time I been using Xfce running Xorg and the Deezer app always worked.

But I am now using KDE Plasma running on Wayland, and I see a pitch black pitch black screen with dedicated NVIDIA graphics enabled on my laptop.

Note that pressing spacebar inside the window pressing the play/pause/forward/backward buttons on my keyboard still work. And the mouse as well, as the cursor still gets a hand shape where hyperlinks should be visible.

When I use dynamic graphics, effectively using my AMD CPU graphics card by default, the app works normally. (This hybrid mode for my laptop reduces energy, but reduces graphics performance and quality, so being able to switch between both options is what I want, and using Deezer in both ways would be great)

It's probably and old Electron13 Chromium engine problem, but maybe someone knows a fix.