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:
@@ -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 );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user