Comment 32 for bug 1380702

Revision history for this message
erio (eri0) wrote :

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.