1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +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

View File

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