From 30074f38149540747fa0fdfb99d0b673de5d1e4d Mon Sep 17 00:00:00 2001 From: Filippo Scognamiglio Date: Fri, 27 Jun 2014 11:39:57 +0200 Subject: [PATCH] Workaround for ubuntu appmenu-qt5 bug. --- cool-old-term | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cool-old-term b/cool-old-term index 1ecde91..3db5cd6 100755 --- a/cool-old-term +++ b/cool-old-term @@ -1,2 +1,4 @@ #!/bin/bash +#This is a workaround for an ubuntu specific problem with appmenu-qt5. +QT_QPA_PLATFORMTHEME= qmlscene -I imports app/main.qml