Skip to content
GitLab
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
1d09af41
Commit
1d09af41
authored
Nov 17, 2020
by
David Edmundson
Browse files
Don't mark .desktop file as executable
BUG: 428796
parent
953f7cbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
klipper/CMakeLists.txt
View file @
1d09af41
...
...
@@ -58,8 +58,8 @@ endif()
install
(
TARGETS kdeinit_klipper
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
install
(
TARGETS klipper
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
install
(
PROGRAM
S org.kde.klipper.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
install
(
PROGRAM
S klipper.desktop DESTINATION
${
KDE_INSTALL_AUTOSTARTDIR
}
)
install
(
FILE
S org.kde.klipper.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
install
(
FILE
S klipper.desktop DESTINATION
${
KDE_INSTALL_AUTOSTARTDIR
}
)
# Plasma Data Engine
set
(
plasma_engine_clipboard_SRCS
${
libklipper_common_SRCS
}
clipboardengine.cpp clipboardservice.cpp clipboardjob.cpp
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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