Search Criteria
Package Details: deezer 7.0.60-1
Package Actions
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.001146 |
First Submitted: | 2018-12-12 06:54 (UTC) |
Last Updated: | 2025-04-20 09:37 (UTC) |
Dependencies (5)
- electron33 (electron33-binAUR)
- asar (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7zip) (make)
- prettier (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 26 Next › Last »
usuariopolivalen commented on 2021-09-16 09:26 (UTC)
i understand, thank you
SibrenVasse commented on 2021-09-10 16:19 (UTC) (edited on 2021-09-10 16:26 (UTC) by SibrenVasse)
@usuariopolivalen: The package goes up 200MB because it essentially installs a new, additional copy of electron to node_modules. That is not something I want to maintain.
The reality is that Deezer currently distributes the software with electron 12. Most of the time I'm able to quickly patch it to make it compatible with newer versions. But sometimes the breaking changes require big architectural modifications, and it's not that simple.
As long as there is a working electron version in the official repositories (supported / security updates by arch), using that is the way to go IMO. Ideally the newest version of course, but that's not always practical.
usuariopolivalen commented on 2021-09-10 15:53 (UTC) (edited on 2021-09-10 15:56 (UTC) by usuariopolivalen)
I prefer the package goes up 200 MB vs having other version of electron for "ever" in my system May be not in the near term because like " work around is good" but not for more than one month I think @SibrenVasse
lifestronaut commented on 2021-09-07 20:35 (UTC)
@SibrenVasse - It appears to be working great with the change in electron packages. Thanks for the quick update.
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:
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
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 26 Next › Last »