Skip to content

Crash on simple config. #365

@tomFlowee

Description

@tomFlowee

General crash information

General information

I'm new and started playing with the shell and after a couple of minutes playing I ended up with a shell.qml that consistently crashes the app.

import Quickshell
import QtQuick

ShellRoot {
    Variants {
        model: Quickshell.screens
        delegate: PanelWindow {
            property var modelData
            screen: modelData
            Component.OnComplete {
            }
        }
    }
}

This is from the ArchLinux official packages, version 0.2.1-3

What caused the crash

See shell.qml

Minidump

I can't find any 'minidump'...

Log file

log.qslog

Configuration

No response

Backtrace

No response

Executable

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcrash

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions