Package Details: xcursor-dmz 0.4.5-2

Git Clone URL: https://aur.archlinux.org/xcursor-dmz.git (read-only, click to copy)
Package Base: xcursor-dmz
Description: Style neutral, scalable cursor theme
Upstream URL: https://packages.debian.org/sid/dmz-cursor-theme
Keywords: theme x11 xcursor
Licenses: MIT
Groups: x11
Submitter: None
Maintainer: j_4321
Last Packager: j_4321
Votes: 12
Popularity: 0.000000
First Submitted: 2015-08-20 20:51 (UTC)
Last Updated: 2023-01-10 15:38 (UTC)

Latest Comments

j_4321 commented on 2023-01-10 15:39 (UTC) (edited on 2023-01-10 15:40 (UTC) by j_4321)

Thanks for fixing this @zuckerschnecke, I have patched the package.

zuckerschnecke commented on 2023-01-07 17:25 (UTC) (edited on 2023-01-07 17:26 (UTC) by zuckerschnecke)

Thanks for posting this. Unfortunately, a few aliases are missing, so some cursors fall back to the default theme. If you want to fix this you can add the following links to the PKGBUILD:

ln -s "dnd-link" "alias"
ln -s "sb_h_double_arrow" "col-resize"
ln -s "left_ptr" "default"
ln -s "right_side" "e-resize"
ln -s "sb_h_double_arrow" "ew-resize"
ln -s "hand1" "grab"
ln -s "top_right_corner" "ne-resize"
ln -s "fd_double_arrow" "nesw-resize"
ln -s "crossed_circle" "not-allowed"
ln -s "top_side" "n-resize"
ln -s "sb_v_double_arrow" "ns-resize"
ln -s "top_left_corner" "nw-resize"
ln -s "bd_double_arrow" "nwse-resize"
ln -s "hand2" "openhand"
ln -s "hand2" "pointer"
ln -s "left_ptr_watch" "progress"
ln -s "sb_v_double_arrow" "row-resize"
ln -s "bottom_right_corner" "se-resize"
ln -s "fd_double_arrow" "size_bdiag"
ln -s "bd_double_arrow" "size_fdiag"
ln -s "h_double_arrow" "size_hor"
ln -s "v_double_arrow" "size_ver"
ln -s "bottom_side" "s-resize"
ln -s "bottom_left_corner" "sw-resize"
ln -s "xterm" "text"
ln -s "watch" "wait"
ln -s "left_side" "w-resize"

Otherwise I'll create a new package if you wish to keep this one 100% upstream.