Package Details: deezer 6.0.120-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-2024 Deezer S.A."
Provides: deezer
Submitter: IlyaGulya
Maintainer: SibrenVasse
Last Packager: SibrenVasse
Votes: 59
Popularity: 1.51
First Submitted: 2018-12-12 06:54 (UTC)
Last Updated: 2024-04-28 20:49 (UTC)

Pinned Comments

SibrenVasse commented on 2024-01-17 12:02 (UTC) (edited on 2024-01-17 12:02 (UTC) by SibrenVasse)

If you're having issues building the package, make sure the prettier package is up-to-date on your system.

Current version is prettier 3.2.2

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 25 Next › Last »

jongeduard commented on 2023-07-15 11:59 (UTC) (edited on 2023-07-15 12:26 (UTC) by jongeduard)

Build fails with an error for me (sorry some texts are in Dutch because I have my system setup as NL language):

==> Bezig met het uitvoeren van prepare()...
build/main.js 299ms
build/preload.js 45ms
build/renderer.js 28ms
build/service-worker.js 1ms
build/titlebar.js 16ms
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 2897.
1 out of 1 hunk FAILED -- saving rejects to file build/main.js.rej
==> FOUT: Er is een fout opgetreden in prepare().
    Afbreken...

I see that the file which the above message about rejects refers to sits in "src/resources/app/build/" and contains the following content:

--- build/main.js
+++ build/main.js
@@ -2897,12 +2897,7 @@
                 this.tray.init(),
                 this.updater.init(),
                 this.network.watch(),
-                this.powerSave.check(),
-                this.deepLink.getSchemes().forEach((scheme) => {
-                  external_electron_namespaceObject.app.setAsDefaultProtocolClient(
-                    scheme
-                  );
-                });
+                this.powerSave.check();
               const dzrFilter = { urls: ["*://*/*"] },
                 DOMAINS_WHITELIST = [
                   "deezer.com",

SibrenVasse commented on 2023-04-06 19:22 (UTC)

@CReimer: yeah electron13 is no longer supported unfortunately. The official windows version is shipped with electron12 (also unsupported). I was able to update their app to electron13, but beyond that the changes are very extensive.

So I'd say: at worst it's no more insecure as the official version.

CReimer commented on 2023-04-06 18:48 (UTC)

Isn't it a security risk to use Electron 13?

SibrenVasse commented on 2022-10-27 14:50 (UTC) (edited on 2022-10-30 02:19 (UTC) by SibrenVasse)

PSA: If you encounter any issues or you see something like the following error when starting Deezer on the cli:

/usr/lib/electron13/electron: error while loading shared libraries: libicui18n.so.71: cannot open shared object file: No such file or directory

Please make sure to install electron13-bin instead of electron13.

SibrenVasse commented on 2022-09-24 17:29 (UTC)

msrd0: Unfortunately not. Deezer is distributed with Electron v12. To fix the breaking changes with electron 14 (electron/remote) it would require to include a full electron install in this package (similar installing a binary package, but even more against how arch does things!)

yurikoles commented on 2022-09-24 12:12 (UTC)

Shame on me that I didn't figure out to try electron13-bin. Because I'm actually a maintainer of electron[9-21]-bin %_%.

msrd0 commented on 2022-09-24 10:23 (UTC)

Any chance this package can get updated to a newer electron version? I dislike installing binary packages from the AUR, but electron13 requires python2 to build which I refuse to install. The currently installed version of electron13 on my system unfortunately doesn't work due to the recent flac update.

SibrenVasse commented on 2022-09-17 04:28 (UTC)

yurikoles: no, a shared library was updated and broke the package electron13, as electron13 is no longer in the official repositories. I would recommend to install electron13-bin.

yurikoles commented on 2022-09-17 00:00 (UTC)

FLAC update broke Deezer:

/usr/lib/electron13/electron: error while loading shared libraries: libFLAC.so.8: cannot open shared object file: No such file or directory

cyberlinux commented on 2022-04-22 15:02 (UTC)

Thank you)))) Very Much