Open Xenial 16.04 desktop (with Unity) , install pyqt5 using apt (sudo apt install python3-pyqt5). Make a program that has a menu bar, the shortcuts are not shown by the side and they don't work.
Uninstall python3-pyqt5, apt install python3-pip. Use pip3 install pyqt5, pyqt5 will install and there is no menu bar integration, but now shortcuts work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1380702 Title: No keyboards shortcuts in QT apps To manage notifications about this bug go to: https://bugs.launchpad.net/appmenu-qt5/+bug/1380702/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
