42abed4d34
This is an OpenGL effect to replace the startup notification used by KRunner. It provides the same functionality without the need to move and shape windows and supports translucent icons. The effect registers a manager selection which is honoured by KRunner to not start the startup notification if the effect has registerd the selection. See Review Request http://reviewboard.kde.org/r/5529/ svn path=/trunk/KDE/kdebase/workspace/; revision=1186408
15 lines
353 B
CMake
15 lines
353 B
CMake
#######################################
|
|
# Effect
|
|
|
|
# Source files
|
|
set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources}
|
|
startupfeedback/startupfeedback.cpp
|
|
)
|
|
|
|
# .desktop files
|
|
install( FILES
|
|
startupfeedback/startupfeedback.desktop
|
|
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
|
|
|
|
#######################################
|
|
# Config
|