From 8e73c2c647bebc6b58be124da3d50cf142a9975d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89der=20F=2E=20Zulian?= Date: Mon, 4 Apr 2016 17:47:33 +0200 Subject: [PATCH] README update --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 3a386c6e..84a10c31 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,17 @@ $ cd analyzer $ ./traceAnalyzer ``` +Note for GNU/Linux users: + +If your keyboard shortcuts (e.g., Ctrl+O, Ctrl+T) from the traceAnalyzer menu +appear as "ghost" and pressing any of the key combinations has no effect then +you may need to set an extra environment variable: + +``` bash +$ export QT_QPA_PLATFORMTHEME=qgnomeplatform +$ ./traceAnalyzer +``` + ### Building on OSX - Install SystemC in /opt (as usual with ./configure --prefix=/opt/systemc; make; make install;).