Skip to content

Quickshell crash in vm (arch linux) #332

@theawesomeyopro1

Description

@theawesomeyopro1

General crash information

General information
<Paste the contents of the file here inside of the triple backticks>
Image

What caused the crash

Not sure, the code i used to make that shell was directly the activate linux code example provided by outfoxxed themself.

Minidump

Image

Log file

Image

Configuration

import QtQuick
import QtQuick.Layouts
import Quickshell
import Quickshell.Wayland

ShellRoot {
Variants {
// Create the panel once on each monitor.
model: Quickshell.screens

	PanelWindow {
		id: w

		property var modelData
		screen: modelData

		anchors {
			right: true
			bottom: true
		}

		margins {
			right: 50
			bottom: 50
		}

		implicitWidth: content.width
		implicitHeight: content.height

		color: "transparent"

		// Give the window an empty click mask so all clicks pass through it.
		mask: Region {}

		// Use the wlroots specific layer property to ensure it displays over
		// fullscreen windows.
		WlrLayershell.layer: WlrLayer.Overlay

		ColumnLayout {
			id: content

			Text {
				text: "Activate Linux"
				color: "#50ffffff"
				font.pointSize: 22
			}

			Text {
				text: "Go to Settings to activate Linux"
				color: "#50ffffff"
				font.pointSize: 14
			}
		}
	}
}

}

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