From 39f48022ad1f17189ddbaf6fcdd602fcae54f415 Mon Sep 17 00:00:00 2001 From: Filippo Scognamiglio Date: Wed, 30 Jul 2014 18:32:02 +0200 Subject: [PATCH] Fixed problems with relative paths. --- cool-old-term | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cool-old-term b/cool-old-term index 3db5cd6..d06a4bc 100755 --- a/cool-old-term +++ b/cool-old-term @@ -1,4 +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 +qmlscene -I $(dirname $0)/imports $(dirname $0)/app/main.qml