View Single Post
Old 11-06-2016, 07:20 PM   #9
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,664
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
I confirmed this Qt5 KDE plugin bug on Kubuntu 16.04

QAction*->text() is returning "&testplugin" for the name when run in KDE. The accelerator ampersand doesn't belong there (it's not there on other Desktop Environments). That's why the plugin can't be found via the menu.

Also confirmed that QAction*->toolTip() returns "testplugin" (which is proper and allows the plugin to be launched via the menu like with other DEs).

Not sure exactly what the best solution is right now, but we should be able to have a fix workaround for this KDE issue in the next release.

Last edited by DiapDealer; 11-07-2016 at 08:26 AM.
DiapDealer is offline   Reply With Quote