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.
Description
The Quickshell shell fails to start with error:
System Information
quickshell-corepluginfile is missing from the packageExpected 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/qmldirreferencesquickshell-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 ...Suggested Fix
The
quickshell-corepluginfile needs to be included in the quickshell package.