┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2019-03-24 12:07:24 +0100
committerElvis Angelaccio <[email protected]>2019-03-24 12:07:24 +0100
commit3fe65471973cd44da6524019b712de2fffc0e2b8 (patch)
treea2c5b24cd068289a0d49b270bbea99b6a8a7694a /CMakeLists.txt
parent0b9cb0f7d9b6dc7c8c43a2afafb713f8c28ad0c5 (diff)
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
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
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)