Search Criteria
Package Details: noctalia-qs 0.0.12-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/noctalia-qs.git (read-only, click to copy) |
|---|---|
| Package Base: | noctalia-qs |
| Description: | Custom fork of Quickshell powering Noctalia Shell |
| Upstream URL: | https://github.com/noctalia-dev/noctalia-qs |
| Licenses: | LGPL-3.0-only |
| Conflicts: | quickshell, quickshell-git |
| Provides: | quickshell, quickshell-git |
| Submitter: | noctalia-dev |
| Maintainer: | noctalia-dev |
| Last Packager: | noctalia-dev |
| Votes: | 8 |
| Popularity: | 3.87 |
| First Submitted: | 2026-02-20 15:32 (UTC) |
| Last Updated: | 2026-04-02 13:23 (UTC) |
Dependencies (24)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- jemalloc (jemalloc-gitAUR)
- libdrm (libdrm-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libpipewire (libpipewire-gitAUR, libpipewire-full-gitAUR, libpipewire-ldacAUR)
- libxcb (libxcb-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, mesa-rk35xx-gitAUR, mesa-minimal-gitAUR, mesa-nollvm-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-dlss-reflex-gitAUR, mesa-amber)
- pam (pam-selinuxAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- 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
- qt6-wayland
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- cli11 (cli11-compiledAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-ninja-symlinkAUR) (make)
- Show 4 more dependencies...
Required by (32)
- bms-shell (requires quickshell)
- bms-shell-bin (requires quickshell)
- caelestia-shell (requires quickshell-git)
- caelestia-shell-git (requires quickshell-git)
- deltatune-linux (requires quickshell)
- dms-shell-git (requires quickshell)
- dots-hyprland-fork-git (requires quickshell)
- dropdeck-git (requires quickshell)
- greetd-dms-greeter-git (requires quickshell)
- hyprchat (requires quickshell)
- hyprhalt (requires quickshell)
- hyprquickframe (requires quickshell)
- hyprquickframe-git (requires quickshell)
- illogical-impulse-widgets-lite (requires quickshell-git)
- illogical-updots (requires quickshell)
- noctalia-shell
- noctalia-shell-git
- noctyra-meta (requires quickshell)
- noctyra-meta-git (requires quickshell-git)
- noon-apps (requires quickshell-git)
- Show 12 more...
Latest Comments
raizo commented on 2026-03-28 10:57 (UTC)
paru -S noctalia-qsfails for me with clang due to a PCH mismatch in PipeWire build:libpipewireadds-fno-strict-overflow/-fno-strict-aliasing, which appear on pipewire sources but not the shared PCH target.Workaround: build with
-D NO_PCH=ONSimonJ commented on 2026-03-12 06:55 (UTC) (edited on 2026-03-16 11:19 (UTC) by SimonJ)
Thank you, Name : noctalia-qs Version : 0.0.8-1
installed and the keepassxc icon is back :-)
EDIT: For anyone having issues with keepassxc, it seems if it starts too quickly the icon is not registered into the tray, a slight delay resolves this. I added a sleep 2 to the script and it all works perfectly.
crawler-jondy commented on 2026-03-11 05:45 (UTC)
For noctalia-qs-0.0.7 I had to add -D NO_PCH=ON to the PKGBUILD for it to build correctly
Jeff_WuYo commented on 2026-03-10 18:37 (UTC)
I have trouble compiling from using paru, but no problem compiling from source running ./bin/build.sh
SimonJ commented on 2026-03-10 15:00 (UTC) (edited on 2026-03-12 06:56 (UTC) by SimonJ)
I just did the update Name : noctalia-qs Version : 0.0.7-1
the keepassxc icon is missing from the tray, whether I have the drawer on or not, but it is still running and reopens without needing the password.
Is this something in my settings or did something change?
In case it is relevant Name : keepassxc Version : 2.7.11-1
EDIT: Fixed in Version : 0.0.8-1
noctalia-dev commented on 2026-03-08 03:56 (UTC)
should be good now.
d-air1 commented on 2026-03-08 03:08 (UTC)
Seems it is trying to upgrade to a nonexistent release.
powerfullz commented on 2026-02-26 16:31 (UTC)
Hi, the build fails due to a missing dependency.
I encountered the following CMake error during build: "Could not find a package configuration file provided by 'VulkanHeaders'"
Manually installing
vulkan-headersfixed the issue. Could you please addvulkan-headersto themakedependsarray?vic_acid commented on 2026-02-26 00:46 (UTC) (edited on 2026-02-26 02:52 (UTC) by vic_acid)
The build for v0.0.2 is failing with this error:
UPDATE: It looks like it's caused by one of my custom C/CXX flags in my makepkg.conf. Trying to track down which one it is. Works with the default flags in the core makepkg.conf.
UPDATE-2: The failure here was caused by the
-fno-delete-null-pointer-checksflag I'd added to my makepkg.conf. Just FYI for anyone else who may run into this. All should build without this flag.