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
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
Backtrace
bt_full.txt