From 4a1bc2ec9625823ba587a0ceb6f72e25c3d8f6db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Fri, 4 Apr 2014 11:21:15 +0200 Subject: [PATCH] [effects] Drop the .desktop files for the BuiltIn Effects All KCMs and KWin core use the BuiltInEffects namespace to find and interact with the effects. There is no information left in the desktop file which are of usage. Thus they can be removed. --- effects/backgroundcontrast/CMakeLists.txt | 5 --- effects/backgroundcontrast/contrast.desktop | 22 ------------- effects/blur/CMakeLists.txt | 8 ----- effects/blur/blur.desktop | 22 ------------- effects/coverswitch/CMakeLists.txt | 4 --- effects/coverswitch/coverswitch.desktop | 24 -------------- effects/cube/CMakeLists.txt | 6 ---- effects/cube/cube.desktop | 22 ------------- effects/cube/cubeslide.desktop | 23 -------------- effects/dashboard/CMakeLists.txt | 6 ---- effects/dashboard/dashboard.desktop | 21 ------------- effects/desktopgrid/CMakeLists.txt | 3 -- effects/desktopgrid/desktopgrid.desktop | 21 ------------- effects/diminactive/CMakeLists.txt | 6 ---- effects/diminactive/diminactive.desktop | 21 ------------- effects/dimscreen/CMakeLists.txt | 5 --- effects/dimscreen/dimscreen.desktop | 22 ------------- effects/fallapart/CMakeLists.txt | 5 --- effects/fallapart/fallapart.desktop | 21 ------------- effects/flipswitch/CMakeLists.txt | 6 ---- effects/flipswitch/flipswitch.desktop | 22 ------------- effects/glide/CMakeLists.txt | 6 ---- effects/glide/glide.desktop | 21 ------------- effects/highlightwindow/CMakeLists.txt | 5 --- .../highlightwindow/highlightwindow.desktop | 21 ------------- effects/invert/CMakeLists.txt | 5 --- effects/invert/invert.desktop | 22 ------------- effects/kscreen/CMakeLists.txt | 4 --- effects/kscreen/kscreen.desktop | 23 -------------- effects/logout/CMakeLists.txt | 5 --- effects/logout/logout.desktop | 20 ------------ effects/lookingglass/CMakeLists.txt | 5 --- effects/lookingglass/lookingglass.desktop | 23 -------------- effects/magiclamp/CMakeLists.txt | 6 ---- effects/magiclamp/magiclamp.desktop | 23 -------------- effects/magnifier/CMakeLists.txt | 6 ---- effects/magnifier/magnifier.desktop | 22 ------------- effects/minimizeanimation/CMakeLists.txt | 5 --- .../minimizeanimation.desktop | 22 ------------- effects/mouseclick/CMakeLists.txt | 7 ----- effects/mouseclick/mouseclick.desktop | 22 ------------- effects/mousemark/CMakeLists.txt | 6 ---- effects/mousemark/mousemark.desktop | 20 ------------ effects/presentwindows/CMakeLists.txt | 3 -- effects/presentwindows/presentwindows.desktop | 21 ------------- effects/resize/CMakeLists.txt | 6 ---- effects/resize/resize.desktop | 20 ------------ effects/screenedge/CMakeLists.txt | 5 --- effects/screenedge/screenedgeeffect.desktop | 20 ------------ effects/screenshot/CMakeLists.txt | 5 --- effects/screenshot/screenshot.desktop | 21 ------------- effects/sheet/CMakeLists.txt | 6 ---- effects/sheet/sheet.desktop | 21 ------------- effects/showfps/CMakeLists.txt | 6 ---- effects/showfps/showfps.desktop | 20 ------------ effects/showpaint/CMakeLists.txt | 5 --- effects/showpaint/showpaint.desktop | 20 ------------ effects/slide/CMakeLists.txt | 5 --- effects/slide/slide.desktop | 22 ------------- effects/slideback/CMakeLists.txt | 5 --- effects/slideback/slideback.desktop | 20 ------------ effects/slidingpopups/CMakeLists.txt | 5 --- effects/slidingpopups/slidingpopups.desktop | 22 ------------- effects/snaphelper/CMakeLists.txt | 5 --- effects/snaphelper/snaphelper.desktop | 21 ------------- effects/startupfeedback/CMakeLists.txt | 5 --- .../startupfeedback/startupfeedback.desktop | 22 ------------- effects/thumbnailaside/CMakeLists.txt | 6 ---- effects/thumbnailaside/thumbnailaside.desktop | 20 ------------ effects/trackmouse/CMakeLists.txt | 6 ---- effects/trackmouse/trackmouse.desktop | 21 ------------- effects/windowgeometry/CMakeLists.txt | 6 ---- effects/windowgeometry/windowgeometry.desktop | 31 ------------------- effects/wobblywindows/CMakeLists.txt | 6 ---- effects/wobblywindows/wobblywindows.desktop | 22 ------------- effects/zoom/CMakeLists.txt | 6 ---- effects/zoom/zoom.desktop | 22 ------------- 77 files changed, 1051 deletions(-) delete mode 100644 effects/backgroundcontrast/contrast.desktop delete mode 100644 effects/blur/blur.desktop delete mode 100644 effects/coverswitch/coverswitch.desktop delete mode 100644 effects/cube/cube.desktop delete mode 100644 effects/cube/cubeslide.desktop delete mode 100644 effects/dashboard/dashboard.desktop delete mode 100644 effects/desktopgrid/desktopgrid.desktop delete mode 100644 effects/diminactive/diminactive.desktop delete mode 100644 effects/dimscreen/dimscreen.desktop delete mode 100644 effects/fallapart/fallapart.desktop delete mode 100644 effects/flipswitch/flipswitch.desktop delete mode 100644 effects/glide/glide.desktop delete mode 100644 effects/highlightwindow/highlightwindow.desktop delete mode 100644 effects/invert/invert.desktop delete mode 100644 effects/kscreen/kscreen.desktop delete mode 100644 effects/logout/logout.desktop delete mode 100644 effects/lookingglass/lookingglass.desktop delete mode 100644 effects/magiclamp/magiclamp.desktop delete mode 100644 effects/magnifier/magnifier.desktop delete mode 100644 effects/minimizeanimation/minimizeanimation.desktop delete mode 100644 effects/mouseclick/mouseclick.desktop delete mode 100644 effects/mousemark/mousemark.desktop delete mode 100644 effects/presentwindows/presentwindows.desktop delete mode 100644 effects/resize/resize.desktop delete mode 100644 effects/screenedge/screenedgeeffect.desktop delete mode 100644 effects/screenshot/screenshot.desktop delete mode 100644 effects/sheet/sheet.desktop delete mode 100644 effects/showfps/showfps.desktop delete mode 100644 effects/showpaint/showpaint.desktop delete mode 100644 effects/slide/slide.desktop delete mode 100644 effects/slideback/slideback.desktop delete mode 100644 effects/slidingpopups/slidingpopups.desktop delete mode 100644 effects/snaphelper/snaphelper.desktop delete mode 100644 effects/startupfeedback/startupfeedback.desktop delete mode 100644 effects/thumbnailaside/thumbnailaside.desktop delete mode 100644 effects/trackmouse/trackmouse.desktop delete mode 100644 effects/windowgeometry/windowgeometry.desktop delete mode 100644 effects/wobblywindows/wobblywindows.desktop delete mode 100644 effects/zoom/zoom.desktop diff --git a/effects/backgroundcontrast/CMakeLists.txt b/effects/backgroundcontrast/CMakeLists.txt index bded64459b..44ffb6ce41 100644 --- a/effects/backgroundcontrast/CMakeLists.txt +++ b/effects/backgroundcontrast/CMakeLists.txt @@ -5,8 +5,3 @@ set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources} backgroundcontrast/contrast.cpp backgroundcontrast/contrastshader.cpp ) - -# .desktop files -install( FILES - backgroundcontrast/contrast.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) diff --git a/effects/backgroundcontrast/contrast.desktop b/effects/backgroundcontrast/contrast.desktop deleted file mode 100644 index c1528751d9..0000000000 --- a/effects/backgroundcontrast/contrast.desktop +++ /dev/null @@ -1,22 +0,0 @@ -[Desktop Entry] -Name=Background contrast -Name[uk]=Контрастність тла -Name[x-test]=xxBackground contrastxx -Icon=preferences-system-windows-effect-contrast -Comment=Improve contrast and readability behind semi-transparent windows -Comment[uk]=Покращення контрастності та придатності до читання тексту під напівпрозорими вікнами -Comment[x-test]=xxImprove contrast and readability behind semi-transparent windowsxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Marco Martin -X-KDE-PluginInfo-Email=mart@kde.org -X-KDE-PluginInfo-Name=kwin4_effect_contrast -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Appearance -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=true -X-KDE-Library=kwin4_effect_builtins -X-KWin-Requires-OpenGL=true -X-KWin-Requires-Shaders=true diff --git a/effects/blur/CMakeLists.txt b/effects/blur/CMakeLists.txt index 5485757d61..f97fa7af5a 100644 --- a/effects/blur/CMakeLists.txt +++ b/effects/blur/CMakeLists.txt @@ -1,11 +1,3 @@ -####################################### -# Effect - -# .desktop files -install( FILES - blur.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) - ####################################### # Config set(kwin_blur_config_SRCS blur_config.cpp) diff --git a/effects/blur/blur.desktop b/effects/blur/blur.desktop deleted file mode 100644 index c43eeadcda..0000000000 --- a/effects/blur/blur.desktop +++ /dev/null @@ -1,22 +0,0 @@ -[Desktop Entry] -Name=Blur -Name[uk]=Розмивання -Name[x-test]=xxBlurxx -Icon=preferences-system-windows-effect-blur -Comment=Blurs the background behind semi-transparent windows -Comment[uk]=Розмивання тла напівпрозорих вікон -Comment[x-test]=xxBlurs the background behind semi-transparent windowsxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Fredrik Höglund -X-KDE-PluginInfo-Email=fredrik@kde.org -X-KDE-PluginInfo-Name=kwin4_effect_blur -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Appearance -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=true -X-KDE-Library=kwin4_effect_builtins -X-KWin-Requires-OpenGL=true -X-KWin-Requires-Shaders=true diff --git a/effects/coverswitch/CMakeLists.txt b/effects/coverswitch/CMakeLists.txt index 102fef0f74..081944534b 100644 --- a/effects/coverswitch/CMakeLists.txt +++ b/effects/coverswitch/CMakeLists.txt @@ -1,9 +1,5 @@ ####################################### # Effect -install( FILES - coverswitch.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) - install( FILES shaders/1.10/coverswitch-reflection.glsl DESTINATION ${DATA_INSTALL_DIR}/kwin/shaders/1.10 ) diff --git a/effects/coverswitch/coverswitch.desktop b/effects/coverswitch/coverswitch.desktop deleted file mode 100644 index 4b70cb1b5d..0000000000 --- a/effects/coverswitch/coverswitch.desktop +++ /dev/null @@ -1,24 +0,0 @@ -[Desktop Entry] -Name=Cover Switch -Name[uk]=Перемикач обкладинок -Name[x-test]=xxCover Switchxx -Icon=preferences-system-windows-effect-coverswitch -Comment=Display a Cover Flow effect for the alt+tab window switcher -Comment[uk]=Демонстрація ефекту поверхневої течії для перемикача вікон за Alt+Tab -Comment[x-test]=xxDisplay a Cover Flow effect for the alt+tab window switcherxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Martin Gräßlin -X-KDE-PluginInfo-Email=mgraesslin@kde.org -X-KDE-PluginInfo-Name=kwin4_effect_coverswitch -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Window Management -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=false -X-KDE-Library=kwin4_effect_builtins -X-KDE-Ordering=50 -X-KWin-Requires-OpenGL=true -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/cover_switch.mp4 -X-KWin-Internal=true diff --git a/effects/cube/CMakeLists.txt b/effects/cube/CMakeLists.txt index b2eb1b898b..ba2cc292ac 100644 --- a/effects/cube/CMakeLists.txt +++ b/effects/cube/CMakeLists.txt @@ -1,12 +1,6 @@ ####################################### # Effect -# .desktop files -install( FILES - cube.desktop - cubeslide.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) - # Data files install( FILES data/cubecap.png diff --git a/effects/cube/cube.desktop b/effects/cube/cube.desktop deleted file mode 100644 index decbf23970..0000000000 --- a/effects/cube/cube.desktop +++ /dev/null @@ -1,22 +0,0 @@ -[Desktop Entry] -Name=Desktop Cube -Name[uk]=Куб стільниць -Name[x-test]=xxDesktop Cubexx -Icon=preferences-system-windows-effect-cube -Comment=Display each virtual desktop on a side of a cube -Comment[uk]=Показ всіх віртуальні стільниць на поверхні куба -Comment[x-test]=xxDisplay each virtual desktop on a side of a cubexx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Martin Gräßlin -X-KDE-PluginInfo-Email=mgraesslin@kde.org -X-KDE-PluginInfo-Name=kwin4_effect_cube -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Window Management -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=false -X-KDE-Library=kwin4_effect_builtins -X-KWin-Requires-OpenGL=true -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/desktop_cube.ogv diff --git a/effects/cube/cubeslide.desktop b/effects/cube/cubeslide.desktop deleted file mode 100644 index 2cffd6100c..0000000000 --- a/effects/cube/cubeslide.desktop +++ /dev/null @@ -1,23 +0,0 @@ -[Desktop Entry] -Name=Desktop Cube Animation -Name[uk]=Анімація куба стільниць -Name[x-test]=xxDesktop Cube Animationxx -Icon=preferences-system-windows-effect-cube -Comment=Animate desktop switching with a cube -Comment[uk]=Створювати анімацію перемикання стільниць куба -Comment[x-test]=xxAnimate desktop switching with a cubexx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Martin Gräßlin -X-KDE-PluginInfo-Email=mgraesslin@kde.org -X-KDE-PluginInfo-Name=kwin4_effect_cubeslide -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Virtual Desktop Switching Animation -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=false -X-KDE-Library=kwin4_effect_builtins -X-KWin-Requires-OpenGL=true -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/desktop_cube_animation.ogv -X-KWin-Exclusive-Category=desktop-animations diff --git a/effects/dashboard/CMakeLists.txt b/effects/dashboard/CMakeLists.txt index ae5e34f77f..e3ad99e4ab 100644 --- a/effects/dashboard/CMakeLists.txt +++ b/effects/dashboard/CMakeLists.txt @@ -1,9 +1,3 @@ -####################################### -# Effect -install( FILES - dashboard.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) - ####################################### # Config set(kwin_dashboard_config_SRCS dashboard_config.cpp) diff --git a/effects/dashboard/dashboard.desktop b/effects/dashboard/dashboard.desktop deleted file mode 100644 index a23cb436b0..0000000000 --- a/effects/dashboard/dashboard.desktop +++ /dev/null @@ -1,21 +0,0 @@ -[Desktop Entry] -Name=Dashboard -Name[uk]=Панель приладів -Name[x-test]=xxDashboardxx -Icon=preferences-system-windows-effect-dashboard -Comment=Desaturate the desktop when displaying the Plasma dashboard -Comment[uk]=Зменшення насиченості кольорів стільниці під час показу панелі приладів Плазми -Comment[x-test]=xxDesaturate the desktop when displaying the Plasma dashboardxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Andreas Demmer -X-KDE-PluginInfo-Email=ademmer@opensuse.org -X-KDE-PluginInfo-Name=kwin4_effect_dashboard -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Appearance -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=true -X-KDE-Library=kwin4_effect_builtins -X-KWin-Internal=true diff --git a/effects/desktopgrid/CMakeLists.txt b/effects/desktopgrid/CMakeLists.txt index 164a2b1930..36c49d21f0 100644 --- a/effects/desktopgrid/CMakeLists.txt +++ b/effects/desktopgrid/CMakeLists.txt @@ -1,8 +1,5 @@ ####################################### # Effect -install( FILES - desktopgrid.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) install( FILES main.qml DESTINATION ${DATA_INSTALL_DIR}/kwin/effects/desktopgrid/ diff --git a/effects/desktopgrid/desktopgrid.desktop b/effects/desktopgrid/desktopgrid.desktop deleted file mode 100644 index 02d390a14a..0000000000 --- a/effects/desktopgrid/desktopgrid.desktop +++ /dev/null @@ -1,21 +0,0 @@ -[Desktop Entry] -Name=Desktop Grid -Name[uk]=Таблиця стільниць -Name[x-test]=xxDesktop Gridxx -Icon=preferences-system-windows-effect-desktop-grid -Comment=Zoom out so all desktops are displayed side-by-side in a grid -Comment[uk]=Зменшення стільниць так, щоб всі стільниці було показано поруч у форматі таблиці -Comment[x-test]=xxZoom out so all desktops are displayed side-by-side in a gridxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Luboš Luňák, Lucas Murray -X-KDE-PluginInfo-Email=l.lunak@kde.org, lmurray@undefinedfire.com -X-KDE-PluginInfo-Name=kwin4_effect_desktopgrid -X-KDE-PluginInfo-Version=0.2.0 -X-KDE-PluginInfo-Category=Window Management -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=true -X-KDE-Library=kwin4_effect_builtins -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/desktop_grid.mp4 diff --git a/effects/diminactive/CMakeLists.txt b/effects/diminactive/CMakeLists.txt index aba4866d3c..55509c1cbd 100644 --- a/effects/diminactive/CMakeLists.txt +++ b/effects/diminactive/CMakeLists.txt @@ -1,9 +1,3 @@ -####################################### -# Effect -install( FILES - diminactive.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) - ####################################### # Config set(kwin_diminactive_config_SRCS diminactive_config.cpp) diff --git a/effects/diminactive/diminactive.desktop b/effects/diminactive/diminactive.desktop deleted file mode 100644 index c8bcf4959b..0000000000 --- a/effects/diminactive/diminactive.desktop +++ /dev/null @@ -1,21 +0,0 @@ -[Desktop Entry] -Name=Dim Inactive -Name[uk]=Затемнення неактивних -Name[x-test]=xxDim Inactivexx -Icon=preferences-system-windows-effect-dim-inactive -Comment=Darken inactive windows -Comment[uk]=Затемнення неактивних вікон -Comment[x-test]=xxDarken inactive windowsxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Luboš Luňák -X-KDE-PluginInfo-Email=l.lunak@kde.org -X-KDE-PluginInfo-Name=kwin4_effect_diminactive -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Focus -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=false -X-KDE-Library=kwin4_effect_builtins -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/dim_inactive.mp4 diff --git a/effects/dimscreen/CMakeLists.txt b/effects/dimscreen/CMakeLists.txt index 0373e911ce..1f7b191f79 100644 --- a/effects/dimscreen/CMakeLists.txt +++ b/effects/dimscreen/CMakeLists.txt @@ -5,8 +5,3 @@ set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources} dimscreen/dimscreen.cpp ) - -# .desktop files -install( FILES - dimscreen/dimscreen.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) diff --git a/effects/dimscreen/dimscreen.desktop b/effects/dimscreen/dimscreen.desktop deleted file mode 100644 index f7033f3095..0000000000 --- a/effects/dimscreen/dimscreen.desktop +++ /dev/null @@ -1,22 +0,0 @@ -[Desktop Entry] -Name=Dim Screen for Administrator Mode -Name[uk]=Тьмяний екран для режиму адміністратора -Name[x-test]=xxDim Screen for Administrator Modexx -Icon=preferences-system-windows-effect-dimscreen -Comment=Darkens the entire screen when requesting root privileges -Comment[uk]=Затемнення всього екрана, якщо показано запит щодо пароля адміністратора -Comment[x-test]=xxDarkens the entire screen when requesting root privilegesxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Martin Gräßlin -X-KDE-PluginInfo-Email=mgraesslin@kde.org -X-KDE-PluginInfo-Name=kwin4_effect_dimscreen -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Focus -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=false -X-KDE-Library=kwin4_effect_builtins -X-Ordering=50 -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/dim_administration.mp4 diff --git a/effects/fallapart/CMakeLists.txt b/effects/fallapart/CMakeLists.txt index f41fbb401a..7f1d43e711 100644 --- a/effects/fallapart/CMakeLists.txt +++ b/effects/fallapart/CMakeLists.txt @@ -5,8 +5,3 @@ set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources} fallapart/fallapart.cpp ) - -# .desktop files -install( FILES - fallapart/fallapart.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) diff --git a/effects/fallapart/fallapart.desktop b/effects/fallapart/fallapart.desktop deleted file mode 100644 index 63dc2b6a34..0000000000 --- a/effects/fallapart/fallapart.desktop +++ /dev/null @@ -1,21 +0,0 @@ -[Desktop Entry] -Name=Fall Apart -Name[uk]=Розпадання -Name[x-test]=xxFall Apartxx -Icon=preferences-system-windows-effect-fallapart -Comment=Closed windows fall into pieces -Comment[uk]=Розпадання вікон на шматочки під час закриття вікон -Comment[x-test]=xxClosed windows fall into piecesxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Luboš Luňák -X-KDE-PluginInfo-Email=l.lunak@kde.org -X-KDE-PluginInfo-Name=kwin4_effect_fallapart -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Appearance -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=false -X-KDE-Library=kwin4_effect_builtins -X-KWin-Requires-OpenGL=true diff --git a/effects/flipswitch/CMakeLists.txt b/effects/flipswitch/CMakeLists.txt index 0691db6ed9..13b2fc9f9c 100644 --- a/effects/flipswitch/CMakeLists.txt +++ b/effects/flipswitch/CMakeLists.txt @@ -1,9 +1,3 @@ -####################################### -# Effect -install( FILES - flipswitch.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) - ####################################### # Config set(kwin_flipswitch_config_SRCS flipswitch_config.cpp) diff --git a/effects/flipswitch/flipswitch.desktop b/effects/flipswitch/flipswitch.desktop deleted file mode 100644 index 28245a540e..0000000000 --- a/effects/flipswitch/flipswitch.desktop +++ /dev/null @@ -1,22 +0,0 @@ -[Desktop Entry] -Name=Flip Switch -Name[uk]=Тасування карток -Name[x-test]=xxFlip Switchxx -Icon=preferences-system-windows-effect-flipswitch -Comment=Flip through windows that are in a stack for the alt+tab window switcher -Comment[uk]=Тасування вікон у стосі для перемикача вікон за alt+tab -Comment[x-test]=xxFlip through windows that are in a stack for the alt+tab window switcherxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Martin Gräßlin -X-KDE-PluginInfo-Email=mgraesslin@kde.org -X-KDE-PluginInfo-Name=kwin4_effect_flipswitch -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Window Management -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=false -X-KDE-Library=kwin4_effect_builtins -X-KWin-Requires-OpenGL=true -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/flip_switch.mp4 diff --git a/effects/glide/CMakeLists.txt b/effects/glide/CMakeLists.txt index 32c146fdf4..76495d9b3e 100644 --- a/effects/glide/CMakeLists.txt +++ b/effects/glide/CMakeLists.txt @@ -1,9 +1,3 @@ -####################################### -# Effect -install( FILES - glide.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) - ####################################### # Config set(kwin_glide_config_SRCS glide_config.cpp) diff --git a/effects/glide/glide.desktop b/effects/glide/glide.desktop deleted file mode 100644 index fbd7d6e337..0000000000 --- a/effects/glide/glide.desktop +++ /dev/null @@ -1,21 +0,0 @@ -[Desktop Entry] -Name=Glide -Name[uk]=Плин -Name[x-test]=xxGlidexx -Icon=preferences-system-windows-effect-sheet -Comment=Windows Glide Effect as they are open and closed -Comment[uk]=Ефекти плину вікон під час відкриття та закриття -Comment[x-test]=xxWindows Glide Effect as they are open and closedxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Alexandre Pereira -X-KDE-PluginInfo-Email=pereira.alex@gmail.com -X-KDE-PluginInfo-Name=kwin4_effect_glide -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Appearance -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=false -X-KDE-Library=kwin4_effect_builtins -X-KWin-Requires-OpenGL=true diff --git a/effects/highlightwindow/CMakeLists.txt b/effects/highlightwindow/CMakeLists.txt index c770e547de..c459335bd5 100644 --- a/effects/highlightwindow/CMakeLists.txt +++ b/effects/highlightwindow/CMakeLists.txt @@ -5,8 +5,3 @@ set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources} highlightwindow/highlightwindow.cpp ) - -# .desktop files -install( FILES - highlightwindow/highlightwindow.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) diff --git a/effects/highlightwindow/highlightwindow.desktop b/effects/highlightwindow/highlightwindow.desktop deleted file mode 100644 index d6259d2a93..0000000000 --- a/effects/highlightwindow/highlightwindow.desktop +++ /dev/null @@ -1,21 +0,0 @@ -[Desktop Entry] -Name=Highlight Window -Name[uk]=Підсвічування вікна -Name[x-test]=xxHighlight Windowxx -Icon=preferences-system-windows-effect-highlightwindow -Comment=Highlight the appropriate window when hovering over taskbar entries -Comment[uk]=Підсвічування відповідного вікна у відповідь на наведення вказівника миші на елементи панелі задач -Comment[x-test]=xxHighlight the appropriate window when hovering over taskbar entriesxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Lucas Murray -X-KDE-PluginInfo-Email=lmurray@undefinedfire.com -X-KDE-PluginInfo-Name=kwin4_effect_highlightwindow -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Appearance -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=true -X-KDE-Library=kwin4_effect_builtins -X-KWin-Internal=true diff --git a/effects/invert/CMakeLists.txt b/effects/invert/CMakeLists.txt index 2ab7db79b7..9d637fb583 100644 --- a/effects/invert/CMakeLists.txt +++ b/effects/invert/CMakeLists.txt @@ -1,11 +1,6 @@ ####################################### # Effect -# .desktop files -install( FILES - invert.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) - # Data files install( FILES data/1.10/invert.frag diff --git a/effects/invert/invert.desktop b/effects/invert/invert.desktop deleted file mode 100644 index 29e671d652..0000000000 --- a/effects/invert/invert.desktop +++ /dev/null @@ -1,22 +0,0 @@ -[Desktop Entry] -Name=Invert -Name[uk]=Інверсія -Name[x-test]=xxInvertxx -Comment=Inverts the color of the desktop and windows -Comment[uk]=Обернення кольорів стільниці і вікон -Comment[x-test]=xxInverts the color of the desktop and windowsxx -Icon=preferences-system-windows-effect-invert - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Rivo Laks, Lucas Murray -X-KDE-PluginInfo-Email=rivolaks@hot.ee, lmurray@undefinedfire.com -X-KDE-PluginInfo-Name=kwin4_effect_invert -X-KDE-PluginInfo-Version=0.2.0 -X-KDE-PluginInfo-Category=Accessibility -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=false -X-KDE-Library=kwin4_effect_builtins -X-KWin-Requires-OpenGL2=true -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/invert.mp4 diff --git a/effects/kscreen/CMakeLists.txt b/effects/kscreen/CMakeLists.txt index 143861df74..46e97f8c40 100644 --- a/effects/kscreen/CMakeLists.txt +++ b/effects/kscreen/CMakeLists.txt @@ -8,7 +8,3 @@ set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources} kconfig_add_kcfg_files(kwin4_effect_builtins_sources kscreen/kscreenconfig.kcfgc) -# .desktop files -install( FILES - kscreen/kscreen.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) diff --git a/effects/kscreen/kscreen.desktop b/effects/kscreen/kscreen.desktop deleted file mode 100644 index c370ec830c..0000000000 --- a/effects/kscreen/kscreen.desktop +++ /dev/null @@ -1,23 +0,0 @@ -[Desktop Entry] -Name=Kscreen -Name[uk]=Kscreen -Name[x-test]=xxKscreenxx -Icon=preferences-system-windows-effect-kscreen -Comment=Helper Effect for KScreen -Comment[uk]=Допоміжний ефект KScreen -Comment[x-test]=xxHelper Effect for KScreenxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Martin Gräßlin -X-KDE-PluginInfo-Email=mgraesslin@kde.org -X-KDE-PluginInfo-Name=kwin4_effect_kscreen -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Appearance -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=true -X-KDE-Library=kwin4_effect_builtins -X-KWin-Requires-OpenGL=false -X-KWin-Requires-Shaders=false -X-KWin-Internal=true diff --git a/effects/logout/CMakeLists.txt b/effects/logout/CMakeLists.txt index b6c20f8c6a..865b493727 100644 --- a/effects/logout/CMakeLists.txt +++ b/effects/logout/CMakeLists.txt @@ -8,11 +8,6 @@ set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources} kconfig_add_kcfg_files(kwin4_effect_builtins_sources logout/logoutconfig.kcfgc) -# .desktop files -install( FILES - logout/logout.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) - # Data files install( FILES logout/data/1.10/vignetting.frag diff --git a/effects/logout/logout.desktop b/effects/logout/logout.desktop deleted file mode 100644 index 1e9482d4b4..0000000000 --- a/effects/logout/logout.desktop +++ /dev/null @@ -1,20 +0,0 @@ -[Desktop Entry] -Name=Logout -Name[uk]=Вихід -Name[x-test]=xxLogoutxx -Icon=preferences-system-windows-effect-logout -Comment=Desaturate the desktop when displaying the logout dialog -Comment[uk]=Зменшення насиченості кольорів стільниці під час показу вікна виходу -Comment[x-test]=xxDesaturate the desktop when displaying the logout dialogxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Lubos Lunak, Lucas Murray -X-KDE-PluginInfo-Email=l.lunak@kde.org, lmurray@undefinedfire.com -X-KDE-PluginInfo-Name=kwin4_effect_logout -X-KDE-PluginInfo-Version=0.2.0 -X-KDE-PluginInfo-Category=Appearance -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=true -X-KDE-Library=kwin4_effect_builtins diff --git a/effects/lookingglass/CMakeLists.txt b/effects/lookingglass/CMakeLists.txt index 1393af96f0..c715f733a3 100644 --- a/effects/lookingglass/CMakeLists.txt +++ b/effects/lookingglass/CMakeLists.txt @@ -1,11 +1,6 @@ ####################################### # Effect -# .desktop files -install( FILES - lookingglass.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) - # Data files install( FILES data/1.10/lookingglass.frag diff --git a/effects/lookingglass/lookingglass.desktop b/effects/lookingglass/lookingglass.desktop deleted file mode 100644 index eda86a86d9..0000000000 --- a/effects/lookingglass/lookingglass.desktop +++ /dev/null @@ -1,23 +0,0 @@ -[Desktop Entry] -Name=Looking Glass -Name[uk]=Збільшувальне скло -Name[x-test]=xxLooking Glassxx -Comment=A screen magnifier that looks like a fisheye lens -Comment[uk]=Екранна лупа, яка робить вигляд стільниці схожим на зображення, отримане з ефектом «риб’ячого ока» -Comment[x-test]=xxA screen magnifier that looks like a fisheye lensxx -Icon=preferences-system-windows-effect-lookingglass - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Rivo Laks -X-KDE-PluginInfo-Email=rivolaks@hot.ee -X-KDE-PluginInfo-Name=kwin4_effect_lookingglass -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Accessibility -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=false -X-KDE-Library=kwin4_effect_builtins -X-KWin-Requires-OpenGL2=true -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/looking_glass.ogv -X-KWin-Exclusive-Category=magnifiers diff --git a/effects/magiclamp/CMakeLists.txt b/effects/magiclamp/CMakeLists.txt index 35f779198e..c1988a8dd6 100644 --- a/effects/magiclamp/CMakeLists.txt +++ b/effects/magiclamp/CMakeLists.txt @@ -1,9 +1,3 @@ -####################################### -# Effect -install( FILES - magiclamp.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) - ####################################### # Config set(kwin_magiclamp_config_SRCS magiclamp_config.cpp) diff --git a/effects/magiclamp/magiclamp.desktop b/effects/magiclamp/magiclamp.desktop deleted file mode 100644 index 7d525b15b3..0000000000 --- a/effects/magiclamp/magiclamp.desktop +++ /dev/null @@ -1,23 +0,0 @@ -[Desktop Entry] -Name=Magic Lamp -Name[uk]=Чарівна лампа -Name[x-test]=xxMagic Lampxx -Icon=preferences-system-windows-effect-magic-lamp -Comment=Simulate a magic lamp when minimizing windows -Comment[uk]=Імітація ефекту чарівної лампи під час мінімізації вікон -Comment[x-test]=xxSimulate a magic lamp when minimizing windowsxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Martin Gräßlin -X-KDE-PluginInfo-Email=mgraesslin@kde.org -X-KDE-PluginInfo-Name=kwin4_effect_magiclamp -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Appearance -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=false -X-KDE-Library=kwin4_effect_builtins -X-KWin-Requires-OpenGL=true -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/magic_lamp.ogv -X-KWin-Exclusive-Category=minimize diff --git a/effects/magnifier/CMakeLists.txt b/effects/magnifier/CMakeLists.txt index d929c2a8a9..deae988365 100644 --- a/effects/magnifier/CMakeLists.txt +++ b/effects/magnifier/CMakeLists.txt @@ -1,9 +1,3 @@ -####################################### -# Effect -install( FILES - magnifier.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) - ####################################### # Config set(kwin_magnifier_config_SRCS magnifier_config.cpp) diff --git a/effects/magnifier/magnifier.desktop b/effects/magnifier/magnifier.desktop deleted file mode 100644 index e389100b8f..0000000000 --- a/effects/magnifier/magnifier.desktop +++ /dev/null @@ -1,22 +0,0 @@ -[Desktop Entry] -Name=Magnifier -Name[uk]=Лупа -Name[x-test]=xxMagnifierxx -Icon=preferences-system-windows-effect-magnifier -Comment=Magnify the section of the screen that is near the mouse cursor -Comment[uk]=Збільшення частини екрана поруч з вказівником миші -Comment[x-test]=xxMagnify the section of the screen that is near the mouse cursorxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Luboš Luňák -X-KDE-PluginInfo-Email=l.lunak@kde.org -X-KDE-PluginInfo-Name=kwin4_effect_magnifier -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Accessibility -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=false -X-KDE-Library=kwin4_effect_builtins -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/magnifier.ogv -X-KWin-Exclusive-Category=magnifiers diff --git a/effects/minimizeanimation/CMakeLists.txt b/effects/minimizeanimation/CMakeLists.txt index e9535d0723..043a527177 100644 --- a/effects/minimizeanimation/CMakeLists.txt +++ b/effects/minimizeanimation/CMakeLists.txt @@ -5,8 +5,3 @@ set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources} minimizeanimation/minimizeanimation.cpp ) - -# .desktop files -install( FILES - minimizeanimation/minimizeanimation.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) diff --git a/effects/minimizeanimation/minimizeanimation.desktop b/effects/minimizeanimation/minimizeanimation.desktop deleted file mode 100644 index 90ae306b38..0000000000 --- a/effects/minimizeanimation/minimizeanimation.desktop +++ /dev/null @@ -1,22 +0,0 @@ -[Desktop Entry] -Name=Minimize Animation -Name[uk]=Анімація мінімізації -Name[x-test]=xxMinimize Animationxx -Icon=preferences-system-windows-effect-minimize-animation -Comment=Animate the minimizing of windows -Comment[uk]=Оживлення мінімізації вікон -Comment[x-test]=xxAnimate the minimizing of windowsxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Rivo Laks -X-KDE-PluginInfo-Email=rivolaks@hot.ee -X-KDE-PluginInfo-Name=kwin4_effect_minimizeanimation -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Appearance -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=true -X-KDE-Library=kwin4_effect_builtins -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/minimize.ogv -X-KWin-Exclusive-Category=minimize diff --git a/effects/mouseclick/CMakeLists.txt b/effects/mouseclick/CMakeLists.txt index a300a81202..a4a9739278 100644 --- a/effects/mouseclick/CMakeLists.txt +++ b/effects/mouseclick/CMakeLists.txt @@ -1,10 +1,3 @@ -########################## -## mouse click effect -########################## -install( FILES - mouseclick.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) - ########################## ## configurtion dialog ########################## diff --git a/effects/mouseclick/mouseclick.desktop b/effects/mouseclick/mouseclick.desktop deleted file mode 100644 index e6a2a9f4ac..0000000000 --- a/effects/mouseclick/mouseclick.desktop +++ /dev/null @@ -1,22 +0,0 @@ -[Desktop Entry] -Name=Mouse Click Animation -Name[uk]=Анімація за клацанням миші -Name[x-test]=xxMouse Click Animationxx -Icon=preferences-system-windows-effect-mouseclick - -Comment=Creates an animation whenever a mouse button is clicked. This is useful for screenrecordings/presentations. -Comment[uk]=Створення анімацій у відповідь на клацання кнопкою миші. Корисне для записів демонстрацій та презентацій. -Comment[x-test]=xxCreates an animation whenever a mouse button is clicked. This is useful for screenrecordings/presentations.xx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Filip Wieladek -X-KDE-PluginInfo-Email=Wattos@gmail.com -X-KDE-PluginInfo-Name=kwin4_effect_mouseclick -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Accessibility -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=false -X-KDE-Library=kwin4_effect_builtins -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/mouse_click.mp4 diff --git a/effects/mousemark/CMakeLists.txt b/effects/mousemark/CMakeLists.txt index f4e3dd46f3..3abb33a418 100644 --- a/effects/mousemark/CMakeLists.txt +++ b/effects/mousemark/CMakeLists.txt @@ -1,9 +1,3 @@ -####################################### -# Effect -install( FILES - mousemark.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) - ####################################### # Config set(kwin_mousemark_config_SRCS mousemark_config.cpp) diff --git a/effects/mousemark/mousemark.desktop b/effects/mousemark/mousemark.desktop deleted file mode 100644 index 9ef9c354a8..0000000000 --- a/effects/mousemark/mousemark.desktop +++ /dev/null @@ -1,20 +0,0 @@ -[Desktop Entry] -Name=Mouse Mark -Name[uk]=Позначки мишкою -Name[x-test]=xxMouse Markxx -Icon=preferences-system-windows-effect-mouse-mark -Comment=Allows you to draw lines on the desktop -Comment[uk]=Можливість малювання ліній на стільниці -Comment[x-test]=xxAllows you to draw lines on the desktopxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Luboš Luňák -X-KDE-PluginInfo-Email=l.lunak@kde.org -X-KDE-PluginInfo-Name=kwin4_effect_mousemark -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Appearance -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=false -X-KDE-Library=kwin4_effect_builtins diff --git a/effects/presentwindows/CMakeLists.txt b/effects/presentwindows/CMakeLists.txt index 06e138cdca..7725f9da44 100644 --- a/effects/presentwindows/CMakeLists.txt +++ b/effects/presentwindows/CMakeLists.txt @@ -1,8 +1,5 @@ ####################################### # Effect -install( FILES - presentwindows.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) install( FILES main.qml DESTINATION ${DATA_INSTALL_DIR}/kwin/effects/presentwindows/ diff --git a/effects/presentwindows/presentwindows.desktop b/effects/presentwindows/presentwindows.desktop deleted file mode 100644 index c73ff1d2b2..0000000000 --- a/effects/presentwindows/presentwindows.desktop +++ /dev/null @@ -1,21 +0,0 @@ -[Desktop Entry] -Name=Present Windows -Name[uk]=Показ вікон -Name[x-test]=xxPresent Windowsxx -Icon=preferences-system-windows-effect-presentwindows -Comment=Zoom out until all opened windows can be displayed side-by-side -Comment[uk]=Зменшення масштабу вікон так, щоб всі відкриті вікна можна було розташувати поряд -Comment[x-test]=xxZoom out until all opened windows can be displayed side-by-sidexx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Rivo Laks, Lucas Murray -X-KDE-PluginInfo-Email=rivolaks@hot.ee, lmurray@undefinedfire.com -X-KDE-PluginInfo-Name=kwin4_effect_presentwindows -X-KDE-PluginInfo-Version=0.3.0 -X-KDE-PluginInfo-Category=Window Management -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=true -X-KDE-Library=kwin4_effect_builtins -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/present_windows.mp4 diff --git a/effects/resize/CMakeLists.txt b/effects/resize/CMakeLists.txt index 207dc1c173..f643ef0666 100644 --- a/effects/resize/CMakeLists.txt +++ b/effects/resize/CMakeLists.txt @@ -1,9 +1,3 @@ -####################################### -# Effect -install( FILES - resize.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) - ####################################### # Config set(kwin_resize_config_SRCS resize_config.cpp) diff --git a/effects/resize/resize.desktop b/effects/resize/resize.desktop deleted file mode 100644 index 46e11c8395..0000000000 --- a/effects/resize/resize.desktop +++ /dev/null @@ -1,20 +0,0 @@ -[Desktop Entry] -Name=Resize Window -Name[uk]=Зміна розмірів вікон -Name[x-test]=xxResize Windowxx -Icon=preferences-system-windows-effect-resize -Comment=Resizes windows with a fast texture scale instead of updating contents -Comment[uk]=Зміна розмірів вікон швидким масштабуванням текстур замість оновлення вмісту вікон -Comment[x-test]=xxResizes windows with a fast texture scale instead of updating contentsxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Martin Gräßlin -X-KDE-PluginInfo-Email=mgraesslin@kde.org -X-KDE-PluginInfo-Name=kwin4_effect_resize -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Window Management -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=false -X-KDE-Library=kwin4_effect_builtins diff --git a/effects/screenedge/CMakeLists.txt b/effects/screenedge/CMakeLists.txt index 6b2057173f..fb1240e437 100644 --- a/effects/screenedge/CMakeLists.txt +++ b/effects/screenedge/CMakeLists.txt @@ -5,8 +5,3 @@ set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources} screenedge/screenedgeeffect.cpp ) - -# .desktop files -install( FILES - screenedge/screenedgeeffect.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) diff --git a/effects/screenedge/screenedgeeffect.desktop b/effects/screenedge/screenedgeeffect.desktop deleted file mode 100644 index 1d17fe0f84..0000000000 --- a/effects/screenedge/screenedgeeffect.desktop +++ /dev/null @@ -1,20 +0,0 @@ -[Desktop Entry] -Name=Screen Edge -Name[uk]=Край екрана -Name[x-test]=xxScreen Edgexx -Icon=preferences-system-windows-effect-screenedge -Comment=Highlights a screen edge when approaching -Comment[uk]=Підсвічує край екрана у разі наближення вказівника -Comment[x-test]=xxHighlights a screen edge when approachingxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Martin Gräßlin -X-KDE-PluginInfo-Email=mgraesslin@kde.org -X-KDE-PluginInfo-Name=kwin4_effect_screenedge -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Appearance -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=true -X-KDE-Library=kwin4_effect_builtins diff --git a/effects/screenshot/CMakeLists.txt b/effects/screenshot/CMakeLists.txt index b20244f6be..ddf46df3c5 100644 --- a/effects/screenshot/CMakeLists.txt +++ b/effects/screenshot/CMakeLists.txt @@ -5,8 +5,3 @@ set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources} screenshot/screenshot.cpp ) - -# .desktop files -install( FILES - screenshot/screenshot.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) diff --git a/effects/screenshot/screenshot.desktop b/effects/screenshot/screenshot.desktop deleted file mode 100644 index c959a72fef..0000000000 --- a/effects/screenshot/screenshot.desktop +++ /dev/null @@ -1,21 +0,0 @@ -[Desktop Entry] -Name=Screenshot -Name[uk]=Знімок вікна -Name[x-test]=xxScreenshotxx -Icon=preferences-system-windows-effect-screenshot -Comment=Saves screenshot of active window into the home directory -Comment[uk]=Зберігає знімок активного вікна до домашнього каталогу -Comment[x-test]=xxSaves screenshot of active window into the home directoryxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Martin Gräßlin -X-KDE-PluginInfo-Email=mgraesslin@kde.org -X-KDE-PluginInfo-Name=kwin4_effect_screenshot -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Appearance -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=true -X-KDE-Library=kwin4_effect_builtins -X-KWin-Internal=true diff --git a/effects/sheet/CMakeLists.txt b/effects/sheet/CMakeLists.txt index 1033d4077a..ffd0a8b6c4 100644 --- a/effects/sheet/CMakeLists.txt +++ b/effects/sheet/CMakeLists.txt @@ -6,9 +6,3 @@ set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources} sheet/sheet.cpp ) kconfig_add_kcfg_files(kwin4_effect_builtins_sources sheet/sheetconfig.kcfgc) - -# .desktop files -install( FILES - sheet/sheet.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) - diff --git a/effects/sheet/sheet.desktop b/effects/sheet/sheet.desktop deleted file mode 100644 index bed00f43a8..0000000000 --- a/effects/sheet/sheet.desktop +++ /dev/null @@ -1,21 +0,0 @@ -[Desktop Entry] -Name=Sheet -Name[uk]=Аркуш -Name[x-test]=xxSheetxx -Icon=preferences-system-windows-effect-sheet -Comment=Make modal dialogs smoothly fly in and out when they are shown or hidden -Comment[uk]=Плавне влітання або відлітання вікон під час їх появи або приховування -Comment[x-test]=xxMake modal dialogs smoothly fly in and out when they are shown or hiddenxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Martin Gräßlin -X-KDE-PluginInfo-Email=mgraesslin@kde.org -X-KDE-PluginInfo-Name=kwin4_effect_sheet -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Appearance -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=false -X-KDE-Library=kwin4_effect_builtins -X-KWin-Requires-OpenGL=true diff --git a/effects/showfps/CMakeLists.txt b/effects/showfps/CMakeLists.txt index 3006565a07..9fd33be95e 100644 --- a/effects/showfps/CMakeLists.txt +++ b/effects/showfps/CMakeLists.txt @@ -1,9 +1,3 @@ -####################################### -# Effect -install( FILES - showfps.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) - ####################################### # Config set(kwin_showfps_config_SRCS showfps_config.cpp) diff --git a/effects/showfps/showfps.desktop b/effects/showfps/showfps.desktop deleted file mode 100644 index 4b978f9797..0000000000 --- a/effects/showfps/showfps.desktop +++ /dev/null @@ -1,20 +0,0 @@ -[Desktop Entry] -Name=Show FPS -Name[uk]=Показ частоти кадрів -Name[x-test]=xxShow FPSxx -Icon=preferences-system-windows-effect-fps-show -Comment=Display KWin's performance in the corner of the screen -Comment[uk]=Показ параметра швидкодії KWin (частоти кадрів) у куті екрана -Comment[x-test]=xxDisplay KWin's performance in the corner of the screenxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Luboš Luňák -X-KDE-PluginInfo-Email=l.lunak@kde.org -X-KDE-PluginInfo-Name=kwin4_effect_showfps -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Tools -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=false -X-KDE-Library=kwin4_effect_builtins diff --git a/effects/showpaint/CMakeLists.txt b/effects/showpaint/CMakeLists.txt index d0e5734805..64a226b094 100644 --- a/effects/showpaint/CMakeLists.txt +++ b/effects/showpaint/CMakeLists.txt @@ -5,8 +5,3 @@ set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources} showpaint/showpaint.cpp ) - -# .desktop files -install( FILES - showpaint/showpaint.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) diff --git a/effects/showpaint/showpaint.desktop b/effects/showpaint/showpaint.desktop deleted file mode 100644 index 30d07bfc2a..0000000000 --- a/effects/showpaint/showpaint.desktop +++ /dev/null @@ -1,20 +0,0 @@ -[Desktop Entry] -Name=Show Paint -Name[uk]=Показати намальоване -Name[x-test]=xxShow Paintxx -Icon=preferences-system-windows-effect-paint-show -Comment=Highlight areas of the desktop that have been recently updated -Comment[uk]=Підсвічує області екрана, у яких спостерігалося оновлення -Comment[x-test]=xxHighlight areas of the desktop that have been recently updatedxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Luboš Luňák -X-KDE-PluginInfo-Email=l.lunak@kde.org -X-KDE-PluginInfo-Name=kwin4_effect_showpaint -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Tools -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=false -X-KDE-Library=kwin4_effect_builtins diff --git a/effects/slide/CMakeLists.txt b/effects/slide/CMakeLists.txt index 1547d0c9de..71b806f019 100644 --- a/effects/slide/CMakeLists.txt +++ b/effects/slide/CMakeLists.txt @@ -5,8 +5,3 @@ set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources} slide/slide.cpp ) - -# .desktop files -install( FILES - slide/slide.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) diff --git a/effects/slide/slide.desktop b/effects/slide/slide.desktop deleted file mode 100644 index 11d66ae664..0000000000 --- a/effects/slide/slide.desktop +++ /dev/null @@ -1,22 +0,0 @@ -[Desktop Entry] -Name=Slide -Name[uk]=Ковзання -Name[x-test]=xxSlidexx -Icon=preferences-system-windows-effect-slide -Comment=Slide windows across the screen when switching virtual desktops -Comment[uk]=Ковзання вікон вздовж стільниці, під час перемикання стільниць -Comment[x-test]=xxSlide windows across the screen when switching virtual desktopsxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Luboš Luňák -X-KDE-PluginInfo-Email=l.lunak@kde.org -X-KDE-PluginInfo-Name=kwin4_effect_slide -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Virtual Desktop Switching Animation -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=true -X-KDE-Library=kwin4_effect_builtins -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/slide.ogv -X-KWin-Exclusive-Category=desktop-animations diff --git a/effects/slideback/CMakeLists.txt b/effects/slideback/CMakeLists.txt index f95f9d6915..1564954f41 100644 --- a/effects/slideback/CMakeLists.txt +++ b/effects/slideback/CMakeLists.txt @@ -5,8 +5,3 @@ set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources} slideback/slideback.cpp ) - -# .desktop files -install( FILES - slideback/slideback.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) diff --git a/effects/slideback/slideback.desktop b/effects/slideback/slideback.desktop deleted file mode 100644 index da50abe8c9..0000000000 --- a/effects/slideback/slideback.desktop +++ /dev/null @@ -1,20 +0,0 @@ -[Desktop Entry] -Name=Slide Back -Name[uk]=Зниження -Name[x-test]=xxSlide Backxx - -Type=Service -Comment=Slide back windows when another window is raised -Comment[uk]=Ковзання вікон на задній план під час підняття інших вікон -Comment[x-test]=xxSlide back windows when another window is raisedxx -Icon=preferences-system-windows-effect-slideback -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Michael Zanetti -X-KDE-PluginInfo-Email=michael_zanetti@gmx.net -X-KDE-PluginInfo-Name=kwin4_effect_slideback -X-KDE-PluginInfo-Version=0.1 -X-KDE-PluginInfo-Category=Focus -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=false -X-KDE-Library=kwin4_effect_builtins diff --git a/effects/slidingpopups/CMakeLists.txt b/effects/slidingpopups/CMakeLists.txt index fec1a1b14b..b3de9b5988 100644 --- a/effects/slidingpopups/CMakeLists.txt +++ b/effects/slidingpopups/CMakeLists.txt @@ -5,8 +5,3 @@ set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources} slidingpopups/slidingpopups.cpp ) - -# .desktop files -install( FILES - slidingpopups/slidingpopups.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) diff --git a/effects/slidingpopups/slidingpopups.desktop b/effects/slidingpopups/slidingpopups.desktop deleted file mode 100644 index 867d40eff6..0000000000 --- a/effects/slidingpopups/slidingpopups.desktop +++ /dev/null @@ -1,22 +0,0 @@ -[Desktop Entry] -Name=Sliding popups -Name[uk]=Ковзні контекстні вікна -Name[x-test]=xxSliding popupsxx - -Type=Service -Comment=Sliding animation for Plasma popups -Comment[uk]=Анімація з ковзанням для контекстних вікон Плазми -Comment[x-test]=xxSliding animation for Plasma popupsxx - -Icon=preferences-system-windows-effect-slidingpopups -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Marco Martin -X-KDE-PluginInfo-Email=notmart@gmail.com -X-KDE-PluginInfo-Name=kwin4_effect_slidingpopups -X-KDE-PluginInfo-Version=0.1 -X-KDE-PluginInfo-Category=Appearance -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=true -X-KDE-Library=kwin4_effect_builtins -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/sliding_popups.mp4 diff --git a/effects/snaphelper/CMakeLists.txt b/effects/snaphelper/CMakeLists.txt index b032fcd082..6b7b980946 100644 --- a/effects/snaphelper/CMakeLists.txt +++ b/effects/snaphelper/CMakeLists.txt @@ -5,8 +5,3 @@ set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources} snaphelper/snaphelper.cpp ) - -# .desktop files -install( FILES - snaphelper/snaphelper.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) diff --git a/effects/snaphelper/snaphelper.desktop b/effects/snaphelper/snaphelper.desktop deleted file mode 100644 index df4e63a71d..0000000000 --- a/effects/snaphelper/snaphelper.desktop +++ /dev/null @@ -1,21 +0,0 @@ -[Desktop Entry] -Name=Snap Helper -Name[uk]=Помічник розташування -Name[x-test]=xxSnap Helperxx -Icon=preferences-system-windows-effect-snaphelper -Comment=Help you locate the center of the screen when moving a window. -Comment[uk]=Допомога у пошуку центра екрана, коли ви пересуватимете вікно -Comment[x-test]=xxHelp you locate the center of the screen when moving a window.xx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Lucas Murray -X-KDE-PluginInfo-Email=lmurray@undefinedfire.com -X-KDE-PluginInfo-Name=kwin4_effect_snaphelper -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Accessibility -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=false -X-KDE-Library=kwin4_effect_builtins -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/snap_helper.mp4 diff --git a/effects/startupfeedback/CMakeLists.txt b/effects/startupfeedback/CMakeLists.txt index 5bf2b7b0f9..c105d23c59 100644 --- a/effects/startupfeedback/CMakeLists.txt +++ b/effects/startupfeedback/CMakeLists.txt @@ -6,11 +6,6 @@ set( kwin4_effect_builtins_sources ${kwin4_effect_builtins_sources} startupfeedback/startupfeedback.cpp ) -# .desktop files -install( FILES - startupfeedback/startupfeedback.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) - # Data files install( FILES startupfeedback/data/blinking-startup-fragment.glsl diff --git a/effects/startupfeedback/startupfeedback.desktop b/effects/startupfeedback/startupfeedback.desktop deleted file mode 100644 index 283e87110a..0000000000 --- a/effects/startupfeedback/startupfeedback.desktop +++ /dev/null @@ -1,22 +0,0 @@ -[Desktop Entry] -Name=Startup Feedback -Name[uk]=Повідомлення під час запуску -Name[x-test]=xxStartup Feedbackxx -Comment=Helper effect for startup feedback -Comment[uk]=Допоміжний ефект перегляду повідомлень, що надсилаються програмою під час запуску -Comment[x-test]=xxHelper effect for startup feedbackxx -Icon=preferences-system-windows-effect-startupfeedback - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Martin Gräßlin -X-KDE-PluginInfo-Email=mgraesslin@kde.org -X-KDE-PluginInfo-Name=kwin4_effect_startupfeedback -X-KDE-PluginInfo-Category=Candy -X-KDE-PluginInfo-Version=0.0.1 -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-EnabledByDefault=true -X-KDE-Library=kwin4_effect_builtins -X-KWin-Requires-OpenGL=true -X-KWin-Internal=true diff --git a/effects/thumbnailaside/CMakeLists.txt b/effects/thumbnailaside/CMakeLists.txt index 063b964d57..02bf6b6336 100644 --- a/effects/thumbnailaside/CMakeLists.txt +++ b/effects/thumbnailaside/CMakeLists.txt @@ -1,9 +1,3 @@ -####################################### -# Effect -install( FILES - thumbnailaside.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) - ####################################### # Config set(kwin_thumbnailaside_config_SRCS thumbnailaside_config.cpp) diff --git a/effects/thumbnailaside/thumbnailaside.desktop b/effects/thumbnailaside/thumbnailaside.desktop deleted file mode 100644 index 2c634b77f6..0000000000 --- a/effects/thumbnailaside/thumbnailaside.desktop +++ /dev/null @@ -1,20 +0,0 @@ -[Desktop Entry] -Name=Thumbnail Aside -Name[uk]=Мініатюри збоку -Name[x-test]=xxThumbnail Asidexx -Icon=preferences-system-windows-effect-thumbnailaside -Comment=Display window thumbnails on the edge of the screen -Comment[uk]=Показ мініатюр вікон при наведенні на край екрана -Comment[x-test]=xxDisplay window thumbnails on the edge of the screenxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Luboš Luňák -X-KDE-PluginInfo-Email=l.lunak@kde.org -X-KDE-PluginInfo-Name=kwin4_effect_thumbnailaside -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Appearance -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=false -X-KDE-Library=kwin4_effect_builtins diff --git a/effects/trackmouse/CMakeLists.txt b/effects/trackmouse/CMakeLists.txt index 40b45cd36a..b2ee1c7451 100644 --- a/effects/trackmouse/CMakeLists.txt +++ b/effects/trackmouse/CMakeLists.txt @@ -1,11 +1,5 @@ ####################################### # Effect - -# .desktop files -install( FILES - trackmouse.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) - # Data files install( FILES data/tm_inner.png diff --git a/effects/trackmouse/trackmouse.desktop b/effects/trackmouse/trackmouse.desktop deleted file mode 100644 index 5564b0ea06..0000000000 --- a/effects/trackmouse/trackmouse.desktop +++ /dev/null @@ -1,21 +0,0 @@ -[Desktop Entry] -Name=Track Mouse -Name[uk]=Сліди мишки -Name[x-test]=xxTrack Mousexx -Icon=preferences-system-windows-effect-mouse-track -Comment=Display a mouse cursor locating effect when activated -Comment[uk]=Показ наближення вказівника миші -Comment[x-test]=xxDisplay a mouse cursor locating effect when activatedxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Luboš Luňák -X-KDE-PluginInfo-Email=l.lunak@kde.org -X-KDE-PluginInfo-Name=kwin4_effect_trackmouse -X-KDE-PluginInfo-Version=0.1.0 -X-KDE-PluginInfo-Category=Accessibility -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=false -X-KDE-Library=kwin4_effect_builtins -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/track_mouse.mp4 diff --git a/effects/windowgeometry/CMakeLists.txt b/effects/windowgeometry/CMakeLists.txt index cea40ae6aa..3641700faa 100644 --- a/effects/windowgeometry/CMakeLists.txt +++ b/effects/windowgeometry/CMakeLists.txt @@ -1,9 +1,3 @@ -####################################### -# Effect -install( FILES - windowgeometry.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) - ####################################### # Config set(kwin_windowgeometry_config_SRCS windowgeometry_config.cpp) diff --git a/effects/windowgeometry/windowgeometry.desktop b/effects/windowgeometry/windowgeometry.desktop deleted file mode 100644 index f0e1b4feda..0000000000 --- a/effects/windowgeometry/windowgeometry.desktop +++ /dev/null @@ -1,31 +0,0 @@ -[Desktop Entry] -# Name of the effect -Name=WindowGeometry -Name[uk]=Розміри вікна -Name[x-test]=xxWindowGeometryxx -Comment=Display window geometries on move/resize -Comment[uk]=Показ розмірів вікон при пересуванні або зміні розмірів -Comment[x-test]=xxDisplay window geometries on move/resizexx -Icon=preferences-system-windows-effect-windowgeometry - -# This is KWin effect -Type=Service -X-KDE-ServiceTypes=KWin/Effect -# Author and email of the author -X-KDE-PluginInfo-Author=Thomas Lübking -X-KDE-PluginInfo-Email=thomas.luebking@web.de -# Internal name of the effect -X-KDE-PluginInfo-Name=kwin4_effect_windowgeometry -# Category of the effect, for config dialog -X-KDE-PluginInfo-Category=Appearance -# Version and license -X-KDE-PluginInfo-Version=0.1 -X-KDE-PluginInfo-License=GPL -# If the effect depends on any other effect(s) to be active, then internal -# names of those effects can be given here -X-KDE-PluginInfo-Depends= -# Whether this effect should be enabled by default -X-KDE-PluginInfo-EnabledByDefault=false -# The plugin (library) which contains the effect. One library may contain more effects. -X-KDE-Library=kwin4_effect_builtins -X-KWin-Internal=true diff --git a/effects/wobblywindows/CMakeLists.txt b/effects/wobblywindows/CMakeLists.txt index bbc5b2675f..f74a485854 100644 --- a/effects/wobblywindows/CMakeLists.txt +++ b/effects/wobblywindows/CMakeLists.txt @@ -1,9 +1,3 @@ -####################################### -# Effect -install( FILES - wobblywindows.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) - ####################################### # Config set(kwin_wobblywindows_config_SRCS wobblywindows_config.cpp) diff --git a/effects/wobblywindows/wobblywindows.desktop b/effects/wobblywindows/wobblywindows.desktop deleted file mode 100644 index 8e0b2d4f2b..0000000000 --- a/effects/wobblywindows/wobblywindows.desktop +++ /dev/null @@ -1,22 +0,0 @@ -[Desktop Entry] -Name=Wobbly Windows -Name[uk]=Желейні вікна -Name[x-test]=xxWobbly Windowsxx -Comment=Deform windows while they are moving -Comment[uk]=Деформація вікон під час їхнього пересування -Comment[x-test]=xxDeform windows while they are movingxx -Icon=preferences-system-windows-effect-wobblywindows - -Type=Service -ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Cédric Borgese -X-KDE-PluginInfo-Email=cedric.borgese@gmail.com -X-KDE-PluginInfo-Name=kwin4_effect_wobblywindows -X-KDE-PluginInfo-Version=0.0.1 -X-KDE-PluginInfo-Category=Appearance -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=false -X-KDE-Library=kwin4_effect_builtins -X-KWin-Requires-OpenGL=true -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/wobbly_windows.ogv diff --git a/effects/zoom/CMakeLists.txt b/effects/zoom/CMakeLists.txt index 1fa51c4ba7..e2e38a8501 100644 --- a/effects/zoom/CMakeLists.txt +++ b/effects/zoom/CMakeLists.txt @@ -1,9 +1,3 @@ -####################################### -# Effect -install( FILES - zoom.desktop - DESTINATION ${SERVICES_INSTALL_DIR}/kwin ) - ####################################### # Config set(kwin_zoom_config_SRCS zoom_config.cpp) diff --git a/effects/zoom/zoom.desktop b/effects/zoom/zoom.desktop deleted file mode 100644 index c9ac9cac20..0000000000 --- a/effects/zoom/zoom.desktop +++ /dev/null @@ -1,22 +0,0 @@ -[Desktop Entry] -Name=Zoom -Name[uk]=Масштабування -Name[x-test]=xxZoomxx -Icon=preferences-system-windows-effect-zoom -Comment=Magnify the entire desktop -Comment[uk]=Збільшення цілої стільниці -Comment[x-test]=xxMagnify the entire desktopxx - -Type=Service -X-KDE-ServiceTypes=KWin/Effect -X-KDE-PluginInfo-Author=Luboš Luňák, Sebastian Sauer -X-KDE-PluginInfo-Email=l.lunak@kde.org, sebsauer@kdab.com -X-KDE-PluginInfo-Name=kwin4_effect_zoom -X-KDE-PluginInfo-Version=0.2.0 -X-KDE-PluginInfo-Category=Accessibility -X-KDE-PluginInfo-Depends= -X-KDE-PluginInfo-License=GPL -X-KDE-PluginInfo-EnabledByDefault=true -X-KDE-Library=kwin4_effect_builtins -X-KWin-Video-Url=http://files.kde.org/plasma/kwin/effect-videos/zoom.ogv -X-KWin-Exclusive-Category=magnifiers