Package Details: dms-shell-bin 1.2.2-1

Git Clone URL: https://aur.archlinux.org/dms-shell-bin.git (read-only, click to copy)
Package Base: dms-shell-bin
Description: Desktop shell for wayland compositors built with Quickshell & GO
Upstream URL: https://github.com/AvengeMedia/DankMaterialShell
Licenses: MIT
Conflicts: dms-shell, dms-shell-git
Provides: dms-shell
Submitter: bbedward
Maintainer: bbedward (Purian23)
Last Packager: bbedward
Votes: 14
Popularity: 6.56
First Submitted: 2025-10-03 20:28 (UTC)
Last Updated: 2026-01-14 13:09 (UTC)

Dependencies (9)

Required by (2)

Sources (8)

Latest Comments

bbedward commented on 2025-10-14 00:40 (UTC)

It was inadvertently removed from the GH workflow, but should be restored in v0.1.14 package

gui2604 commented on 2025-10-14 00:07 (UTC) (edited on 2025-10-14 00:13 (UTC) by gui2604)

Hi! The current PKGBUILD for version 0.1.13 seems to fail during the package() step because the binary file name or path doesn’t match what’s downloaded from the new release.

 # install -Dm755 "${srcdir}/bin/dms-distropkg" "$pkgdir/usr/bin/dms" # doesn't exist
 install -Dm755 "${srcdir}/bin/dms" "$pkgdir/usr/bin/dms" # i replaced with this  to work       

https://github.com/AvengeMedia/DankMaterialShell/commit/a17343f40e2c2788d775aef08e55f73ce6e20ae2

Thanks for maintaining this package

claymorwan commented on 2025-10-13 13:06 (UTC) (edited on 2025-10-18 17:35 (UTC) by claymorwan)

u could add a systemd service to start the shell, i've made one that works: file named dms.service

[Unit]
Description=DankMaterialShell
PartOf=graphical-session.target
After=graphical-session.target

[Service]
ExecStart=/usr/bin/dms run
Restart=on-failure
RestartSec=1

[Install]
WantedBy=graphical-session.target

u can install it in "$pkgdir"/usr/lib/systemd/user/ u can also add it to the dms-shell-git package