<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>414252</bug_id>
          
          <creation_ts>2019-11-18 06:42:31 +0000</creation_ts>
          <short_desc>SDDM breeze theme can not be loaded: StackView is not a type</short_desc>
          <delta_ts>2019-11-18 13:18:21 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Plasma</classification>
          <product>Breeze</product>
          <component>general</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Luca Beltrame">lbeltrame</reporter>
          <assigned_to name="Plasma Bugs List">plasma-bugs-null</assigned_to>
          
          
          <cf_commitlink>https://commits.kde.org/calligraplan/de5c9d83d2fbf54fe47e2161ce3c66e804e7e186</cf_commitlink>
          <cf_versionfixedin>3.2.1</cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1892109</commentid>
    <comment_count>0</comment_count>
    <who name="Luca Beltrame">lbeltrame</who>
    <bug_when>2019-11-18 06:42:31 +0000</bug_when>
    <thetext>SUMMARY

Something seems to have changed in the components used by the SDDM theme in current Plasma master. 

When starting the greeter, and also in test mode, I get:

[07:36:07.270] (WW) GREETER: file:///usr/share/sddm/themes/breeze/Main.qml:151:9: StackView is not a type 
             StackView { 
             ^
[07:36:07.270] (WW) GREETER: file:///usr/share/sddm/themes/breeze/Main.qml:151:9: StackView is not a type 
             StackView { 

It doesn&apos;t look like it is a recent change (a search through the git log shows nothing useful), however, so I&apos;m unsure of the cause. 

STEPS TO REPRODUCE
1. Load the SDDM theme with testing mode: sddm-greeter --test-mode &lt;path to checked out plasma-workspace sources&gt;/sddm-theme

OBSERVED RESULT

SDDM falls back to the embedded theme with the error shown above.

EXPECTED RESULT

Breeze theme for SDDM should load.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: latest master
KDE Plasma Version: latest master
KDE Frameworks Version: latest master
Qt Version: 5.13.1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1892110</commentid>
    <comment_count>1</comment_count>
    <who name="Luca Beltrame">lbeltrame</who>
    <bug_when>2019-11-18 06:52:03 +0000</bug_when>
    <thetext>It looks to me that an import was changed from implicit &quot;import QtQuickControls 2.0&quot; as explicit &quot;import QtQuickControls 2.0 as QQC2&quot; without changing everything else in b7b25010aa58c6366c8182c886d5daae496bab42.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1892113</commentid>
    <comment_count>2</comment_count>
    <who name="Luca Beltrame">lbeltrame</who>
    <bug_when>2019-11-18 06:57:53 +0000</bug_when>
    <thetext>Git commit 47c76ebc83ee1f96c7a5fd9be23c6234a93143e8 by Luca Beltrame.
Committed on 18/11/2019 at 06:55.
Pushed by lbeltrame into branch &apos;master&apos;.

Unbreak SDDM theme loading

In b7b25010aa58c6366c8182c886d5daae496bab42 the import line was changed
but nothing else was, causing errors in QML loading which ultimately
prevented SDDM from loading the theme.
CCMAIL: i@guoyunhe.me

M  +1    -1    sddm-theme/Main.qml

https://commits.kde.org/plasma-workspace/47c76ebc83ee1f96c7a5fd9be23c6234a93143e8</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1892163</commentid>
    <comment_count>3</comment_count>
    <who name="Dag Andersen">dag.andersen</who>
    <bug_when>2019-11-18 13:16:20 +0000</bug_when>
    <thetext>Git commit 092f120660b89593b7cd9c20404b50df9a473689 by Dag Andersen.
Committed on 18/11/2019 at 13:02.
Pushed by danders into branch &apos;3.2&apos;.

PlanWork: Bug 414253 - Actual effort editable in list view
FIXED-IN: 3.2.1

M  +2    -2    src/workpackage/taskworkpackagemodel.cpp

https://commits.kde.org/calligraplan/092f120660b89593b7cd9c20404b50df9a473689</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1892165</commentid>
    <comment_count>4</comment_count>
    <who name="Dag Andersen">dag.andersen</who>
    <bug_when>2019-11-18 13:18:21 +0000</bug_when>
    <thetext>Git commit de5c9d83d2fbf54fe47e2161ce3c66e804e7e186 by Dag Andersen.
Committed on 18/11/2019 at 13:17.
Pushed by danders into branch &apos;master&apos;.

PlanWork: Bug 414253 - Actual effort editable in list view
FIXED-IN: 3.2.1

M  +2    -2    src/workpackage/taskworkpackagemodel.cpp

https://commits.kde.org/calligraplan/de5c9d83d2fbf54fe47e2161ce3c66e804e7e186</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>