From de9da221761b8dd600553cd010e85124d9d54e37 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sun, 3 Jul 2016 11:12:26 +0000 Subject: [PATCH] Add instructions for reverting to application specific menu bar on Linux git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6859 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- doc/user_guide/en/faq.adoc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/user_guide/en/faq.adoc b/doc/user_guide/en/faq.adoc index fb6ce95dc..ecb26fd46 100644 --- a/doc/user_guide/en/faq.adoc +++ b/doc/user_guide/en/faq.adoc @@ -59,11 +59,16 @@ You may see delays up to 20 seconds or so in frequency changes or other radio commands, due to a bug in HRD. HRD folks are aware of the problem, and are working to resolve it. -I am running _WSJT-X_ under Ubuntu 14.04. The program starts, but menu bar is missing from the top of the main window and the hot-keys don't work.:: +I am running _WSJT-X_ under Ubuntu. The program starts, but menu bar is missing from the top of the main window and the hot-keys don't work.:: Ubuntu's new "`Unity`" desktop puts the menu for the currently active window at the top of the primary display screen. You can restore menu bars to their traditional locations by typing the following in a command-prompt window: - sudo apt-get remove appmenu-qt5 + sudo apt remove appmenu-qt5 + ++ +Alternatively you can disable the common menu bar for just WSJT-X by starting the application with the environment variable QT_QPA_PLATFORMTHEME set to empty (the space after the '=' character is necessary): + + QT_QPA_PLATFORMTHEME= wsjtx