[Bug 309034] New: metadata.desktop for KWin Effects installed to wrong location

Martin Gräßlin mgraesslin at kde.org
Fri Oct 26 09:37:02 UTC 2012


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

            Bug ID: 309034
          Severity: normal
           Version: unspecified
          Priority: NOR
                CC: terietor at gmail.com
          Assignee: plasma-devel at kde.org
           Summary: metadata.desktop for KWin Effects installed to wrong
                    location
    Classification: Unclassified
                OS: Linux
          Reporter: mgraesslin at kde.org
          Hardware: Other
            Status: NEW
         Component: publisher
           Product: plasmate

When installing a KWin Effect from withing Plasmate the service file gets not
copied to the right location and is incorrectly named. This results in the
effect not being found by KWin.

To illustrate the CMakeLists.txt generates:
install(FILES metadata.desktop DESTINATION ${SERVICES_INSTALL_DIR} RENAME
kwin-effect-Maximize.desktop)

but it should be:
install(FILES metadata.desktop
        DESTINATION ${SERVICES_INSTALL_DIR}/kwin
        RENAME kwin4_effect_maximize.desktop)

Reproducible: Always

Steps to Reproduce:
1. Create KWin Effect
2. Install It
Actual Results:  
KWin doesn't find the effect

Expected Results:  
KWin finds the effect

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Plasma-devel mailing list