From 3fe65471973cd44da6524019b712de2fffc0e2b8 Mon Sep 17 00:00:00 2001 From: Elvis Angelaccio Date: Sun, 24 Mar 2019 12:07:24 +0100 Subject: Revert "Create a global launch shortcut (Meta+E)" This reverts commit 58084cf7da362d77919483cbb9a7a23333ce86c5. Plasma considers khotkeys deprecated, so we shouldn't add new users making the migration even harder. Dolphin should use the `X-KDE-Shortcuts` desktop entry instead. More details in David's comment: https://phabricator.kde.org/D19831#437096 --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 09fafe5c9..924ce5110 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -151,7 +151,5 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.kde.dolphin.FileManager1.service install( FILES dolphin.categories DESTINATION ${KDE_INSTALL_CONFDIR} ) -install( FILES dolphin.khotkeys DESTINATION ${KDE_INSTALL_DATADIR}/khotkeys ) - feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) -- cgit v1.3.1