Bunkerbewohner / tidal-music-linux

An electron based wrapper around the Tidal web player for Linux
MIT License
45 stars 16 forks source link

Black Screen on login #22

Closed Hokseed closed 5 years ago

Hokseed commented 5 years ago

Hi,

When i try to login to my account, i enter my username (and complete the captchat) and before entering my password, i have a black screen on the app.

Archlinux - i3 | France.

alberdingk-thijm commented 5 years ago

I'm having the same issue using Antergos with Openbox and electron v2.0.11

Possibly an electron related bug, according to Sarithis on the AUR.

bliz937 commented 5 years ago

I changed the dependencies in package.json to

"dependencies": {
    "dbus-native": "^0.2.5",
    "electron": "^3.0.4"
  }

and re-ran npm install && npm start

Electron is new to me, but this got me past the login screen.

alberdingk-thijm commented 5 years ago

@bliz937's solution works for me.