Comment 8 for bug 1803808

Revision history for this message
In , Boardermartin (boardermartin) wrote :

I get this warning normally (in addtion to the segfault):
void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking action "" under id 195
void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking action "" under id 196

However after performing this:
sudo chmod 0 /usr/lib/x86_64-linux-gnu/qt5/plugins/platformthemes/libappmenu-qt5.so

I no longer get the warning or the segfault. Confirmed that initial behavior occurs after resetting the .so file to original permissions.