[Bug 294295] New: ktp-send-file.desktop installed in wrong directory
Mladen Pejaković
pejakm at gmail.com
Fri Feb 17 09:40:35 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=294295
Summary: ktp-send-file.desktop installed in wrong directory
Product: telepathy
Version: 0.3
Platform: Archlinux Packages
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: send-file
AssignedTo: kde-telepathy at kde.org
ReportedBy: pejakm at gmail.com
Version: 0.3 (using KDE 4.8.0)
OS: Linux
ktp-send-file.desktop is installed in $PREFIX/share/applications/kde4,
therefore displaying it in the menu, under the Lost&Found. It should be
installed in $PREFIX/share/kde4/services/ServiceMenus, as it is a service menu.
Reproducible: Always
Steps to Reproduce:
Just compile and install ktp-send-file package.
Actual Results:
ktp-send-file.desktop is installed in $PREFIX/share/applications/kde4
Expected Results:
ktp-send-file.desktop should be installed in
$PREFIX/share/kde4/services/ServiceMenus
Proposed fix:
Top-level CMakeLists.txt file, line 53:
install(FILES ktp-send-file.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
should look something like this:
install(FILES ktp-send-file.desktop DESTINATION
${SERVICES_INSTALL_DIR}/ServiceMenus)
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the KDE-Telepathy
mailing list