I have a Qt5 Application, in which I have defined a QxtGlobalShortcut
object. This program works as expected in KDE4 or Plasma5. However, when I run this application in Cinnamon, the global keybindings do not work.
Another application written in Qt4 which contains QxtGlobalShortcut
object works properly in both KDE/Plasma and Cinnamon.
Any ideas as to what the problem could be?
I'm using debian testing. Qt4 Version: 4.8.7 Qt5 Version: 5.6.1
QxtGlobalShortcut
class is compiled from source. The same source is being used in both Qt4 and Qt5.