Running the zshell fails to load config - Artix #43

Closed
opened 2026-04-03 02:54:47 +02:00 by AramJonghu · 1 comment
Collaborator

Below the output. I believe this could be because of my attempt to change the default installation target via env variables and thus me making it harder than it is.

❯ qs -c /usr/etc/xdg/quickshell/zshell
  INFO: Launching config: "/usr/etc/xdg/quickshell/zshell/shell.qml"
  INFO: Shell ID: "fd71d1bafe04f138fe7864a9349ad645" Path ID "fd71d1bafe04f138fe7864a9349ad645"
  INFO: Saving logs to "/run/user/1000/quickshell/by-id/0gk8o7wct/log.qslog"
  WARN qt.qml.propertyCache.append: Member data of the object ClippingRectangle_QMLTYPE_95 overrides a member of the base object. Consider renaming it or adding final or override specifier
  WARN qt.qml.propertyCache.append: Member implicitWidth of the object ClippingWrapperRectangle_QMLTYPE_251 overrides a member of the base object. Consider renaming it or adding final or override specifier
  WARN qt.qml.propertyCache.append: Member implicitHeight of the object ClippingWrapperRectangle_QMLTYPE_251 overrides a member of the base object. Consider renaming it or adding final or override specifier
 ERROR: Failed to load configuration
 ERROR:   caused by @shell.qml[15:2]: Type Windows unavailable
 ERROR:   caused by @Drawers/Windows.qml[24:3]: Type Exclusions unavailable
 ERROR:   caused by @Drawers/Exclusions.qml[-1:-1]: Type Appearance unavailable
 ERROR:   caused by @Config/Appearance.qml[-1:-1]: Type Config unavailable
 ERROR:   caused by @Config/Config.qml[401:40]: Type AppearanceConf unavailable
 ERROR:   caused by @Config/AppearanceConf.qml[-1:-1]: Type DynamicColors unavailable
 ERROR:   caused by @Config/DynamicColors.qml[-1:-1]: Type FileUtils unavailable
 ERROR:   caused by @Helpers/FileUtils.qml[-1:-1]: Type GetIcons unavailable
 ERROR:   caused by @Helpers/GetIcons.qml[-1:-1]: Type HasNotifications unavailable
 ERROR:   caused by @Helpers/HasNotifications.qml[-1:-1]: Type Hypr unavailable
 ERROR:   caused by @Helpers/Hypr.qml[-1:-1]: Type Hyprsunset unavailable
 ERROR:   caused by @Helpers/Hyprsunset.qml[-1:-1]: Type Icons unavailable
 ERROR:   caused by @Helpers/Icons.qml[-1:-1]: Type IdleInhibitor unavailable
 ERROR:   caused by @Helpers/IdleInhibitor.qml[27:2]: IdleInhibitor is instantiated recursively
Below the output. I believe this could be because of my attempt to change the default installation target via env variables and thus me making it harder than it is. ``` ❯ qs -c /usr/etc/xdg/quickshell/zshell INFO: Launching config: "/usr/etc/xdg/quickshell/zshell/shell.qml" INFO: Shell ID: "fd71d1bafe04f138fe7864a9349ad645" Path ID "fd71d1bafe04f138fe7864a9349ad645" INFO: Saving logs to "/run/user/1000/quickshell/by-id/0gk8o7wct/log.qslog" WARN qt.qml.propertyCache.append: Member data of the object ClippingRectangle_QMLTYPE_95 overrides a member of the base object. Consider renaming it or adding final or override specifier WARN qt.qml.propertyCache.append: Member implicitWidth of the object ClippingWrapperRectangle_QMLTYPE_251 overrides a member of the base object. Consider renaming it or adding final or override specifier WARN qt.qml.propertyCache.append: Member implicitHeight of the object ClippingWrapperRectangle_QMLTYPE_251 overrides a member of the base object. Consider renaming it or adding final or override specifier ERROR: Failed to load configuration ERROR: caused by @shell.qml[15:2]: Type Windows unavailable ERROR: caused by @Drawers/Windows.qml[24:3]: Type Exclusions unavailable ERROR: caused by @Drawers/Exclusions.qml[-1:-1]: Type Appearance unavailable ERROR: caused by @Config/Appearance.qml[-1:-1]: Type Config unavailable ERROR: caused by @Config/Config.qml[401:40]: Type AppearanceConf unavailable ERROR: caused by @Config/AppearanceConf.qml[-1:-1]: Type DynamicColors unavailable ERROR: caused by @Config/DynamicColors.qml[-1:-1]: Type FileUtils unavailable ERROR: caused by @Helpers/FileUtils.qml[-1:-1]: Type GetIcons unavailable ERROR: caused by @Helpers/GetIcons.qml[-1:-1]: Type HasNotifications unavailable ERROR: caused by @Helpers/HasNotifications.qml[-1:-1]: Type Hypr unavailable ERROR: caused by @Helpers/Hypr.qml[-1:-1]: Type Hyprsunset unavailable ERROR: caused by @Helpers/Hyprsunset.qml[-1:-1]: Type Icons unavailable ERROR: caused by @Helpers/Icons.qml[-1:-1]: Type IdleInhibitor unavailable ERROR: caused by @Helpers/IdleInhibitor.qml[27:2]: IdleInhibitor is instantiated recursively ```
AramJonghu added the help wanted label 2026-04-03 02:54:47 +02:00
AramJonghu added this to the Zshell board project 2026-04-03 02:54:47 +02:00
Author
Collaborator

This is me being a dum dum. What I did find.

  • zshell does not launch on non git quickshell (initially, git version warns about using the wrong version).
  • zshell does not launch when not using a greeter or launching with dbus-run-session, though dbus-run-session from tty causes many other issues.
  • zshell works near completely with minor issues with sddm as the greeter. Many issues were actually resolved.

Realistically, the only odd thing is the install target on Artix, being /usr for some reason #42. Closing for now unless I find something actually wrong with the code.
@zach

This is me being a dum dum. What I did find. - zshell does not launch on non git quickshell (initially, git version warns about using the wrong version). - zshell does not launch when not using a greeter or launching with dbus-run-session, though dbus-run-session from tty causes many other issues. - zshell works near completely with minor issues with sddm as the greeter. Many issues were actually resolved. Realistically, the only odd thing is the install target on Artix, being /usr for some reason #42. Closing for now unless I find something actually wrong with the code. @zach
AramJonghu moved this to Done in Zshell board on 2026-04-03 23:14:52 +02:00
Sign in to join this conversation.