Errornointernet/quickshell

Description

Upstream: https://github.com/outfoxxed/quickshell Flexbile QtQuick based desktop shell toolkit for Wayland and X11

Installation Instructions

sudo dnf copr enable errornointernet/quickshell sudo dnf install quickshell

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

* Total number of downloaded packages.


This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/errornointernet/quickshell

thank you for creating this COPR.
on fedora 42 i am getting this error:

❯ quickshell
quickshell: symbol lookup error: quickshell: undefined symbol: _ZN15QtWaylandClient17QWaylandShmBufferC1EPNS_15QWaylandDisplayERK5QSizeN6QImage6FormatEd, version Qt_6.9_PRIVATE_API

any pointers to resolve?

Getting the same as of yesterday. Seems to coincide with a QT update?

That’s correct. Per the quickshell installation doc on their site, this sometimes happens when Qt updates. It’s only discussed in the context of the AUR though, not Copr.

I manually built the RPM with the breakpad packages from this same Copr, and it works now.

1 Like

I’m having problems when using solopasha’s Hyprland COPR and Errornointernet’s quickshell repo side-by-side. I already installed Hyprland and when I want to install quickshell I get this error:

error: Could not depsolve transaction; 1 problem detected:
 Problem: conflicting requests
  - package quickshell-0.2.1-4.fc43.x86_64 from copr:copr.fedorainfracloud.org:errornointernet:quickshell requires libQt6Gui.so.6(Qt_6.10_PRIVATE_API)(64bit), but none of the providers can be installed
  - package quickshell-0.2.1-4.fc43.x86_64 from copr:copr.fedorainfracloud.org:errornointernet:quickshell requires libQt6WaylandClient.so.6(Qt_6.10_PRIVATE_API)(64bit), but none of the providers can be installed
  - cannot install both qt6-qtbase-gui-6.9.2-1.fc43.x86_64 from fedora and qt6-qtbase-gui-6.10.0-3.fc43.x86_64 from updates
  - cannot install both qt6-qtbase-gui-6.10.0-2.fc43.x86_64 from updates-archive and qt6-qtbase-gui-6.9.2-1.fc43.x86_64 from fedora
  - cannot install both qt6-qtbase-gui-6.10.0-3.fc43.x86_64 from updates-archive and qt6-qtbase-gui-6.9.2-1.fc43.x86_64 from fedora
  - package hyprqt6engine-0.1.0-6.fc43.x86_64 from copr:copr.fedorainfracloud.org:solopasha:hyprland requires libQt6Gui.so.6(Qt_6.9_PRIVATE_API)(64bit), but none of the providers can be installed
  - package hyprqt6engine-0.1.0-6.fc43.x86_64 from copr:copr.fedorainfracloud.org:solopasha:hyprland requires libQt6Widgets.so.6(Qt_6.9_PRIVATE_API)(64bit), but none of the providers can be installed

The hyprland package requires an older version of some Qt-related dependencies than quickshell does. It’ll be resolved when the package is rebuilt.

1 Like