Skip to content

Quickshell module not found - missing quickshell-coreplugin #10512

Description

@bafplus

Description

The Quickshell shell fails to start with error:

module "Quickshell" plugin "quickshell-coreplugin" not found

System Information

  • Quickshell version: 0.3.1-1
  • The quickshell-coreplugin file is missing from the package

Expected Behavior

The shell should start normally with all plugins loading correctly.

Actual Behavior

The shell fails to start because the required Quickshell module is missing.

Analysis

The qmldir file at /usr/lib/qt6/qml/Quickshell/qmldir references quickshell-coreplugin, but this file does not exist in the package.

$ ls -la /usr/lib/qt6/qml/Quickshell/
total 64
drwxr-xr-x 1 root root   228 Sep  6 19:04 .
drwxr-xr-x 1 root root   386 Aug 25 21:59 ..
...
-rw-r--r-- 1 root root   264 Aug 21 09:15 qmldir
-rw-r--r-- 1 root root 58613 Aug 21 09:15 quickshell-core.qmltypes
...
$ cat /usr/lib/qt6/qml/Quickshell/qmldir
module Quickshell
linktarget quickshell-coreplugin
optional plugin quickshell-coreplugin
...

Suggested Fix

The quickshell-coreplugin file needs to be included in the quickshell package.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions