-
Notifications
You must be signed in to change notification settings - Fork 44
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
Window is not resizable in 1.11.80 build #477
Comments
Is it similar to #332 or is different? Could you provide some details like your desktop environment along with versions and maybe a screenshot to make the problem more visual? |
I'm running Fedora 40 with the default Gnome Wayland desktop. The border issue basically comes down to this: which is as close as I can drag any edge of the element window to the edge of the monitor. In 1.11.80 there are simply no drag handles at all when I hover over the window edge, but only in the flatpak version - if I use the tar ball version that it is resizable as normal. |
Mhm, interestingly enough, running the latest Fedora Silverblue 40, I can't reproduce this, but I also can't resize the window (which I usually also don't test before merging) 👀 So something is off. |
I think you can probably change window behaviour drastically, when you disable wayland using tools like flatseal. You can also temporarily test if it fixes the issue using: flatpak kill im.riot.Riot
flatpak run --nosocket=wayland im.riot.Riot This also explains, why it's a non-issue with upstream, since upstream doesn't enable wayland by default. You can see we jump through some hops to make it happen in the flatpak: Lines 3 to 14 in d32d14a
|
The interesting thing is that I also use a (non-flatpak) vs code and I pass |
On Could people please specify their |
I can confirm that matches what I see on Fedora 40 with Gnome 46 and Element 1.11.80 or newer. |
Is this possibly related to electron/electron#43714? |
I updated to the 1.11.80 build and found the window now appears to have a fixed size (roughly 1200x800) and can't be resized.
Downgrading to the previous build has restored the ability to resize.
I would also note that even the previous version has a weird issue with resizing where it won't let you move an edge too close to the edge of a monitor - it has some sort of buffer strip that it won't allow you to move into. That started happening a couple of months ago.
The text was updated successfully, but these errors were encountered: