mike-fabian / ibus-typing-booster

ibus-typing-booster is a completion input method for faster typing
https://mike-fabian.github.io/ibus-typing-booster/
Other
232 stars 16 forks source link

[BUG] PyGTKDeprecationWarning: The "flags" argument for dialog construction is deprecated #377

Closed mike-fabian closed 2 years ago

mike-fabian commented 2 years ago
$ python3 /usr/share/ibus-typing-booster/setup/main.py 
/usr/share/ibus-typing-booster/setup/main.py:5790: PyGTKDeprecationWarning: The keyword(s) "message_format" have been deprecated in favor of "text" respectively. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
  DIALOG = Gtk.MessageDialog(
/usr/share/ibus-typing-booster/setup/main.py:5790: PyGTKDeprecationWarning: The "flags" argument for dialog construction is deprecated. Please use initializer keywords: modal=True and/or destroy_with_parent=True. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
  DIALOG = Gtk.MessageDialog(
$