0063e2ed2d
Supported Features: * move/resize * active/inactive * special window type * window decoration as missing in AnimationEffect The animations are cancelled when they go into an invisible state (e.g. desktop changed, minimized) and are set again when the window becomes visible. Where a transition is useful, the window gets animated, e.g. start/finish of move resize. BUG: 294856 FIXED-IN: 4.11 REVIEW: 110747
6 lines
357 B
CMake
6 lines
357 B
CMake
install(DIRECTORY contents DESTINATION ${DATA_INSTALL_DIR}/${KWIN_NAME}/effects/kwin4_effect_translucency)
|
|
install(FILES metadata.desktop DESTINATION ${DATA_INSTALL_DIR}/${KWIN_NAME}/effects/kwin4_effect_translucency)
|
|
|
|
install(FILES metadata.desktop
|
|
DESTINATION ${SERVICES_INSTALL_DIR}/${KWIN_NAME}
|
|
RENAME kwin4_effect_translucency.desktop)
|