Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank screen starting on Fedora 35 using rpm 0.27.2 #1284

Open
adhisimon opened this issue Oct 19, 2021 · 8 comments
Open

Blank screen starting on Fedora 35 using rpm 0.27.2 #1284

adhisimon opened this issue Oct 19, 2021 · 8 comments

Comments

@adhisimon
Copy link

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
Copy link
Member

ebma commented Nov 2, 2021

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
Copy link
Author

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
Copy link

lig commented Nov 16, 2021

Confirming the same on Fedora 35 with 0.28 using AppImage

@ebma
Copy link
Member

ebma commented Nov 18, 2021

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

@andrejcremoznik
Copy link

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

@chopstar001
Copy link

chopstar001 commented May 10, 2022

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

@TheSHEEEP
Copy link

TheSHEEEP commented May 30, 2022

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
Copy link
Member

ebma commented Jun 3, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants