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

            Bug ID: 406818
           Summary: Wrong QtGraphicalEffects dependency in CMake
           Product: lattedock
           Version: git (master)
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: plasmoid
          Assignee: mvourla...@gmail.com
          Reporter: master.ho...@gmail.com
  Target Milestone: ---

SUMMARY
The CMakeLists file adds a dependency on QtGraphicalEffects 1.0, but two of the
qml files use QtGraphicalEffects 1.2, which causes the shell plasmoid to fail
to load on systems that only have 1.0 installed.

STEPS TO REPRODUCE
1. Compile git master on a system that only has QtGraphicalEffects 1.0
2. Run it

OBSERVED RESULT
The shell plasmoid fails to load, which causes problems with the task manager
and probably other things.

EXPECTED RESULT
The shell plasmoid should load properly.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: -
(available in About System)
KDE Plasma Version: -
KDE Frameworks Version: -
Qt Version: 5.12.0

ADDITIONAL INFORMATION
Seems to me like either the CMakeLists.txt file should update the dependency on
1.2, or downgrade the two qml files that depend on 1.2. I manually changed them
to import 1.0 instead of 1.2, and it seems to work fine now.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to