satoshipay / solar

🌞 Stellar wallet. Secure and user-friendly.
https://solarwallet.io
MIT License
191 stars 59 forks source link

Blank screen starting on Fedora 35 using rpm 0.27.2 #1284

Open adhisimon opened 2 years ago

adhisimon commented 2 years ago

Instalation package: rpm from latest release 0.27.2 System: Up-to-date Fedora 35 Beta

Behavior: Only show blue windows without any content

Command line dump:

$ io.solarwallet.app 
(electron) 'BrowserWindow.getDevToolsExtensions' is deprecated and will be removed. Please use 'session.getAllExtensions' instead.
No update available
ebma commented 2 years ago

Hey there. Have you tried running Solar with the .AppImage, .snap or .deb package? I don't think that the error message about the dev tools is the reason for the blank screen.

adhisimon commented 2 years ago

Same blank window on running it with AppImage.

$ ./Solar-Wallet-0.28.0.AppImage 
(electron) 'BrowserWindow.getDevToolsExtensions' is deprecated and will be removed. Please use 'session.getAllExtensions' instead.
No update available
lig commented 2 years ago

Confirming the same on Fedora 35 with 0.28 using AppImage

ebma commented 2 years ago

Maybe updating the electron dependencies can fix this issue but this requires thorough testing so this might take some time.

andrejcremoznik commented 2 years ago

Same thing using Solar-Wallet-0.28.1.AppImage on Arch.

chopstar001 commented 2 years ago

Yes, I have the Blank blue screen too. Screenshot_20220511_022447 1

TheSHEEEP commented 2 years ago

This is a sandbox-related bug in recent versions of Chromium (and thus inherited by Electron and other libs). Or rather in its usage by various applications (e.g. Teams on Linux and RStudio have the same issue).

To circumvent this issue, run the application like this (same works for other apps with this issue): solarwallet --no-sandbox

Of course, it would be nice if the solarwallet devs themselves fixed it, but in the meantime...

ebma commented 2 years ago

I bumped the electron version and published some new build artifacts under the current release (0.28.1). Can you download and try e.g. the .AppImage again and tell me if you still have issues?