@entailzwrapped I'm working on migrating this to official repos (as a dependency for dms-shell). There are a few other packages I need to get in order first (like the current -git only font dependencies) but this package is a major dependency. There are a few issues with this build I'll need to fix on migration, but would you mind if I jumped in and fixed them here now on the AUR to make sure everything else is ready to go without having to use my own forks in the mean time?
Search Criteria
Package Details: quickshell 0.2.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/quickshell.git (read-only, click to copy) |
---|---|
Package Base: | quickshell |
Description: | Flexible toolkit for making desktop shells with QtQuick |
Upstream URL: | https://git.outfoxxed.me/quickshell/quickshell |
Keywords: | bar hyprland qt qtquick wayland wlroots |
Licenses: | LGPL-3.0-only |
Submitter: | entailzwrapped |
Maintainer: | entailzwrapped |
Last Packager: | entailzwrapped |
Votes: | 42 |
Popularity: | 11.23 |
First Submitted: | 2024-06-02 19:58 (UTC) |
Last Updated: | 2025-10-13 17:03 (UTC) |
Dependencies (18)
- google-breakpadAUR (google-breakpad-gitAUR)
- jemalloc (jemalloc-gitAUR)
- libdrm (libdrm-gitAUR)
- libpipewire (libpipewire-gitAUR, libpipewire-full-gitAUR)
- libxcb (libxcb-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, vulkan-terakan-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-minimal-gitAUR, mesa-gitAUR, mesa-rk35xx-gitAUR, mesa-amber)
- qt6-base (qt6-base-gitAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR, qt6-base-hifpsAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-svg
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- cli11 (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-jobserverAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- qt6-shadertools (make)
- spirv-tools (spirv-tools-gitAUR) (make)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
Required by (8)
Sources (2)
alerque commented on 2025-10-14 22:06 (UTC)
basitali commented on 2025-10-13 14:34 (UTC)
if using yay
cd ~/.cache/yay/quickshell
# edit PKGBUILD and replace 0.2.0 with 0.2.1
updpkgsums
makepkg -si
Neurnia commented on 2025-10-12 00:52 (UTC)
@alerque The latest version is already released on their official github repo minutes ago. I think we can just wait for the AUR to update.
alerque commented on 2025-10-11 22:58 (UTC)
The recent QT rebuild that just landed in Arch seems to have broken this. Anybody have a work around to report?
yaoyun commented on 2025-08-07 14:34 (UTC) (edited on 2025-08-14 13:17 (UTC) by yaoyun)
Got repeating build failure, here's the complete log. Tried rebuilding google-breakpad and no use.
Update: Another try after cleaning all paru's cache worked!
ZerkerEOD commented on 2025-07-18 06:39 (UTC)
I updated, and then it broke.
I have tried linking my hypr and hyprland config directories to XDG_CONFIG_DIRS and still get the same error. This was working for weeks, and then after an update won't work.
◄ 1m39s ⋈┈◎ quickshell ⌂ 07:37
Could not find "default" config directory or shell.qml in any valid config path.
beeender commented on 2025-06-11 04:58 (UTC)
It is really weird that some source files are packed into the zst
file:
❯ tar -tvf quickshell-r571.2b01a75-1-x86_64.pkg.tar.zst
...
drwxr-xr-x root/root 0 2025-06-11 12:55 usr/src/ 12:55:37 [1003/7097]
drwxr-xr-x root/root 0 2025-06-11 12:55 usr/src/debug/
drwxr-xr-x root/root 0 2025-06-11 12:55 usr/src/debug/quickshell/
drwxr-xr-x root/root 0 2025-06-11 12:55 usr/src/debug/quickshell/quickshell/
drwxr-xr-x root/root 0 2025-06-11 12:55 usr/src/debug/quickshell/quickshell/build/
drwxr-xr-x root/root 0 2025-06-11 12:55 usr/src/debug/quickshell/quickshell/build/src/
drwxr-xr-x root/root 0 2025-06-11 12:55 usr/src/debug/quickshell/quickshell/build/src/core/
drwxr-xr-x root/root 0 2025-06-11 12:55 usr/src/debug/quickshell/quickshell/build/src/core/.qt/
drwxr-xr-x root/root 0 2025-06-11 12:55 usr/src/debug/quickshell/quickshell/build/src/core/.qt/rcc/
-rw-r--r-- root/root 4835 2025-06-11 12:55 usr/src/debug/quickshell/quickshell/build/src/core/.qt/rcc/qrc_qmake_Quickshell.cpp
-rw-r--r-- root/root 418 2025-06-11 12:55 usr/src/debug/quickshell/quickshell/build/src/core/.qt/rcc/qrc_qmake_Quickshell_init.cpp
...
-rw-r--r-- root/root 1333 2025-06-11 12:55 usr/src/debug/quickshell/quickshell/src/x11/util.cpp
-rw-r--r-- root/root 565 2025-06-11 12:55 usr/src/debug/quickshell/quickshell/src/x11/util.hpp
but running the cmake --install build
alone won't reproduce the problem.
entailzwrapped commented on 2025-05-13 22:43 (UTC)
If you are getting a compilation error please rebuild the google-breakpad package
entailzwrapped commented on 2025-03-24 19:18 (UTC)
Applied your patches @yvvki
Pinned Comments
entailzwrapped commented on 2025-05-13 22:43 (UTC)
If you are getting a compilation error please rebuild the google-breakpad package