Skip to content

Quickshell crashes after reload while using StyleKit #813

@m7moud-el-zayat

Description

@m7moud-el-zayat

What caused the crash

Launching Quickshell with this example works fine, but after reload, when clicking on the button, qs crashes and relaunches a new instance, if i go an click again or hover on the button, it crashes too

Report file

report.txt

Log file

log.qslog.log

Configuration

import QtQuick
import Qt.labs.StyleKit
import Quickshell

FloatingWindow {
  color: "black"

  StyleKit.style: Style {
    themeName: "Dark"

    button {
      background.color: palette.accent
      text.color: palette.brightText
    }
  }

  Button {
    text: "Hello"
    anchors.centerIn: parent
  }
}

Backtrace

bt_full.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcrash

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions