-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
[BUG] Wayland startup took a long time #44
Comments
Try running from console to see what it gets stuck on |
Ok so after I ran goofcord using the command Using NVIDIA on Wayland, applying workaround Goofcord already display the settings window at this point. Goofcord actually runs and display goofcord, but only the startup that takes too long. I think it stuck on the last line for a couple of minutes then the window opens. Currently, I installed goofcord through AUR and modify the .desktop file through alacarte and remove all parameters (AUR ones only defaults to 2 parameters regarding the startup of Wayland, since that is problematic). It worked like charm, it also appears to system tray with goofcord running in xwayland. My hypothesis seems to be the problem with initializing the electron apps using the parameters to launch goofcord. |
Can confirm that goofcord takes wayy too long to startup on wayland |
I have experienced this issue too on Arch Linux KDE Wayland profile. Running it like |
I can't reproduce this in any combination of distributions and DEs that I tried. |
So I tried to use AppImage and use the wayland parameters and record it : https://drive.google.com/file/d/1XDzaw017-7E_uy5qzsT7u8AB1vWoMLsy/view?usp=sharing If I use the X11 parameters, it just instantly opens : https://drive.google.com/file/d/1eLzSHVZ9JQ1yWZqj-YE5lrCbBq67cQ55/view?usp=sharing |
It seems that it doesn't really get stuck on anything, but the window itself doesn't initialize on the Electron's side. Also, what happens when clicking "Open GoofCord" in the tray menu while the window is not open? |
Description
Goofcord took a long time to initialize the window in wayland, running on X11 doesn't exhibit this behavior. Sometimes Goofcord startup put the desktop environment on heavy load (some hangs at initialization of Goofcord, fans spinning up).
Steps to Reproduce
Run goofcord from app drawer (automatic .desktop shortcut) in GNOME, never tried using flatpak command
Expected Behavior
Initialization almost instantly opens the goofcord window, just like X11 one
Actual Behavior
Initialization takes a long time (around 4-5 minutes) and hangs the system sometime (albeit only temporary)
Environment
Additional Information
Want to test using Xwayland on goofcord, any ideas?
The text was updated successfully, but these errors were encountered: