Package Details: deezer 6.0.280-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: 58
Popularity: 0.016120
First Submitted: 2018-12-12 06:54 (UTC)
Last Updated: 2024-12-11 16:31 (UTC)

Latest Comments

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

SibrenVasse commented on 2021-09-07 20:19 (UTC) (edited on 2021-09-07 20:23 (UTC) by SibrenVasse)

@lifestronaut: thank you for reporting the issue. For now, I've dropped the dependency to electron13. Fixing the issue with electron14 (which required running npm install @electron/remote) caused the package to grow 200MB.

lifestronaut commented on 2021-09-07 19:02 (UTC) (edited on 2021-09-07 19:03 (UTC) by lifestronaut)

Electron v14 appears to be breaking deezer. All I see is an unresponsive white window. It works fine with electron v13

SibrenVasse commented on 2021-05-25 12:12 (UTC)

In that case I most likely something related to all electron apps, not only Deezer.

BeerInjection commented on 2021-05-23 12:45 (UTC)

SibrenVasse: I noticed the same behavior on "Code OSS". When I reload VSCode after install some plugin or something similar.

SibrenVasse commented on 2021-05-23 08:22 (UTC) (edited on 2021-05-23 08:22 (UTC) by SibrenVasse)

The file /bin/deezer (or /usr/bin/deezer, which is the same file) should not be executed using electron. If you take a look inside this file you'll see:

#!/bin/sh
exec electron /usr/share/deezer/app.asar "$@"

If you run electron without the asar archive, you will get the window you're seeing. My guess is that somehow that's what happening.

BeerInjection commented on 2021-05-22 23:51 (UTC)

https://i.imgur.com/b2Zl682.png

BeerInjection commented on 2021-05-22 23:26 (UTC)

SibrenVasse: https://stackoverflow.com/questions/60774286/electron-app-auto-launch-shows-an-additional-window-due-to-incorrect-app-path

BeerInjection commented on 2021-05-22 17:56 (UTC)

Yes, it seems a normal log to me. Maybe it's something missing on my machine. I'll investigate, if I find something I let you know. Thanks for the help.

SibrenVasse commented on 2021-05-22 14:54 (UTC)

Did you reproduce the issue while logging?

BeerInjection commented on 2021-05-22 13:29 (UTC)

SibrenVasse: Changed to gist.