plyer icon indicating copy to clipboard operation
plyer copied to clipboard

plyer.filechooser.open_file() not responding to mouse in Kivy window

Open AkshayKannur97 opened this issue 1 year ago • 1 comments

  • OS: Ubuntu 18.04
  • GUI: Kivy==2.2.0
  • Python: 3.8.16

plyer.filechooser.open_file() opens up a window inside Kivy GUI, which does not respond for any mouse events. While opening the file window, a following warning is displayed:

Gtk-Message: 16:32:20.783: GtkDialog mapped without a transient parent. This is discouraged.

AkshayKannur97 avatar Jun 20 '23 11:06 AkshayKannur97

I was able to fix the issue by downgrading to Kivy v2.1.0, but I don't really know where the problem come from.

jfchenier avatar Jul 11 '23 15:07 jfchenier