I been trying to get ElectronPlayer(for Netflix) to work on Lubuntu, it does seem to install successfully but I cannot find where it installed to open it, and when trying to open it via the terminal, it doesn't open.
I was able to get ElectronPlayer to work on Ubuntu with no problems, but I really prefer to use Lubuntu.
Any help would be greatly appreciated.
Edit: I am using Lubuntu version 19.04 and tried the Discover Software Center to install ElectronPlayer.
I also do not have much experience with Linux.
Thanks, David
31 Answer
Relative to what ships with 19.04, you need to upgrade to snapd 2.39.2+19.04 for Electron Player to show up in the "Other" category of the menu. Additionally, this upgrade will need to be in place in order for a functional version of Electron Player (2.0.7 rev 9) to be installed correctly.
Oddly, upgrading snapd in Discover does not seem to provide the fix, so to upgrade snapd:
- Open System Tools → Qterminal
- Enter
sudo apt update && sudo apt -y install snapdand press Enter - When asked for your password, enter it and press Enter
While you're there you can easily install Electron Player from the terminal:
- Enter
sudo snap install electronplayerand press Enter - Enter your password if asked and press Enter
- When completed, run it by entering
electronplayerand pressing Enter
Since you already have Electron Player installed, you could upgrade snapd as above, but you would still face problems if you try to run Electron Player:
(electronplayer:2917): Gtk-WARNING **: 00:15:17.454: cannot open display: :0To ensure that everything is working correctly, remove then install Electron Player: sudo snap remove electronplayer && sudo snap install electronplayer.