Package Details: deezer 7.0.60-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: 57
Popularity: 0.001170
First Submitted: 2018-12-12 06:54 (UTC)
Last Updated: 2025-04-20 09:37 (UTC)

Latest Comments

« First ‹ Previous 1 .. 19 20 21 22 23 24 25 26 Next › Last »

simonorono commented on 2019-07-14 12:15 (UTC)

I get this error when trying to update:

==> Error: Could not find all required packages: electron>=3.0.10 electron<4.0.0 (Wanted by: deezer)

What can I do?

aviranzerioniac commented on 2019-07-09 16:09 (UTC) (edited on 2019-07-10 08:04 (UTC) by aviranzerioniac)

I haven't been able to run it after the electron update and even the last update of deezer was the same. Only thing that works is downgrading electron if anyone is having the same problem. Might be helpful.

nCrazed commented on 2019-07-07 20:04 (UTC) (edited on 2019-07-07 20:05 (UTC) by nCrazed)

Why < 4.0.0 when 4.1.4 is known to work?

IlyaGulya commented on 2019-07-05 14:22 (UTC) (edited on 2019-07-05 14:24 (UTC) by IlyaGulya)

@nCrazed from my own research I've figured out that app was tested for running on electron 3.x

I'm not sure what will happen if I will change PKGBUILD to stick to electron 3.x.

Lets find out and I will revert if it will break something.

nCrazed commented on 2019-07-05 13:47 (UTC) (edited on 2019-07-05 13:48 (UTC) by nCrazed)

Downgrading to 4.1.4-1 makes it render again, with a lot more noise in the dev console.

nCrazed commented on 2019-07-05 13:43 (UTC) (edited on 2019-07-05 13:43 (UTC) by nCrazed)

@IlyaGulya

$ electron -v
v5.0.6
$ pacman -Qi electron
Name            : electron
Version         : 5.0.6-1
...

IlyaGulya commented on 2019-07-05 13:39 (UTC)

@nCrazed can you tell me your electronjs version?

nCrazed commented on 2019-07-05 13:20 (UTC)

For the last few days, the app refuses to render. This is the case both for the older version that used to work (4.7.2-1) and the newer 4.10.2-1.

Seeing the following 3 entries in the dev console:

newrelicbrowser.js:1 Uncaught ReferenceError: process is not defined
    at newrelicbrowser.js:1
eleclayout.js:1 Uncaught ReferenceError: require is not defined
    at eleclayout.js:1
/usr/lib/electron/resources/electron.asar/renderer/security-warnings.js:170 Electron Security Warning (Insecure Content-Security-Policy) This renderer process has either no Content Security
    Policy set or a policy with "unsafe-eval" enabled. This exposes users of
    this app to unnecessary security risks.

For more information and help, consult
https://electronjs.org/docs/tutorial/security.
 This warning will not show up
once the app is packaged.
(anonymous) @ /usr/lib/electron/resources/electron.asar/renderer/security-warnings.js:170

IlyaGulya commented on 2019-07-04 10:51 (UTC)

@trantilla Thanks. I've updated the desktop file accordingly

trantila commented on 2019-07-01 18:49 (UTC)

The reason gnome doesn't appear to be reading the included .desktop file seems to be the included NoDisplay=true, which essentially renders the desktop file a MIME associator only. And funnily enough the association is with plain text, which seems silly at least without some deeper insight. :)

So, to make gnome "pick up" the .desktop file for menus and launchers etc. the NoDisplay=true could be deleted. And while at it, the funky-looking MimeType=text/plain; declaration could be deleted as well, in addition to capitalizing the app name as is presented by Deezer itself wherever the name is not brand-stylished. This would leave us with:

[Desktop Entry]
Name=Deezer
StartupNotify=true
Icon=/usr/share/deezer/app.ico
Comment=Audio streaming service
Exec=/usr/bin/deezer
Terminal=false
Type=Application