When I want to share a song, it only shows me [object Object].
I don't know if this is a problem with the Deezer app itself or if it's due to the package.
| 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: | 63 |
| Popularity: | 2.93 |
| First Submitted: | 2018-12-12 06:54 (UTC) |
| Last Updated: | 2025-10-04 14:05 (UTC) |
When I want to share a song, it only shows me [object Object].
I don't know if this is a problem with the Deezer app itself or if it's due to the package.
@wilqo: please take a look at the relevant usageflag at https://github.com/SibrenVasse/deezer/
fyi - deezer contacts an endpoint regularly to check for internet access but pihole will block it by default causing deezer to say you're offline. Check the querylog and whitelist to fix. Edit: as @SibrenVasse points out there is a flag for this: --hide-appoffline-banner
@pescepalla: should be fixed with 7.0.170
Please note that a least under GNOME Wayland, the app will show as a generic icon in the dash unless the desktop file is named deezer-desktop.desktop or StartupWMClass=deezer-desktop
For more information about usage, see: https://github.com/SibrenVasse/deezer/
@Troupal: I have a test version on the package (everything after v7.0.140-2) on my github repo that should hopefully help solve your issue. Please let me know!
https://github.com/SibrenVasse/deezer/releases/download/7.0.150/deezer-7.0.150-1-any.pkg.tar.zst
DEEZER_TRAY_ICON=/usr/share/icons/hicolor/128x128/apps/deezer.png deezer
Hello and thank you for the package! I have a small request to make, especially since there is already a patch for systray. I notice that systray uses the 16×16 icon that's sent in hicolor, but this PNG is disgustingly blurry, doesn't necessarily match the system's icon theme and there may already be a deezer icon in an icon theme already present in the system. So I see at least two solutions: 1. use the system's icon search mechanism, as is done for the .desktop file 2. Possibly allow the icon to be changed dynamically by modifying the deezer.png icon present in /usr/share/icons/hicolor/16x16/apps/ or, failing that, use either a higher-resolution icon or an SVG icon.
Some of the patches may need to be updated:
==> Extracting sources... -> Extracting deezer-7.0.80-setup.exe with bsdtar ==> Starting prepare()... build/main.js 415ms build/preload.js 56ms build/renderer.js 52ms build/service-worker.js 1ms build/titlebar.js 32ms 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 2895. 1 out of 1 hunk FAILED -- saving rejects to file build/main.js.rej ==> ERROR: A failure occurred in prepare(). Aborting... error: failed to build 'deezer-7.0.80-2': error: packages failed to build: deezer-7.0.80-2
start-hidden-in-tray.patch also fails to be patched
Im my system, the deezer app is crashing with this message:
(process:19347): Gtk-ERROR **: 06:00:41.316: GTK 2/3 symbols detected. Using GTK 2/3 and GTK 4 in the same process is not supported
zsh: trace trap (core dumped)
If anyone is having the same problem, I found a workaround[1]:
deezer --gtk-version=3
Pinned Comments
SibrenVasse commented on 2025-09-02 19:05 (UTC)
For more information about usage, see: https://github.com/SibrenVasse/deezer/