Hi, xcursor-themes-1.0.1 does not create animation symlinks. E.g. in /usr/share/cursors/xorg-x11/redglass/cursors/ the following symlinks are missing: 08e8e1c95fe2fc01f976f1e063a24ccd -> left_ptr_watch arrow -> right_ptr cross_reverse -> cross crosshair -> cross draft_large -> right_ptr draft_small -> right_ptr plus -> cross tcross -> cross top_left_arrow -> left_ptr Initial bug report: http://bugs.gentoo.org/show_bug.cgi?id=116730
Sorry about the phenomenal bug spam, guys. Adding xorg-team@ to the QA contact so bugs don't get lost in future.
These appear to have been created by the CursorLinkTarget lines in the Imakefile - matching lines to install symlinks in the Makefile.am need to be added: % grep LinkTarget xc/programs/xcursorgen/redglass/Imakefile #define CursorLinkTarget(dst,src) @@\ CursorLinkTarget(arrow,right_ptr) CursorLinkTarget(cross_reverse,cross) CursorLinkTarget(crosshair,cross) CursorLinkTarget(draft_large,right_ptr) CursorLinkTarget(draft_small,right_ptr) CursorLinkTarget(plus,cross) CursorLinkTarget(tcross,cross) CursorLinkTarget(top_left_arrow,left_ptr) CursorLinkTarget(08e8e1c95fe2fc01f976f1e063a24ccd,left_ptr_watch)
http://patchwork.freedesktop.org/patch/13967/
Pushed to git master for next release, along with a few other patches to the makefiles: To ssh://git.freedesktop.org/git/xorg/data/cursors 9efb1bb..1e4c11e master -> master
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.