After starting wire, the application window just stays white, nothing happens. Observed on two machines running current Solus Budgie (current kernel).
Description
Revisions and Commits
Event Timeline
@seb3000, which GPUs do you and your coworker (I've seen the thread on the forum) use? Can you try updating Wire again and see if launching wire --disable-gpu in terminal works?
Both machines use Intel GPUs.
When starting using "wire --disable-gpu" the new wire client works!
Thank you for testing!
Probably I didn't notice this issue because I tested Wire in virtual machine, where it was forced to use software rendering. Fortunately I was able to reproduce the issue on one of my "real" machines with AMD graphics, so I have a testing ground now.
Seems that the problem occurs because we symlink Electron's bundled libEGL and libGLES to libraries from libglvnd - apparently they are not the same, and with bundled libs Wire seems to work with GPU acceleration on my affected system. I'll do some more testing with these libraries and submit a patch.