-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Wayland - resizing with Super+RMB causes the window to disappear #148507
Comments
For me this occurs when resizing the window normally by dragging on the window edges using the left mouse button. I'm using Arch Linux, Gnome 42, code-insiders, with the same flags as above, and the Nvidia proprietary driver (510.68.02) if that matters. |
Same issue as well when resizing normally. I am using Fedora 36 beta, Gnome 42, GTX 1070Ti with 510.68.02 |
I have this same setup accept resizing the window or moving it to another screen causes the application to cease responding. |
same issue here on Fedora 36, Gnome 42.1, Nvidia RTX 3080, 510.68.02
|
This issue is quite the annoyance; it's nearly impossible to reliably resize (no matter which method) the window without it spontaneously disappearing. The process stays alive.
Launch args:
Log at the moment of window disappearance:
|
Same issue. Ubuntu 22.04, RTX 3800 Ti, Gnone 42.1.
|
Is anyone here (from the people who already reported) also has amd/intel gpu and managed to reproduce the issue there? Because right now it seems to only affect nvidia. |
I have both a workstation and a laptop. The problem occurs on the workstation with the error in the comment above, but I have not been able to reproduce it on the laptop. Workstation: AMD RX550 + Nvidia 3090 Laptop: Intel integrated graphics Both have kernel 5.17.7-arch1-1, Sway 1.7, and vscode 1.67.1 |
I am seeing a similar "disappearing native wayland window on resize" issue under Sway (not gnome)
Resizing in pane mode with the mouse triggers disappearing window, as do other ops that cause a window resize. It is not deterministic and sometimes resize succeeds. There is no relevant output in the
|
To get extensive output I used |
Thanks!
log
|
Using
Instead of
Fixed this for me. No idea why. |
@RyanGibb I think this is a red herring. I see frequent crashes when switching windows, with or without |
@edrex Yep, it looks like you're right. Instability has returned. Apologies for the misinformation. |
Same problem on NixOS 22.05
|
|
I can no longer reproduce the issue with the insiders build but can still reproduce with the normal one. The insiders build is using electorn version 18.3.2 and the normal build is using version 17.4.7 . |
I can confirm @lolsniperftw's result - insider running as a native wayland client doesn't seem to be crashy around resize events. Once there is a release we can close this 😃 |
As others have mentioned, I can no longer reproduce this issue with the Insider release. Seems fixed for now.
|
Same issue on the regular non-insiders version / ubuntu 22.04 / wayland & nvidia. I guess I will wait for the current insiders version to be released on the regular channel. A workaround in the interim would be nice. |
Issue should be addressed in latest stable and insiders with Electron 19. |
Does this issue occur when all extensions are disabled?: Yes/No
gnome-shell
/mutter
42.0-4)Steps to Reproduce:
--enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland
OR--enable-features=UseOzonePlatform --ozone-platform=wayland
; enabling the decorations doesn't matterThe text was updated successfully, but these errors were encountered: