Summary: | xcursor-themes doesn't create animation symlinks | ||
---|---|---|---|
Product: | xorg | Reporter: | Paul Bredbury <brebs> |
Component: | Lib/Xcursor | Assignee: | Alan Coopersmith <alan.coopersmith> |
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | normal | ||
Priority: | high | Keywords: | love |
Version: | 7.0.0 | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | 2011BRB_Reviewed | ||
i915 platform: | i915 features: |
Description
Paul Bredbury
2006-04-02 22:47:59 UTC
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) 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.