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

Latest Comments

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

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

evertonstz commented on 2019-03-17 19:56 (UTC) (edited on 2019-03-17 20:08 (UTC) by evertonstz)

the program is installed, but for some reason gnome isn't reading its .desktop, so I'm only able to launch it using the terminal. I needed to edit the .desktop at "/usr/share/applications/deezer.desktop" to the following:

[Desktop Entry]

Name=Deezer

Comment=Deezer for linux destop

Exec="/usr/bin/deezer" %U

Terminal=false

Type=Application

Icon=deezer

StartupWMClass=Deezer

Categories=AudioVideo;Audio;

mannp commented on 2019-02-26 19:06 (UTC)

@IlyaGulya thanks :)

IlyaGulya commented on 2019-02-24 16:39 (UTC)

@mannp Sure, it supports FLAC when you are HiFi user. That's main purpose why I've made this package :)

mannp commented on 2019-02-24 16:20 (UTC)

Excellent thanks.

Do we know if it support flac playback for hifi users?

Thanks

obelix1502 commented on 2019-02-15 22:06 (UTC)

It works fine for me, thanks!

IlyaGulya commented on 2019-02-05 13:48 (UTC)

@pamrg This will require changes to the Deezer js codebase. So, the only way to do that is Deezer developers will implement such feature. You can try to create a patch and provide it to me, but patches can easily be broken during the update.