[kanagram] [Bug 320515] New: [kde-windows] Kanagram lacks icon in the start menu
Jekyll Wu
adaptee at gmail.com
Fri May 31 06:54:43 UTC 2013
https://bugs.kde.org/show_bug.cgi?id=320515
Bug ID: 320515
Summary: [kde-windows] Kanagram lacks icon in the start menu
Classification: Unclassified
Product: kanagram
Version: unspecified
Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: jpwhiting at kde.org
Reporter: adaptee at gmail.com
CC: kde-windows at kde.org
Blocks: 320424
See bug 320424 and bug 320514
I notice that the build system actually already contains the call of
kde4_add_app_icon :
kde4_add_app_icon(kanagramdesktop_SRCS
"${CMAKE_CURRENT_SOURCE_DIR}/../icons/hi*-app*-kanagram.png")
But I think there is a relative path mistake there. Since that line appears in
src/desktop/CMakeLists.txt, it should be written as :
kde4_add_app_icon(kanagramdesktop_SRCS
"${CMAKE_CURRENT_SOURCE_DIR}/../../icons/hi*-app*-kanagram.png")
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Kde-windows
mailing list