Skip to content

Instantly share code, notes, and snippets.

@shibafu528
Created July 4, 2020 07:02
Show Gist options
  • Save shibafu528/501b3e1ca4f9ad6a2026e795f8707985 to your computer and use it in GitHub Desktop.
Save shibafu528/501b3e1ca4f9ad6a2026e795f8707985 to your computer and use it in GitHub Desktop.
Gtk-CRITICAL **: IA__gtk_window_set_focus: assertion 'gtk_widget_get_can_focus (focus)' failed
from /home/shibafu/git/mikutter/plugin/gtk/gtk.rb:468:in `block (2 levels) in <top (required)>'
from /home/shibafu/git/mikutter/vendor/bundle/ruby/2.7.0/gems/pluggaloid-1.5.0/lib/pluggaloid/listener.rb:25:in `call'
from /home/shibafu/git/mikutter/vendor/bundle/ruby/2.7.0/gems/pluggaloid-1.5.0/lib/pluggaloid/event.rb:241:in `block (2 levels) in call_all_listeners'
from /home/shibafu/git/mikutter/vendor/bundle/ruby/2.7.0/gems/pluggaloid-1.5.0/lib/pluggaloid/event.rb:240:in `each'
from /home/shibafu/git/mikutter/vendor/bundle/ruby/2.7.0/gems/pluggaloid-1.5.0/lib/pluggaloid/event.rb:240:in `block in call_all_listeners'
from /home/shibafu/git/mikutter/vendor/bundle/ruby/2.7.0/gems/pluggaloid-1.5.0/lib/pluggaloid/event.rb:239:in `catch'
from /home/shibafu/git/mikutter/vendor/bundle/ruby/2.7.0/gems/pluggaloid-1.5.0/lib/pluggaloid/event.rb:239:in `call_all_listeners'
from /home/shibafu/git/mikutter/vendor/bundle/ruby/2.7.0/gems/pluggaloid-1.5.0/lib/pluggaloid/event.rb:62:in `block in call'
from /home/shibafu/git/mikutter/vendor/bundle/ruby/2.7.0/gems/delayer-1.1.2/lib/delayer/procedure.rb:26:in `run'
from /home/shibafu/git/mikutter/vendor/bundle/ruby/2.7.0/gems/delayer-1.1.2/lib/delayer/extend.rb:117:in `run_once_without_pop_reserve'
from /home/shibafu/git/mikutter/vendor/bundle/ruby/2.7.0/gems/delayer-1.1.2/lib/delayer/extend.rb:109:in `run_once'
from /home/shibafu/git/mikutter/vendor/bundle/ruby/2.7.0/gems/delayer-1.1.2/lib/delayer.rb:38:in `method_missing'
from /home/shibafu/git/mikutter/plugin/gtk/mainloop.rb:23:in `block (2 levels) in mainloop'
from /home/shibafu/git/mikutter/plugin/gtk/mainloop.rb:12:in `loop'
from /home/shibafu/git/mikutter/plugin/gtk/mainloop.rb:12:in `block in mainloop'
from /home/shibafu/git/mikutter/plugin/gtk/mainloop.rb:10:in `catch'
from /home/shibafu/git/mikutter/plugin/gtk/mainloop.rb:10:in `mainloop'
from mikutter.rb:81:in `boot!'
from mikutter.rb:117:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment