From 1f10444d5c609648e8e3ec724e8685fca8696751 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Fri, 11 Nov 2011 14:27:28 -0500 Subject: [PATCH] Don't show in global menu in unity. Thanks davidsansome :) --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index c0ab847b8..754dd2546 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -43,6 +43,8 @@ main( int argc, char *argv[] ) AEInstallEventHandler( 'GURL', 'GURL', h, 0, false ); #endif + setenv("QT_X11_NO_NATIVE_MENUBAR", "1", true); + TomahawkApp a( argc, argv ); new BreakPad( QDir::tempPath() );