From ed05f21f8c6de79c986054900821ba471cd9ff69 Mon Sep 17 00:00:00 2001 From: o9000 Date: Tue, 9 Jun 2015 23:32:22 +0200 Subject: [PATCH] Disable startup notifications as they might hang the panel --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b5a0f3..5b57c83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ set( SOURCES src/config.c option( ENABLE_BATTERY "Enable battery status plugin" ON ) option( ENABLE_TINT2CONF "Enable tint2conf build, a GTK+2 theme switcher for tint2" ON ) option( ENABLE_EXAMPLES "Install additional tin2rc examples" OFF ) -option( ENABLE_SN "Startup notification support" ON ) +option( ENABLE_SN "Startup notification support" OFF ) if( ENABLE_SN ) if( SN_FOUND ) add_definitions( -DHAVE_SN -DSN_API_NOT_YET_FROZEN )