Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Workspace
Commits
7ca34e0b
Commit
7ca34e0b
authored
Jan 29, 2021
by
David Redondo
🏎
Browse files
Revert "Activate KRunner instead of running the binary"
This reverts commit
0e575a20
.
parent
6214e7b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
krunner/CMakeLists.txt
View file @
7ca34e0b
...
...
@@ -30,7 +30,8 @@ target_compile_definitions(krunner PRIVATE -DPROJECT_VERSION="${PROJECT_VERSION}
install
(
TARGETS krunner
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
install
(
FILES
${
krunner_dbusAppXML
}
DESTINATION
${
KDE_INSTALL_DBUSINTERFACEDIR
}
)
install
(
FILES krunner.desktop DESTINATION
${
KDE_INSTALL_DATADIR
}
/kglobalaccel
)
configure_file
(
krunner.desktop.cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/krunner.desktop @ONLY
)
install
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/krunner.desktop DESTINATION
${
KDE_INSTALL_DATADIR
}
/kglobalaccel
)
set
(
CMAKECONFIG_INSTALL_DIR
"
${
KDE_INSTALL_CMAKEPACKAGEDIR
}
/KRunnerAppDBusInterface"
)
configure_package_config_file
(
KRunnerAppDBusInterfaceConfig.cmake.in
...
...
krunner/krunner.desktop
→
krunner/krunner.desktop
.cmake
View file @
7ca34e0b
[Desktop Entry]
Exec=
dbus-send --type=method_call --dest=org.kde.krunner /App org.kde.krunner.App.toggleDisplay
Exec=
@CMAKE_INSTALL_PREFIX@/bin/krunner
Name=KRunner
Name[ar]=مشغّل.ك
Name[ast]=KRunner
...
...
@@ -59,7 +59,7 @@ Actions=RunClipboard
X-KDE-Wayland-Interfaces=org_kde_plasma_window_management
[Desktop Action RunClipboard]
Exec=
dbus-send --type=method_call --dest=org.kde.krunner /App org.kde.krunner.App.displayWithClipboardContents
Exec=
krunner -c
Name=Run command on clipboard contents
Name[az]=Əmri, mübadilə buferindən başlatmaq
Name[ca]=Executa una ordre al contingut del porta-retalls
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment