dialog icon indicating copy to clipboard operation
dialog copied to clipboard

linux: wrong positioning messages windows

Open gucio321 opened this issue 4 years ago • 0 comments

Hi there, (referring to https://github.com/OpenDiablo2/HellSpawner/issues/216) To Reproduce

  • run a following code:
func main() {
        for {
                dialog.Message("%s", "Please select a file").Titl
                time.Sleep(1 * time.Second)
        }
}
  • accept first message
  • take some action in terminal (click, or press any key)
  • the next dialog message won't be displayed on the top. over that, it will not be placed in the center of the screen.

Screenshots image

System Informations OS: Fedora Workstation 33 desktop: GNOME Shell 3.38.3

gucio321 avatar Mar 03 '21 11:03 gucio321