Bug 6466 - xcursor-themes doesn't create animation symlinks
Summary: xcursor-themes doesn't create animation symlinks
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Lib/Xcursor (show other bugs)
Version: 7.0.0
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Alan Coopersmith
QA Contact: Xorg Project Team
URL:
Whiteboard: 2011BRB_Reviewed
Keywords: love
Depends on:
Blocks:
 
Reported: 2006-04-02 22:47 UTC by Paul Bredbury
Modified: 2013-07-06 03:59 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Paul Bredbury 2006-04-02 22:47:59 UTC
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
Comment 1 Daniel Stone 2007-02-27 01:31:23 UTC
Sorry about the phenomenal bug spam, guys.  Adding xorg-team@ to the QA contact so bugs don't get lost in future.
Comment 2 Alan Coopersmith 2009-09-01 08:05:22 UTC
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)
Comment 3 Alan Coopersmith 2013-07-03 03:11:13 UTC
http://patchwork.freedesktop.org/patch/13967/
Comment 4 Alan Coopersmith 2013-07-06 03:59:49 UTC
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.