Open Arzumify opened 1 month ago
Temporary fix is to use GNOME, which I'm not a fan of :P
Oh man that is crazy - not only does that button not control windows but we have no window move code that I can think of in Fyne!
Does the same happen if you skip the Resize()
call?
Oh man that is crazy - not only does that button not control windows but we have no window move code that I can think of in Fyne!
Does the same happen if you skip the
Resize()
call?
I'll test it later, I'm at work right now Should be free at about 6 UTC
Oh man that is crazy - not only does that button not control windows but we have no window move code that I can think of in Fyne!
Does the same happen if you skip the
Resize()
call?
Yes, it still occurs
I've also noticed that using resize breaks the built-in full-screen function of the WM, but doesn't occur without using resize.
Checklist
Describe the bug
On wlroots based WMs, using the password revealer in a PasswordEntry will shift the window up by about 10 pixels
How to reproduce
Screenshots
https://github.com/user-attachments/assets/d259ec97-69b3-481a-90b8-3ee1fab195c9
Example code
package main
import ( "fmt" "fyne.io/fyne/v2" "fyne.io/fyne/v2/app" "fyne.io/fyne/v2/widget" )
func main() { signupApp := app.New() signupWindow := signupApp.NewWindow("Login") signupWindow.Resize(fyne.NewSize(800, 600))
}
Fyne version
v2.5.1
Go compiler version
1.23.1
Operating system and version
Linux 6.9.12-200.fc40.x86_64
Additional Information
Tested on Wayfire DE