[khangman] [Bug 320514] New: [kde-windows] khangman lacks icon in the start menu

Jekyll Wu adaptee at gmail.com
Fri May 31 06:51:26 UTC 2013


https://bugs.kde.org/show_bug.cgi?id=320514

            Bug ID: 320514
           Summary: [kde-windows] khangman lacks icon in the start menu
    Classification: Unclassified
           Product: khangman
           Version: unspecified
          Platform: MS Windows
                OS: MS Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: annma at kde.org
          Reporter: adaptee at gmail.com
                CC: kde-windows at kde.org
            Blocks: 320424

See bug 320424

I notice that the build system actually already contains the call of
kde4_add_app_icon :

    kde4_add_app_icon(khangman_SRCS
"${CMAKE_CURRENT_SOURCE_DIR}/../icons/hi*-app-khangman.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(khangman_SRCS
"${CMAKE_CURRENT_SOURCE_DIR}/../../icons/hi*-app-khangman.png").

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Kde-windows mailing list