plyer
plyer copied to clipboard
plyer.filechooser.open_file() not responding to mouse in Kivy window
- 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.
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.