1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-07 01:22:49 +02:00

* Disable UbuntuUnityHack until it's working properly.

This commit is contained in:
Christian Muehlhaeuser 2011-11-24 01:24:00 +01:00
parent 1db24d9c01
commit 8d620363b7

@ -48,14 +48,14 @@ main( int argc, char *argv[] )
AEInstallEventHandler( 'GURL', 'GURL', h, 0, false );
#endif
// Unity hack taken from Clementine's main.cpp
/* // Unity hack taken from Clementine's main.cpp
#ifdef Q_OS_LINUX
// In 11.04 Ubuntu decided that the system tray should be reserved for certain
// whitelisted applications. Tomahawk will override this setting and insert
// itself into the list of whitelisted apps.
setenv( "QT_X11_NO_NATIVE_MENUBAR", "1", true );
UbuntuUnityHack hack;
#endif
#endif*/
TomahawkApp a( argc, argv );