Linux needs a native client for Deezer!
- November 9, 2017
- 345 replies
- 69919 views
- Kaitlin Perry
- 1260 Anonymous usersA
- Anonymous
I think that is important to cover all the platforms for all the users.
I recently created an Ubuntu script to install Deezer based on the fantastic work done by IlyaGulya and SibrenVasse on an AUR package for Arch Linux. It should work on Debian too since Ubuntu is based on Debian, but I haven't tested it.
You can view instructions on how to install it here https://github.com/siphomateke/deezer. It's not at all official and isn't guaranteed to work with future Deezer versions but it's what I am now using.
I'm not sure why Deezer hasn't added support for Linux yet considering the Deezer desktop app for windows is an Electron app and runs just fine on Linux with a few minor tweaks.
Hopefully this helps my fellow Ubuntu users.
345 replies
- Guitar Hero
- 3 replies
- February 18, 2019
I am a Deezer user and I would like my advice to be taken into consideration.
Why does not Deezer develop an app for Ubuntu in snap version?
For example, the competitor Spotify has the snap app and is very confortable.
I think a Deezer snap app would make the service more usable on Ubuntu and other Linux distributions.
I really hope this option can be evaluated.
Thank you!
- Ultimate Superstar
- 14316 replies
- February 19, 2019
I've changed the status of your idea to 'Discussion On Going'. You've also got my vote! Let's hope more users join the convo 😉
- Hitmaker
- 437 replies
- February 23, 2019
https://en.deezercommunity.com/ideas/321
- Guitar Hero
- 3 replies
- February 23, 2019
For example, the competitor Spotify has the snap app and is very comfortable.
- Roadie
- 1 reply
- February 26, 2019
- Rockstar
- 228 replies
- March 2, 2019
It does have a widget but only shows up when manually changing tracks, adjusting volume, etc ..., and when the screen is locked (which it usually is... when I'm not there to listen to anything). I haven't found a way to fix it to a spot on my desktop and have it visible all the time. Unfortunately I think those hoping for or expecting something like Spotify's linux app would be greatly disappointed if a linux version of Deezer's windows app dropped tomorrow.
- Roadie
- 2 replies
- March 4, 2019
I'm using Manjaro and I have found that this has been done by someone through AUR. I have installed it and I have the window open, however, trying to log in via google makes it call a browser window and it can't redirect back to the app.. Deezer, you don't need to do too much Just do the finishing touches and package it as a snap package, I'm tired of how shitty Spotify is treating the Linux user
- Roadie
- 2 replies
- March 4, 2019
It does have a widget but only shows up when manually changing tracks, adjusting volume, etc ..., and when the screen is locked (which it usually is... when I'm not there to listen to anything). I haven't found a way to fix it to a spot on my desktop and have it visible all the time. Unfortunately I think those hoping for or expecting something like Spotify's linux app would be greatly disappointed if a linux version of Deezer's windows app dropped tomorrow.
If you didn't sign up using Google, there's a package at AUR and you can compile it if you're not using arch or arch based systems. It's also pretty small
- Roadie
- 1 reply
- March 11, 2019
grab an electron (sudo npm install electron -g)
download windows installer, unpack with 7zip.
move app.asar from "$PLUGINSDIR\app-32.7z\resources" to some place and run it like
"/usr/bin/electron app.asar"
You can create a .desktop file or something. Works fine on kubuntu with all media keys supported.
Better than nothing.
Thanks for the instructions, this does work. A bit disappointed that it's Electron, but the main problem is that the media keys don't work with Ubuntu 18.04 (I've mapped my own shortcuts for prev/next/pause which work with other media players). So far, this doesn't make any difference to opening an extra tab in my browser.
- Guitar Hero
- 3 replies
- March 13, 2019
- Guitar Hero
- 7 replies
- March 16, 2019
- Guitar Hero
- 7 replies
- March 17, 2019
- Roadie
- 1 reply
- March 19, 2019
- Guitar Hero
- 8 replies
- April 13, 2019
- Guitar Hero
- 3 replies
- April 13, 2019
Install wget, 7z, electron packages. Electron version should be >= 3.0.10. Don't do anything else before you have this three installed.
Start terminal. Type bold text into terminal, press enter after each line.
Create folder to work in:
mkdir deezer
Go there:
cd deezer
Download latest windows installer:
wget --output-file=installer.exe "https://www.deezer.com/desktop/download?platform=win32&architecture=x86"
Extract app:
7z x -so installer.exe "\$PLUGINSDIR/app-32.7z" > app-32.7z
Extract electron app:
7z x -so app-32.7z "resources/app.asar" > app.asar
App.asar is all you need, start it with electron:
electron app.asar
You are welcome. Case closed. If you need 'native' app for some specific distro ask distro maintainers to repack the app this way or do it manually.
This is as native as you can get, same as on Windows or Mac, meaning not too much. Electron is abomination that should have never seen daylight in the first place. Although I understand why it had to be made in this case, just not approving playing actual music though it.
Before I see any knee-jerk reaction from Deezer, this is completely legitimate, electron keeps running your code, as badly as under any other platform. I am also available for hire under the right terms, you have my email.
- Roadie
- 1 reply
- April 24, 2019
I think that is important to cover all the platforms for all the use
I came across this again and again for a very long time. I am a longtime spotify user, and their desktop client was just great. Now, i see there is an updated version for desktop clients for windows and macos which works very well. I don't know for sure, but it seems to be based on Electron or another framework like that, so it shouldn't be very difficult to make a linux version. Another suggestion is to make the client opensource, so the community can help with the development.
- Ultimate Superstar
- 14316 replies
- April 25, 2019
You're right, it's Electron. Your feedback is good, I'll pass it on to the right team (regarding opensource).
- Guitar Hero
- 8 replies
- April 30, 2019
- Ultimate Superstar
- 14316 replies
- April 30, 2019
We should be testing on Linux over the Summer but with no specific dates yet. I'll update this topic when the time comes.
- Roadie
- 1 reply
- May 23, 2019
You can create and run Linux version yourself or ask actual distro maintainers to create the package
I followed your instructions but I just get a blank screen and a bunch of console/javascript errors. I guess I will have to move to Spotify since Deezer doesn't look after Linux users
- Rising Star
- 13 replies
- May 24, 2019
- Rising Star
- 13 replies
- May 24, 2019
- Roadie
- 2 replies
- May 26, 2019
I think that is important to cover all the platforms for all the users.
I am a Deezer user and I would like my advice to be taken into consideration.
Why does not Deezer develop an app for Ubuntu in snap version?
For example, the competitor Spotify has the snap app and is very confortable.
I think a Deezer snap app would make the service more usable on Ubuntu and other Linux distributions.
I really hope this option can be evaluated.
Thank you!
I've changed the status of your idea to 'Discussion On Going'. You've also got my vote! Let's hope more users join the convo 😉
https://en.deezercommunity.com/ideas/321
For example, the competitor Spotify has the snap app and is very comfortable.
It does have a widget but only shows up when manually changing tracks, adjusting volume, etc ..., and when the screen is locked (which it usually is... when I'm not there to listen to anything). I haven't found a way to fix it to a spot on my desktop and have it visible all the time. Unfortunately I think those hoping for or expecting something like Spotify's linux app would be greatly disappointed if a linux version of Deezer's windows app dropped tomorrow.
I'm using Manjaro and I have found that this has been done by someone through AUR. I have installed it and I have the window open, however, trying to log in via google makes it call a browser window and it can't redirect back to the app.. Deezer, you don't need to do too much Just do the finishing touches and package it as a snap package, I'm tired of how shitty Spotify is treating the Linux user
It does have a widget but only shows up when manually changing tracks, adjusting volume, etc ..., and when the screen is locked (which it usually is... when I'm not there to listen to anything). I haven't found a way to fix it to a spot on my desktop and have it visible all the time. Unfortunately I think those hoping for or expecting something like Spotify's linux app would be greatly disappointed if a linux version of Deezer's windows app dropped tomorrow.
If you didn't sign up using Google, there's a package at AUR and you can compile it if you're not using arch or arch based systems. It's also pretty small
grab an electron (sudo npm install electron -g)
download windows installer, unpack with 7zip.
move app.asar from "$PLUGINSDIR\app-32.7z\resources" to some place and run it like
"/usr/bin/electron app.asar"
You can create a .desktop file or something. Works fine on kubuntu with all media keys supported.
Better than nothing.
Thanks for the instructions, this does work. A bit disappointed that it's Electron, but the main problem is that the media keys don't work with Ubuntu 18.04 (I've mapped my own shortcuts for prev/next/pause which work with other media players). So far, this doesn't make any difference to opening an extra tab in my browser.
Install wget, 7z, electron packages. Electron version should be >= 3.0.10. Don't do anything else before you have this three installed.
Start terminal. Type bold text into terminal, press enter after each line.
Create folder to work in:
mkdir deezer
Go there:
cd deezer
Download latest windows installer:
wget --output-file=installer.exe "https://www.deezer.com/desktop/download?platform=win32&architecture=x86"
Extract app:
7z x -so installer.exe "\$PLUGINSDIR/app-32.7z" > app-32.7z
Extract electron app:
7z x -so app-32.7z "resources/app.asar" > app.asar
App.asar is all you need, start it with electron:
electron app.asar
You are welcome. Case closed. If you need 'native' app for some specific distro ask distro maintainers to repack the app this way or do it manually.
This is as native as you can get, same as on Windows or Mac, meaning not too much. Electron is abomination that should have never seen daylight in the first place. Although I understand why it had to be made in this case, just not approving playing actual music though it.
Before I see any knee-jerk reaction from Deezer, this is completely legitimate, electron keeps running your code, as badly as under any other platform. I am also available for hire under the right terms, you have my email.
I think that is important to cover all the platforms for all the use
I came across this again and again for a very long time. I am a longtime spotify user, and their desktop client was just great. Now, i see there is an updated version for desktop clients for windows and macos which works very well. I don't know for sure, but it seems to be based on Electron or another framework like that, so it shouldn't be very difficult to make a linux version. Another suggestion is to make the client opensource, so the community can help with the development.
You're right, it's Electron. Your feedback is good, I'll pass it on to the right team (regarding opensource).
We should be testing on Linux over the Summer but with no specific dates yet. I'll update this topic when the time comes.
You can create and run Linux version yourself or ask actual distro maintainers to create the package
I followed your instructions but I just get a blank screen and a bunch of console/javascript errors. I guess I will have to move to Spotify since Deezer doesn't look after Linux users
Reply
Related topics
please, add Deezer device support for Wiim mini Airplay 2 streamer
Deezer device support for Wiim mini Airplay 2 streamer desperately needed
Features & FeedbackDeezer HiFi for Denon HEOS and Denon / Marantz HEOS built-in devicesicon
Other devicesDoes it support AirPlay 2?
iOS Betadeezer hifi and airplay?icon
iOS
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Scanning file for viruses.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
OKThis file cannot be downloaded
Sorry, our virus scanner detected that this file isn't safe to download.
OK