Activity log for bug #1773350

Date Who What changed Old value New value Message
2018-05-25 11:27:46 Rahul Ghanate bug added bug
2018-05-25 11:28:29 Rahul Ghanate description I faced this issue while using glipper that it cannot register any key-combinations(tried many). I found this is happening with python 2.7 keybinder, and to test it out I took sample program for it as per https://gist.github.com/lesthack/1302380 #!/usr/bin/env python import gtk import keybinder def callback(user_data): · print "Handling", user_data · gtk.main_quit() if __name__ == '__main__': · keystr = "<Ctrl><Alt>c" · keybinder.bind(keystr, callback, "Keystring %s (user data)" % keystr) · print "Press", keystr, "to handle keybinding and quit" · gtk.main() But it gives error as, > python /tmp/sample.py ** (sample.py:23790): WARNING **: 16:50:45.250: Binding '<Ctrl><Alt>c' failed! And it does not register the keycombination. But the same code works fine in budgie-desktop and registers the key combinations fine. Must be only gnome-flashback issue. I faced this issue while using glipper that it cannot register any key-combinations(tried many). I found this is happening with python 2.7 keybinder, and to test it out I took sample program for it as per https://gist.github.com/lesthack/1302380 #!/usr/bin/env python import gtk import keybinder def callback(user_data): · print "Handling", user_data · gtk.main_quit() if __name__ == '__main__': · keystr = "<Ctrl><Alt>c" · keybinder.bind(keystr, callback, "Keystring %s (user data)" % keystr) · print "Press", keystr, "to handle keybinding and quit" · gtk.main() But it gives error as, > python /tmp/sample.py ** (sample.py:23790): WARNING **: 16:50:45.250: Binding '<Ctrl><Alt>c' failed! And it does not register the keycombination. But the same code works fine in budgie-desktop and registers the key combinations fine. Must be only gnome-flashback issue. I am using ubuntu 18.04.
2018-05-25 13:30:36 Dmitry Shachnev ubuntu-gnome-flashback: status New Incomplete
2018-07-25 04:17:27 Launchpad Janitor ubuntu-gnome-flashback: status Incomplete Expired