Bug 273936 - The Oxygen cursor themes aren't scalable
Summary: The Oxygen cursor themes aren't scalable
Status: RESOLVED FIXED
Alias: None
Product: Oxygen
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Hugo Pereira Da Costa
URL:
Keywords:
Depends on: 90444
Blocks: 272266
  Show dependency treegraph
 
Reported: 2011-05-23 09:10 UTC by Lukas Sommer
Modified: 2011-11-11 15:36 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.8


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Sommer 2011-05-23 09:10:58 UTC
Version:           unspecified (using Devel) 
OS:                Linux

The Oxygen cursor themes aren't scalable


Reproducible: Always

Steps to Reproduce:
Change the DPI of your display.

Actual Results:  
The Oxygen cursor theme doesn't adopt its size.

Expected Results:  
The Oxygen cursor theme should adopt its size.

Additional Information:
After taking a look at kde-workspace/cursors/src/ it seems to me that this could be solved by some changes to the build system, enabling pseudo-scalable (multi-size) cursor themes. If you are interested, I could come up with a patch.
Comment 1 Lukas Sommer 2011-05-23 09:11:24 UTC
This is a spin-off bug of Bug 272266
Comment 2 Christoph Feck 2011-05-25 21:13:38 UTC
This probably isn't specific to Oxygen cursors, so I am reassigning to more proper place. Additionally, I am interested in the patch :)
Comment 3 Christoph Feck 2011-05-25 21:16:59 UTC
Probably a duplicate of bug 90444.
Comment 4 Lukas Sommer 2011-05-26 13:54:37 UTC
> Probably a duplicate of bug 90444.

Hm, I think this is a different task.

As far as I know, there is no way to have a really scalable cursor theme in X (using vector graphics). All cursor themes are raster graphics. However, the X cursor themes can contain cursors in more than only one size. For example, the DMZ cursor theme that comes with openSUSE contains all cursors in the sizes 24x24, 32x32 and 48x48. If you choose this theme, than the Xcursor library will choose automatically which size is uses. Xcursor seems to relay on the Xft font size to decide this.

I don't know if there is a way to "scale" the raster images automatically. However, it is possible to set a prefered size, and Xcursor will choose from the available sizes the size that is closed to this value (e.g. with XcursorSetDefaultSize, see http://www.xfree86.org/4.3.0/Xcursor.3.html). I assume bug 90444 is about that.

But this bug is about making the Oxygen cursor themes to contain various pixel sizes instead of only one size, so that the correct size can be choosed.
Comment 5 Christoph Feck 2011-05-26 13:58:41 UTC
Thanks for the investigations. I didn't know cursor themes can contain multiple sizes. If Oxygen cursors could contain those, it indeed needs to be fixed there. Moving back.
Comment 6 pinheiro 2011-05-26 14:26:07 UTC
Repeat after me.... scalable graphics are not realy scalable......
I get to say this at least once every week.

Scalability is somthing that is realy not that simple... example an outline should be 1 pixel dosent mater if the pixmap is 16x16 or 256x26 the outline or beter a contrast pixel should be 1 pixel....
so to make realy sacalable cursors one ould need to create several pixmaps and joining vector files...

So unless some one is interested in making those (I'm not) i dont see a solution to this..
any other type of render from the svg's will result in prety poor blury results...


svg's are scalable, but your screen's pixels are not :)
Comment 7 Lukas Sommer 2011-05-27 09:09:28 UTC
Okay, I repeat it: Scalable graphics are not realy scalable! ;-)

And: No, I can't make the missing cursors; I'm not an artist. I'm sorry.

However: Actually Oxygen provides the cursor theme for each color in two sizes: "normal" (24 px, 90 dpi in the build system) and "big" (48 px, 180 dpi in the build system). We could make a pseudo-scalable cursor theme that contains this two (yet existing and well-done) sizes. Okay, this are only two different sizes, but many other scalable themes also come with only two or three sizes. (We could maybe add 72 px, 270 dpi - which is a multiple of the 24 px base size?)
Comment 8 pinheiro 2011-05-27 10:49:01 UTC
ok :D 
Ruphy might help in this, he did most of the work.
Comment 9 Lukas Sommer 2011-05-27 13:24:46 UTC
Okay, I will take a look to the build scripts.

How should I organize this?

1) Should we push all sizes into only one cursor theme for each color (and dropping the "big" theme)? This way, everyone currently using the normal theme will automatically get a multi-size theme.

2) Or should we maintain "normal" and "big" and add a third "multi-size" theme? (This will waste more disk space, but makes possible that the user can override the automatic size choice while bug 90444 isn't fixed.)

IMHO the second option is bad; for each cursor there should be only one theme like in the first option, relaying on Xcursor to choose the best size and maybe fix bug 90444 to force a specific size.

For which option should I go?
Comment 10 Hugo Pereira Da Costa 2011-05-27 13:35:25 UTC
I'd vote for 1/ too, but *only if* bug 90444 gets fixed. (and someone has to volunteer for that). Otherwise, 2/ is the only acceptable choice, IMO.

Note: trunk is currently frozen for kde4.7 release cycle. Will be until 4.7 is tagged. Changes to cursor themes should apply to 4.8, not before (since its a new feature, not an actual bug fix). 

This does not apply to fixing bug 90444 though.
Comment 11 Lukas Sommer 2011-05-27 16:44:09 UTC
Okay. I will take a look to bug 90444.
Comment 12 Lukas Sommer 2011-09-18 08:27:08 UTC
Review request: http://git.reviewboard.kde.org/r/102524/
Comment 13 Lukas Sommer 2011-11-11 15:36:03 UTC
Git commit 53ee0ea0397e6f08b0a9ab2580a434e46b408c22 by Lukas Sommer.
Committed on 11/11/2011 at 16:25.
Pushed by sommer into branch 'master'.

Make Oxygen mouse cursors (pseudo) scalable

This patch makes the mouse cursor themes that KDE provides pseudo
scalable. This means that it removes the "big" themes. Instead of this,
it provides only 1 theme per color. This theme is a multi-size theme.
It contains coursers in 24 (old "normal" size), 48 (old "big" size)
and 72 (new size).

At the same time, it substitutes the duplicate curser images (there
were many of them) by symbolic links to save memory. This way, the
file size of the themes is (even with adding the "72" size) decreased.

The patch modifies kde-workspace/cursors/src which provides the sources
that produce the binary image files.

The patch also modifies the (binary) themes in kde-workspace/cursors
directly.

I hope that GIT manages well all the binary stuff and the symbolic
links ...
BUG: 273936
FIXED-IN: 4.8
REVIEW: 102524

M  +0    -5    cursors/CMakeLists.txt
T  +-    --    cursors/Oxygen_Black/cursors/00000000000000020006000e7e9ffc3f
T  +-    --    cursors/Oxygen_Black/cursors/00008160000006810000408080010102
T  +-    --    cursors/Oxygen_Black/cursors/03b6e0fcb3499374a867c041f52298f0
T  +-    --    cursors/Oxygen_Black/cursors/08e8e1c95fe2fc01f976f1e063a24ccd
T  +-    --    cursors/Oxygen_Black/cursors/1081e37283d90000800003c07f3ef6bf
T  +-    --    cursors/Oxygen_Black/cursors/3085a0e285430894940527032f8b26df
T  +-    --    cursors/Oxygen_Black/cursors/3ecb610c1bf2410f44200f48c40d3599
T  +-    --    cursors/Oxygen_Black/cursors/4498f0e0c1937ffe01fd06f973665830
T  +-    --    cursors/Oxygen_Black/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408
T  +-    --    cursors/Oxygen_Black/cursors/6407b0e94181790501fd1e167b474872
T  +-    --    cursors/Oxygen_Black/cursors/640fb0e74195791501fd1ed57b41487f
T  +-    --    cursors/Oxygen_Black/cursors/9081237383d90e509aa00f00170e968f
T  +-    --    cursors/Oxygen_Black/cursors/9d800788f1b08800ae810202380a0822
M  +-    --    cursors/Oxygen_Black/cursors/X_cursor
T  +-    --    cursors/Oxygen_Black/cursors/a2a266d0498c3104214a47bd64ab0fc8
T  +-    --    cursors/Oxygen_Black/cursors/alias
T  +-    --    cursors/Oxygen_Black/cursors/all-scroll
T  +-    --    cursors/Oxygen_Black/cursors/b66166c04f8c3109214a4fbd64a50fc8
M  +-    --    cursors/Oxygen_Black/cursors/circle
M  +-    --    cursors/Oxygen_Black/cursors/closedhand
T  +-    --    cursors/Oxygen_Black/cursors/col-resize
M  +-    --    cursors/Oxygen_Black/cursors/color-picker
M  +-    --    cursors/Oxygen_Black/cursors/copy
M  +-    --    cursors/Oxygen_Black/cursors/cross
T  +-    --    cursors/Oxygen_Black/cursors/crossed_circle
T  +-    --    cursors/Oxygen_Black/cursors/d9ce0ab605698f320427677b458ad60b
T  +-    --    cursors/Oxygen_Black/cursors/dnd-copy
T  +-    --    cursors/Oxygen_Black/cursors/dnd-link
T  +-    --    cursors/Oxygen_Black/cursors/dnd-move
T  +-    --    cursors/Oxygen_Black/cursors/dnd-no-drop
T  +-    --    cursors/Oxygen_Black/cursors/dnd-none
T  +-    --    cursors/Oxygen_Black/cursors/e-resize
T  +-    --    cursors/Oxygen_Black/cursors/e29285e634086352946a0e7090d73106
T  +-    --    cursors/Oxygen_Black/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff
M  +-    --    cursors/Oxygen_Black/cursors/fleur
M  +-    --    cursors/Oxygen_Black/cursors/forbidden
M  +-    --    cursors/Oxygen_Black/cursors/half-busy
T  +-    --    cursors/Oxygen_Black/cursors/hand1
T  +-    --    cursors/Oxygen_Black/cursors/hand2
M  +-    --    cursors/Oxygen_Black/cursors/help
T  +-    --    cursors/Oxygen_Black/cursors/ibeam
M  +-    --    cursors/Oxygen_Black/cursors/left_ptr
T  +-    --    cursors/Oxygen_Black/cursors/left_ptr_watch
M  +-    --    cursors/Oxygen_Black/cursors/link
T  +-    --    cursors/Oxygen_Black/cursors/move
T  +-    --    cursors/Oxygen_Black/cursors/n-resize
T  +-    --    cursors/Oxygen_Black/cursors/not-allowed
M  +-    --    cursors/Oxygen_Black/cursors/openhand
M  +-    --    cursors/Oxygen_Black/cursors/pencil
M  +-    --    cursors/Oxygen_Black/cursors/pirate
M  +-    --    cursors/Oxygen_Black/cursors/plus
T  +-    --    cursors/Oxygen_Black/cursors/pointer
M  +-    --    cursors/Oxygen_Black/cursors/pointing_hand
T  +-    --    cursors/Oxygen_Black/cursors/progress
T  +-    --    cursors/Oxygen_Black/cursors/question_arrow
T  +-    --    cursors/Oxygen_Black/cursors/row-resize
T  +-    --    cursors/Oxygen_Black/cursors/s-resize
T  +-    --    cursors/Oxygen_Black/cursors/sb_h_double_arrow
T  +-    --    cursors/Oxygen_Black/cursors/sb_v_double_arrow
T  +-    --    cursors/Oxygen_Black/cursors/size_all
M  +-    --    cursors/Oxygen_Black/cursors/size_bdiag
M  +-    --    cursors/Oxygen_Black/cursors/size_fdiag
M  +-    --    cursors/Oxygen_Black/cursors/size_hor
M  +-    --    cursors/Oxygen_Black/cursors/size_ver
M  +-    --    cursors/Oxygen_Black/cursors/split_h
M  +-    --    cursors/Oxygen_Black/cursors/split_v
T  +-    --    cursors/Oxygen_Black/cursors/text
M  +-    --    cursors/Oxygen_Black/cursors/up_arrow
T  +-    --    cursors/Oxygen_Black/cursors/v_double_arrow
T  +-    --    cursors/Oxygen_Black/cursors/w-resize
M  +-    --    cursors/Oxygen_Black/cursors/wait
T  +-    --    cursors/Oxygen_Black/cursors/watch
T  +-    --    cursors/Oxygen_Black/cursors/whats_this
M  +-    --    cursors/Oxygen_Black/cursors/xterm
D  +-    --    cursors/Oxygen_Black_Big/cursors/00000000000000020006000e7e9ffc3f
D  +-    --    cursors/Oxygen_Black_Big/cursors/00008160000006810000408080010102
D  +-    --    cursors/Oxygen_Black_Big/cursors/03b6e0fcb3499374a867c041f52298f0
D  +-    --    cursors/Oxygen_Black_Big/cursors/08e8e1c95fe2fc01f976f1e063a24ccd
D  +-    --    cursors/Oxygen_Black_Big/cursors/1081e37283d90000800003c07f3ef6bf
D  +-    --    cursors/Oxygen_Black_Big/cursors/3085a0e285430894940527032f8b26df
D  +-    --    cursors/Oxygen_Black_Big/cursors/3ecb610c1bf2410f44200f48c40d3599
D  +-    --    cursors/Oxygen_Black_Big/cursors/4498f0e0c1937ffe01fd06f973665830
D  +-    --    cursors/Oxygen_Black_Big/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408
D  +-    --    cursors/Oxygen_Black_Big/cursors/6407b0e94181790501fd1e167b474872
D  +-    --    cursors/Oxygen_Black_Big/cursors/640fb0e74195791501fd1ed57b41487f
D  +-    --    cursors/Oxygen_Black_Big/cursors/9081237383d90e509aa00f00170e968f
D  +-    --    cursors/Oxygen_Black_Big/cursors/9d800788f1b08800ae810202380a0822
D  +-    --    cursors/Oxygen_Black_Big/cursors/X_cursor
D  +-    --    cursors/Oxygen_Black_Big/cursors/a2a266d0498c3104214a47bd64ab0fc8
D  +-    --    cursors/Oxygen_Black_Big/cursors/alias
D  +-    --    cursors/Oxygen_Black_Big/cursors/all-scroll
D  +-    --    cursors/Oxygen_Black_Big/cursors/b66166c04f8c3109214a4fbd64a50fc8
D  +-    --    cursors/Oxygen_Black_Big/cursors/circle
D  +-    --    cursors/Oxygen_Black_Big/cursors/closedhand
D  +-    --    cursors/Oxygen_Black_Big/cursors/col-resize
D  +-    --    cursors/Oxygen_Black_Big/cursors/color-picker
D  +-    --    cursors/Oxygen_Black_Big/cursors/copy
D  +-    --    cursors/Oxygen_Black_Big/cursors/cross
D  +-    --    cursors/Oxygen_Black_Big/cursors/crossed_circle
D  +-    --    cursors/Oxygen_Black_Big/cursors/d9ce0ab605698f320427677b458ad60b
D  +-    --    cursors/Oxygen_Black_Big/cursors/dnd-copy
D  +-    --    cursors/Oxygen_Black_Big/cursors/dnd-link
D  +-    --    cursors/Oxygen_Black_Big/cursors/dnd-move
D  +-    --    cursors/Oxygen_Black_Big/cursors/dnd-no-drop
D  +-    --    cursors/Oxygen_Black_Big/cursors/dnd-none
D  +-    --    cursors/Oxygen_Black_Big/cursors/e-resize
D  +-    --    cursors/Oxygen_Black_Big/cursors/e29285e634086352946a0e7090d73106
D  +-    --    cursors/Oxygen_Black_Big/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff
D  +-    --    cursors/Oxygen_Black_Big/cursors/fleur
D  +-    --    cursors/Oxygen_Black_Big/cursors/forbidden
D  +-    --    cursors/Oxygen_Black_Big/cursors/half-busy
D  +-    --    cursors/Oxygen_Black_Big/cursors/hand1
D  +-    --    cursors/Oxygen_Black_Big/cursors/hand2
D  +-    --    cursors/Oxygen_Black_Big/cursors/help
D  +-    --    cursors/Oxygen_Black_Big/cursors/ibeam
D  +-    --    cursors/Oxygen_Black_Big/cursors/left_ptr
D  +-    --    cursors/Oxygen_Black_Big/cursors/left_ptr_watch
D  +-    --    cursors/Oxygen_Black_Big/cursors/link
D  +-    --    cursors/Oxygen_Black_Big/cursors/move
D  +-    --    cursors/Oxygen_Black_Big/cursors/n-resize
D  +-    --    cursors/Oxygen_Black_Big/cursors/not-allowed
D  +-    --    cursors/Oxygen_Black_Big/cursors/openhand
D  +-    --    cursors/Oxygen_Black_Big/cursors/pencil
D  +-    --    cursors/Oxygen_Black_Big/cursors/pirate
D  +-    --    cursors/Oxygen_Black_Big/cursors/plus
D  +-    --    cursors/Oxygen_Black_Big/cursors/pointer
D  +-    --    cursors/Oxygen_Black_Big/cursors/pointing_hand
D  +-    --    cursors/Oxygen_Black_Big/cursors/progress
D  +-    --    cursors/Oxygen_Black_Big/cursors/question_arrow
D  +-    --    cursors/Oxygen_Black_Big/cursors/row-resize
D  +-    --    cursors/Oxygen_Black_Big/cursors/s-resize
D  +-    --    cursors/Oxygen_Black_Big/cursors/sb_h_double_arrow
D  +-    --    cursors/Oxygen_Black_Big/cursors/sb_v_double_arrow
D  +-    --    cursors/Oxygen_Black_Big/cursors/size_all
D  +-    --    cursors/Oxygen_Black_Big/cursors/size_bdiag
D  +-    --    cursors/Oxygen_Black_Big/cursors/size_fdiag
D  +-    --    cursors/Oxygen_Black_Big/cursors/size_hor
D  +-    --    cursors/Oxygen_Black_Big/cursors/size_ver
D  +-    --    cursors/Oxygen_Black_Big/cursors/split_h
D  +-    --    cursors/Oxygen_Black_Big/cursors/split_v
D  +-    --    cursors/Oxygen_Black_Big/cursors/text
D  +-    --    cursors/Oxygen_Black_Big/cursors/up_arrow
D  +-    --    cursors/Oxygen_Black_Big/cursors/v_double_arrow
D  +-    --    cursors/Oxygen_Black_Big/cursors/w-resize
D  +-    --    cursors/Oxygen_Black_Big/cursors/wait
D  +-    --    cursors/Oxygen_Black_Big/cursors/watch
D  +-    --    cursors/Oxygen_Black_Big/cursors/whats_this
D  +-    --    cursors/Oxygen_Black_Big/cursors/xterm
D  +0    -3    cursors/Oxygen_Black_Big/index.theme
T  +-    --    cursors/Oxygen_Blue/cursors/00000000000000020006000e7e9ffc3f
T  +-    --    cursors/Oxygen_Blue/cursors/00008160000006810000408080010102
T  +-    --    cursors/Oxygen_Blue/cursors/03b6e0fcb3499374a867c041f52298f0
T  +-    --    cursors/Oxygen_Blue/cursors/08e8e1c95fe2fc01f976f1e063a24ccd
T  +-    --    cursors/Oxygen_Blue/cursors/1081e37283d90000800003c07f3ef6bf
T  +-    --    cursors/Oxygen_Blue/cursors/3085a0e285430894940527032f8b26df
T  +-    --    cursors/Oxygen_Blue/cursors/3ecb610c1bf2410f44200f48c40d3599
T  +-    --    cursors/Oxygen_Blue/cursors/4498f0e0c1937ffe01fd06f973665830
T  +-    --    cursors/Oxygen_Blue/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408
T  +-    --    cursors/Oxygen_Blue/cursors/6407b0e94181790501fd1e167b474872
T  +-    --    cursors/Oxygen_Blue/cursors/640fb0e74195791501fd1ed57b41487f
T  +-    --    cursors/Oxygen_Blue/cursors/9081237383d90e509aa00f00170e968f
T  +-    --    cursors/Oxygen_Blue/cursors/9d800788f1b08800ae810202380a0822
M  +-    --    cursors/Oxygen_Blue/cursors/X_cursor
T  +-    --    cursors/Oxygen_Blue/cursors/a2a266d0498c3104214a47bd64ab0fc8
T  +-    --    cursors/Oxygen_Blue/cursors/alias
T  +-    --    cursors/Oxygen_Blue/cursors/all-scroll
T  +-    --    cursors/Oxygen_Blue/cursors/b66166c04f8c3109214a4fbd64a50fc8
M  +-    --    cursors/Oxygen_Blue/cursors/circle
M  +-    --    cursors/Oxygen_Blue/cursors/closedhand
T  +-    --    cursors/Oxygen_Blue/cursors/col-resize
M  +-    --    cursors/Oxygen_Blue/cursors/color-picker
M  +-    --    cursors/Oxygen_Blue/cursors/copy
M  +-    --    cursors/Oxygen_Blue/cursors/cross
T  +-    --    cursors/Oxygen_Blue/cursors/crossed_circle
T  +-    --    cursors/Oxygen_Blue/cursors/d9ce0ab605698f320427677b458ad60b
T  +-    --    cursors/Oxygen_Blue/cursors/dnd-copy
T  +-    --    cursors/Oxygen_Blue/cursors/dnd-link
T  +-    --    cursors/Oxygen_Blue/cursors/dnd-move
T  +-    --    cursors/Oxygen_Blue/cursors/dnd-no-drop
T  +-    --    cursors/Oxygen_Blue/cursors/dnd-none
T  +-    --    cursors/Oxygen_Blue/cursors/e-resize
T  +-    --    cursors/Oxygen_Blue/cursors/e29285e634086352946a0e7090d73106
T  +-    --    cursors/Oxygen_Blue/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff
M  +-    --    cursors/Oxygen_Blue/cursors/fleur
M  +-    --    cursors/Oxygen_Blue/cursors/forbidden
M  +-    --    cursors/Oxygen_Blue/cursors/half-busy
T  +-    --    cursors/Oxygen_Blue/cursors/hand1
T  +-    --    cursors/Oxygen_Blue/cursors/hand2
M  +-    --    cursors/Oxygen_Blue/cursors/help
T  +-    --    cursors/Oxygen_Blue/cursors/ibeam
M  +-    --    cursors/Oxygen_Blue/cursors/left_ptr
T  +-    --    cursors/Oxygen_Blue/cursors/left_ptr_watch
M  +-    --    cursors/Oxygen_Blue/cursors/link
T  +-    --    cursors/Oxygen_Blue/cursors/move
T  +-    --    cursors/Oxygen_Blue/cursors/n-resize
T  +-    --    cursors/Oxygen_Blue/cursors/not-allowed
M  +-    --    cursors/Oxygen_Blue/cursors/openhand
M  +-    --    cursors/Oxygen_Blue/cursors/pencil
M  +-    --    cursors/Oxygen_Blue/cursors/pirate
M  +-    --    cursors/Oxygen_Blue/cursors/plus
T  +-    --    cursors/Oxygen_Blue/cursors/pointer
M  +-    --    cursors/Oxygen_Blue/cursors/pointing_hand
T  +-    --    cursors/Oxygen_Blue/cursors/progress
T  +-    --    cursors/Oxygen_Blue/cursors/question_arrow
T  +-    --    cursors/Oxygen_Blue/cursors/row-resize
T  +-    --    cursors/Oxygen_Blue/cursors/s-resize
T  +-    --    cursors/Oxygen_Blue/cursors/sb_h_double_arrow
T  +-    --    cursors/Oxygen_Blue/cursors/sb_v_double_arrow
T  +-    --    cursors/Oxygen_Blue/cursors/size_all
M  +-    --    cursors/Oxygen_Blue/cursors/size_bdiag
M  +-    --    cursors/Oxygen_Blue/cursors/size_fdiag
M  +-    --    cursors/Oxygen_Blue/cursors/size_hor
M  +-    --    cursors/Oxygen_Blue/cursors/size_ver
M  +-    --    cursors/Oxygen_Blue/cursors/split_h
M  +-    --    cursors/Oxygen_Blue/cursors/split_v
T  +-    --    cursors/Oxygen_Blue/cursors/text
M  +-    --    cursors/Oxygen_Blue/cursors/up_arrow
T  +-    --    cursors/Oxygen_Blue/cursors/v_double_arrow
T  +-    --    cursors/Oxygen_Blue/cursors/w-resize
M  +-    --    cursors/Oxygen_Blue/cursors/wait
T  +-    --    cursors/Oxygen_Blue/cursors/watch
T  +-    --    cursors/Oxygen_Blue/cursors/whats_this
M  +-    --    cursors/Oxygen_Blue/cursors/xterm
D  +-    --    cursors/Oxygen_Blue_Big/cursors/00000000000000020006000e7e9ffc3f
D  +-    --    cursors/Oxygen_Blue_Big/cursors/00008160000006810000408080010102
D  +-    --    cursors/Oxygen_Blue_Big/cursors/03b6e0fcb3499374a867c041f52298f0
D  +-    --    cursors/Oxygen_Blue_Big/cursors/08e8e1c95fe2fc01f976f1e063a24ccd
D  +-    --    cursors/Oxygen_Blue_Big/cursors/1081e37283d90000800003c07f3ef6bf
D  +-    --    cursors/Oxygen_Blue_Big/cursors/3085a0e285430894940527032f8b26df
D  +-    --    cursors/Oxygen_Blue_Big/cursors/3ecb610c1bf2410f44200f48c40d3599
D  +-    --    cursors/Oxygen_Blue_Big/cursors/4498f0e0c1937ffe01fd06f973665830
D  +-    --    cursors/Oxygen_Blue_Big/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408
D  +-    --    cursors/Oxygen_Blue_Big/cursors/6407b0e94181790501fd1e167b474872
D  +-    --    cursors/Oxygen_Blue_Big/cursors/640fb0e74195791501fd1ed57b41487f
D  +-    --    cursors/Oxygen_Blue_Big/cursors/9081237383d90e509aa00f00170e968f
D  +-    --    cursors/Oxygen_Blue_Big/cursors/9d800788f1b08800ae810202380a0822
D  +-    --    cursors/Oxygen_Blue_Big/cursors/X_cursor
D  +-    --    cursors/Oxygen_Blue_Big/cursors/a2a266d0498c3104214a47bd64ab0fc8
D  +-    --    cursors/Oxygen_Blue_Big/cursors/alias
D  +-    --    cursors/Oxygen_Blue_Big/cursors/all-scroll
D  +-    --    cursors/Oxygen_Blue_Big/cursors/b66166c04f8c3109214a4fbd64a50fc8
D  +-    --    cursors/Oxygen_Blue_Big/cursors/circle
D  +-    --    cursors/Oxygen_Blue_Big/cursors/closedhand
D  +-    --    cursors/Oxygen_Blue_Big/cursors/col-resize
D  +-    --    cursors/Oxygen_Blue_Big/cursors/color-picker
D  +-    --    cursors/Oxygen_Blue_Big/cursors/copy
D  +-    --    cursors/Oxygen_Blue_Big/cursors/cross
D  +-    --    cursors/Oxygen_Blue_Big/cursors/crossed_circle
D  +-    --    cursors/Oxygen_Blue_Big/cursors/d9ce0ab605698f320427677b458ad60b
D  +-    --    cursors/Oxygen_Blue_Big/cursors/dnd-copy
D  +-    --    cursors/Oxygen_Blue_Big/cursors/dnd-link
D  +-    --    cursors/Oxygen_Blue_Big/cursors/dnd-move
D  +-    --    cursors/Oxygen_Blue_Big/cursors/dnd-no-drop
D  +-    --    cursors/Oxygen_Blue_Big/cursors/dnd-none
D  +-    --    cursors/Oxygen_Blue_Big/cursors/e-resize
D  +-    --    cursors/Oxygen_Blue_Big/cursors/e29285e634086352946a0e7090d73106
D  +-    --    cursors/Oxygen_Blue_Big/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff
D  +-    --    cursors/Oxygen_Blue_Big/cursors/fleur
D  +-    --    cursors/Oxygen_Blue_Big/cursors/forbidden
D  +-    --    cursors/Oxygen_Blue_Big/cursors/half-busy
D  +-    --    cursors/Oxygen_Blue_Big/cursors/hand1
D  +-    --    cursors/Oxygen_Blue_Big/cursors/hand2
D  +-    --    cursors/Oxygen_Blue_Big/cursors/help
D  +-    --    cursors/Oxygen_Blue_Big/cursors/ibeam
D  +-    --    cursors/Oxygen_Blue_Big/cursors/left_ptr
D  +-    --    cursors/Oxygen_Blue_Big/cursors/left_ptr_watch
D  +-    --    cursors/Oxygen_Blue_Big/cursors/link
D  +-    --    cursors/Oxygen_Blue_Big/cursors/move
D  +-    --    cursors/Oxygen_Blue_Big/cursors/n-resize
D  +-    --    cursors/Oxygen_Blue_Big/cursors/not-allowed
D  +-    --    cursors/Oxygen_Blue_Big/cursors/openhand
D  +-    --    cursors/Oxygen_Blue_Big/cursors/pencil
D  +-    --    cursors/Oxygen_Blue_Big/cursors/pirate
D  +-    --    cursors/Oxygen_Blue_Big/cursors/plus
D  +-    --    cursors/Oxygen_Blue_Big/cursors/pointer
D  +-    --    cursors/Oxygen_Blue_Big/cursors/pointing_hand
D  +-    --    cursors/Oxygen_Blue_Big/cursors/progress
D  +-    --    cursors/Oxygen_Blue_Big/cursors/question_arrow
D  +-    --    cursors/Oxygen_Blue_Big/cursors/row-resize
D  +-    --    cursors/Oxygen_Blue_Big/cursors/s-resize
D  +-    --    cursors/Oxygen_Blue_Big/cursors/sb_h_double_arrow
D  +-    --    cursors/Oxygen_Blue_Big/cursors/sb_v_double_arrow
D  +-    --    cursors/Oxygen_Blue_Big/cursors/size_all
D  +-    --    cursors/Oxygen_Blue_Big/cursors/size_bdiag
D  +-    --    cursors/Oxygen_Blue_Big/cursors/size_fdiag
D  +-    --    cursors/Oxygen_Blue_Big/cursors/size_hor
D  +-    --    cursors/Oxygen_Blue_Big/cursors/size_ver
D  +-    --    cursors/Oxygen_Blue_Big/cursors/split_h
D  +-    --    cursors/Oxygen_Blue_Big/cursors/split_v
D  +-    --    cursors/Oxygen_Blue_Big/cursors/text
D  +-    --    cursors/Oxygen_Blue_Big/cursors/up_arrow
D  +-    --    cursors/Oxygen_Blue_Big/cursors/v_double_arrow
D  +-    --    cursors/Oxygen_Blue_Big/cursors/w-resize
D  +-    --    cursors/Oxygen_Blue_Big/cursors/wait
D  +-    --    cursors/Oxygen_Blue_Big/cursors/watch
D  +-    --    cursors/Oxygen_Blue_Big/cursors/whats_this
D  +-    --    cursors/Oxygen_Blue_Big/cursors/xterm
D  +0    -3    cursors/Oxygen_Blue_Big/index.theme
T  +-    --    cursors/Oxygen_White/cursors/00000000000000020006000e7e9ffc3f
T  +-    --    cursors/Oxygen_White/cursors/00008160000006810000408080010102
T  +-    --    cursors/Oxygen_White/cursors/03b6e0fcb3499374a867c041f52298f0
T  +-    --    cursors/Oxygen_White/cursors/08e8e1c95fe2fc01f976f1e063a24ccd
T  +-    --    cursors/Oxygen_White/cursors/1081e37283d90000800003c07f3ef6bf
T  +-    --    cursors/Oxygen_White/cursors/3085a0e285430894940527032f8b26df
T  +-    --    cursors/Oxygen_White/cursors/3ecb610c1bf2410f44200f48c40d3599
T  +-    --    cursors/Oxygen_White/cursors/4498f0e0c1937ffe01fd06f973665830
T  +-    --    cursors/Oxygen_White/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408
T  +-    --    cursors/Oxygen_White/cursors/6407b0e94181790501fd1e167b474872
T  +-    --    cursors/Oxygen_White/cursors/640fb0e74195791501fd1ed57b41487f
T  +-    --    cursors/Oxygen_White/cursors/9081237383d90e509aa00f00170e968f
T  +-    --    cursors/Oxygen_White/cursors/9d800788f1b08800ae810202380a0822
M  +-    --    cursors/Oxygen_White/cursors/X_cursor
T  +-    --    cursors/Oxygen_White/cursors/a2a266d0498c3104214a47bd64ab0fc8
T  +-    --    cursors/Oxygen_White/cursors/alias
T  +-    --    cursors/Oxygen_White/cursors/all-scroll
T  +-    --    cursors/Oxygen_White/cursors/b66166c04f8c3109214a4fbd64a50fc8
M  +-    --    cursors/Oxygen_White/cursors/circle
M  +-    --    cursors/Oxygen_White/cursors/closedhand
T  +-    --    cursors/Oxygen_White/cursors/col-resize
M  +-    --    cursors/Oxygen_White/cursors/color-picker
M  +-    --    cursors/Oxygen_White/cursors/copy
M  +-    --    cursors/Oxygen_White/cursors/cross
T  +-    --    cursors/Oxygen_White/cursors/crossed_circle
T  +-    --    cursors/Oxygen_White/cursors/d9ce0ab605698f320427677b458ad60b
T  +-    --    cursors/Oxygen_White/cursors/dnd-copy
T  +-    --    cursors/Oxygen_White/cursors/dnd-link
T  +-    --    cursors/Oxygen_White/cursors/dnd-move
T  +-    --    cursors/Oxygen_White/cursors/dnd-no-drop
T  +-    --    cursors/Oxygen_White/cursors/dnd-none
T  +-    --    cursors/Oxygen_White/cursors/e-resize
T  +-    --    cursors/Oxygen_White/cursors/e29285e634086352946a0e7090d73106
T  +-    --    cursors/Oxygen_White/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff
M  +-    --    cursors/Oxygen_White/cursors/fleur
M  +-    --    cursors/Oxygen_White/cursors/forbidden
M  +-    --    cursors/Oxygen_White/cursors/half-busy
T  +-    --    cursors/Oxygen_White/cursors/hand1
T  +-    --    cursors/Oxygen_White/cursors/hand2
M  +-    --    cursors/Oxygen_White/cursors/help
T  +-    --    cursors/Oxygen_White/cursors/ibeam
M  +-    --    cursors/Oxygen_White/cursors/left_ptr
T  +-    --    cursors/Oxygen_White/cursors/left_ptr_watch
M  +-    --    cursors/Oxygen_White/cursors/link
T  +-    --    cursors/Oxygen_White/cursors/move
T  +-    --    cursors/Oxygen_White/cursors/n-resize
T  +-    --    cursors/Oxygen_White/cursors/not-allowed
M  +-    --    cursors/Oxygen_White/cursors/openhand
M  +-    --    cursors/Oxygen_White/cursors/pencil
M  +-    --    cursors/Oxygen_White/cursors/pirate
M  +-    --    cursors/Oxygen_White/cursors/plus
T  +-    --    cursors/Oxygen_White/cursors/pointer
M  +-    --    cursors/Oxygen_White/cursors/pointing_hand
T  +-    --    cursors/Oxygen_White/cursors/progress
T  +-    --    cursors/Oxygen_White/cursors/question_arrow
T  +-    --    cursors/Oxygen_White/cursors/row-resize
T  +-    --    cursors/Oxygen_White/cursors/s-resize
T  +-    --    cursors/Oxygen_White/cursors/sb_h_double_arrow
T  +-    --    cursors/Oxygen_White/cursors/sb_v_double_arrow
T  +-    --    cursors/Oxygen_White/cursors/size_all
M  +-    --    cursors/Oxygen_White/cursors/size_bdiag
M  +-    --    cursors/Oxygen_White/cursors/size_fdiag
M  +-    --    cursors/Oxygen_White/cursors/size_hor
M  +-    --    cursors/Oxygen_White/cursors/size_ver
M  +-    --    cursors/Oxygen_White/cursors/split_h
M  +-    --    cursors/Oxygen_White/cursors/split_v
T  +-    --    cursors/Oxygen_White/cursors/text
M  +-    --    cursors/Oxygen_White/cursors/up_arrow
T  +-    --    cursors/Oxygen_White/cursors/v_double_arrow
T  +-    --    cursors/Oxygen_White/cursors/w-resize
M  +-    --    cursors/Oxygen_White/cursors/wait
T  +-    --    cursors/Oxygen_White/cursors/watch
T  +-    --    cursors/Oxygen_White/cursors/whats_this
M  +-    --    cursors/Oxygen_White/cursors/xterm
D  +-    --    cursors/Oxygen_White_Big/cursors/00000000000000020006000e7e9ffc3f
D  +-    --    cursors/Oxygen_White_Big/cursors/00008160000006810000408080010102
D  +-    --    cursors/Oxygen_White_Big/cursors/03b6e0fcb3499374a867c041f52298f0
D  +-    --    cursors/Oxygen_White_Big/cursors/08e8e1c95fe2fc01f976f1e063a24ccd
D  +-    --    cursors/Oxygen_White_Big/cursors/1081e37283d90000800003c07f3ef6bf
D  +-    --    cursors/Oxygen_White_Big/cursors/3085a0e285430894940527032f8b26df
D  +-    --    cursors/Oxygen_White_Big/cursors/3ecb610c1bf2410f44200f48c40d3599
D  +-    --    cursors/Oxygen_White_Big/cursors/4498f0e0c1937ffe01fd06f973665830
D  +-    --    cursors/Oxygen_White_Big/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408
D  +-    --    cursors/Oxygen_White_Big/cursors/6407b0e94181790501fd1e167b474872
D  +-    --    cursors/Oxygen_White_Big/cursors/640fb0e74195791501fd1ed57b41487f
D  +-    --    cursors/Oxygen_White_Big/cursors/9081237383d90e509aa00f00170e968f
D  +-    --    cursors/Oxygen_White_Big/cursors/9d800788f1b08800ae810202380a0822
D  +-    --    cursors/Oxygen_White_Big/cursors/X_cursor
D  +-    --    cursors/Oxygen_White_Big/cursors/a2a266d0498c3104214a47bd64ab0fc8
D  +-    --    cursors/Oxygen_White_Big/cursors/alias
D  +-    --    cursors/Oxygen_White_Big/cursors/all-scroll
D  +-    --    cursors/Oxygen_White_Big/cursors/b66166c04f8c3109214a4fbd64a50fc8
D  +-    --    cursors/Oxygen_White_Big/cursors/circle
D  +-    --    cursors/Oxygen_White_Big/cursors/closedhand
D  +-    --    cursors/Oxygen_White_Big/cursors/col-resize
D  +-    --    cursors/Oxygen_White_Big/cursors/color-picker
D  +-    --    cursors/Oxygen_White_Big/cursors/copy
D  +-    --    cursors/Oxygen_White_Big/cursors/cross
D  +-    --    cursors/Oxygen_White_Big/cursors/crossed_circle
D  +-    --    cursors/Oxygen_White_Big/cursors/d9ce0ab605698f320427677b458ad60b
D  +-    --    cursors/Oxygen_White_Big/cursors/dnd-copy
D  +-    --    cursors/Oxygen_White_Big/cursors/dnd-link
D  +-    --    cursors/Oxygen_White_Big/cursors/dnd-move
D  +-    --    cursors/Oxygen_White_Big/cursors/dnd-no-drop
D  +-    --    cursors/Oxygen_White_Big/cursors/dnd-none
D  +-    --    cursors/Oxygen_White_Big/cursors/e-resize
D  +-    --    cursors/Oxygen_White_Big/cursors/e29285e634086352946a0e7090d73106
D  +-    --    cursors/Oxygen_White_Big/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff
D  +-    --    cursors/Oxygen_White_Big/cursors/fleur
D  +-    --    cursors/Oxygen_White_Big/cursors/forbidden
D  +-    --    cursors/Oxygen_White_Big/cursors/half-busy
D  +-    --    cursors/Oxygen_White_Big/cursors/hand1
D  +-    --    cursors/Oxygen_White_Big/cursors/hand2
D  +-    --    cursors/Oxygen_White_Big/cursors/help
D  +-    --    cursors/Oxygen_White_Big/cursors/ibeam
D  +-    --    cursors/Oxygen_White_Big/cursors/left_ptr
D  +-    --    cursors/Oxygen_White_Big/cursors/left_ptr_watch
D  +-    --    cursors/Oxygen_White_Big/cursors/link
D  +-    --    cursors/Oxygen_White_Big/cursors/move
D  +-    --    cursors/Oxygen_White_Big/cursors/n-resize
D  +-    --    cursors/Oxygen_White_Big/cursors/not-allowed
D  +-    --    cursors/Oxygen_White_Big/cursors/openhand
D  +-    --    cursors/Oxygen_White_Big/cursors/pencil
D  +-    --    cursors/Oxygen_White_Big/cursors/pirate
D  +-    --    cursors/Oxygen_White_Big/cursors/plus
D  +-    --    cursors/Oxygen_White_Big/cursors/pointer
D  +-    --    cursors/Oxygen_White_Big/cursors/pointing_hand
D  +-    --    cursors/Oxygen_White_Big/cursors/progress
D  +-    --    cursors/Oxygen_White_Big/cursors/question_arrow
D  +-    --    cursors/Oxygen_White_Big/cursors/row-resize
D  +-    --    cursors/Oxygen_White_Big/cursors/s-resize
D  +-    --    cursors/Oxygen_White_Big/cursors/sb_h_double_arrow
D  +-    --    cursors/Oxygen_White_Big/cursors/sb_v_double_arrow
D  +-    --    cursors/Oxygen_White_Big/cursors/size_all
D  +-    --    cursors/Oxygen_White_Big/cursors/size_bdiag
D  +-    --    cursors/Oxygen_White_Big/cursors/size_fdiag
D  +-    --    cursors/Oxygen_White_Big/cursors/size_hor
D  +-    --    cursors/Oxygen_White_Big/cursors/size_ver
D  +-    --    cursors/Oxygen_White_Big/cursors/split_h
D  +-    --    cursors/Oxygen_White_Big/cursors/split_v
D  +-    --    cursors/Oxygen_White_Big/cursors/text
D  +-    --    cursors/Oxygen_White_Big/cursors/up_arrow
D  +-    --    cursors/Oxygen_White_Big/cursors/v_double_arrow
D  +-    --    cursors/Oxygen_White_Big/cursors/w-resize
D  +-    --    cursors/Oxygen_White_Big/cursors/wait
D  +-    --    cursors/Oxygen_White_Big/cursors/watch
D  +-    --    cursors/Oxygen_White_Big/cursors/whats_this
D  +-    --    cursors/Oxygen_White_Big/cursors/xterm
D  +0    -3    cursors/Oxygen_White_Big/index.theme
T  +-    --    cursors/Oxygen_Yellow/cursors/00000000000000020006000e7e9ffc3f
T  +-    --    cursors/Oxygen_Yellow/cursors/00008160000006810000408080010102
T  +-    --    cursors/Oxygen_Yellow/cursors/03b6e0fcb3499374a867c041f52298f0
T  +-    --    cursors/Oxygen_Yellow/cursors/08e8e1c95fe2fc01f976f1e063a24ccd
T  +-    --    cursors/Oxygen_Yellow/cursors/1081e37283d90000800003c07f3ef6bf
T  +-    --    cursors/Oxygen_Yellow/cursors/3085a0e285430894940527032f8b26df
T  +-    --    cursors/Oxygen_Yellow/cursors/3ecb610c1bf2410f44200f48c40d3599
T  +-    --    cursors/Oxygen_Yellow/cursors/4498f0e0c1937ffe01fd06f973665830
T  +-    --    cursors/Oxygen_Yellow/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408
T  +-    --    cursors/Oxygen_Yellow/cursors/6407b0e94181790501fd1e167b474872
T  +-    --    cursors/Oxygen_Yellow/cursors/640fb0e74195791501fd1ed57b41487f
T  +-    --    cursors/Oxygen_Yellow/cursors/9081237383d90e509aa00f00170e968f
T  +-    --    cursors/Oxygen_Yellow/cursors/9d800788f1b08800ae810202380a0822
M  +-    --    cursors/Oxygen_Yellow/cursors/X_cursor
T  +-    --    cursors/Oxygen_Yellow/cursors/a2a266d0498c3104214a47bd64ab0fc8
T  +-    --    cursors/Oxygen_Yellow/cursors/alias
T  +-    --    cursors/Oxygen_Yellow/cursors/all-scroll
T  +-    --    cursors/Oxygen_Yellow/cursors/b66166c04f8c3109214a4fbd64a50fc8
M  +-    --    cursors/Oxygen_Yellow/cursors/circle
M  +-    --    cursors/Oxygen_Yellow/cursors/closedhand
T  +-    --    cursors/Oxygen_Yellow/cursors/col-resize
M  +-    --    cursors/Oxygen_Yellow/cursors/color-picker
M  +-    --    cursors/Oxygen_Yellow/cursors/copy
M  +-    --    cursors/Oxygen_Yellow/cursors/cross
T  +-    --    cursors/Oxygen_Yellow/cursors/crossed_circle
T  +-    --    cursors/Oxygen_Yellow/cursors/d9ce0ab605698f320427677b458ad60b
T  +-    --    cursors/Oxygen_Yellow/cursors/dnd-copy
T  +-    --    cursors/Oxygen_Yellow/cursors/dnd-link
T  +-    --    cursors/Oxygen_Yellow/cursors/dnd-move
T  +-    --    cursors/Oxygen_Yellow/cursors/dnd-no-drop
T  +-    --    cursors/Oxygen_Yellow/cursors/dnd-none
T  +-    --    cursors/Oxygen_Yellow/cursors/e-resize
T  +-    --    cursors/Oxygen_Yellow/cursors/e29285e634086352946a0e7090d73106
T  +-    --    cursors/Oxygen_Yellow/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff
M  +-    --    cursors/Oxygen_Yellow/cursors/fleur
M  +-    --    cursors/Oxygen_Yellow/cursors/forbidden
M  +-    --    cursors/Oxygen_Yellow/cursors/half-busy
T  +-    --    cursors/Oxygen_Yellow/cursors/hand1
T  +-    --    cursors/Oxygen_Yellow/cursors/hand2
M  +-    --    cursors/Oxygen_Yellow/cursors/help
T  +-    --    cursors/Oxygen_Yellow/cursors/ibeam
M  +-    --    cursors/Oxygen_Yellow/cursors/left_ptr
T  +-    --    cursors/Oxygen_Yellow/cursors/left_ptr_watch
M  +-    --    cursors/Oxygen_Yellow/cursors/link
T  +-    --    cursors/Oxygen_Yellow/cursors/move
T  +-    --    cursors/Oxygen_Yellow/cursors/n-resize
T  +-    --    cursors/Oxygen_Yellow/cursors/not-allowed
M  +-    --    cursors/Oxygen_Yellow/cursors/openhand
M  +-    --    cursors/Oxygen_Yellow/cursors/pencil
M  +-    --    cursors/Oxygen_Yellow/cursors/pirate
M  +-    --    cursors/Oxygen_Yellow/cursors/plus
T  +-    --    cursors/Oxygen_Yellow/cursors/pointer
M  +-    --    cursors/Oxygen_Yellow/cursors/pointing_hand
T  +-    --    cursors/Oxygen_Yellow/cursors/progress
T  +-    --    cursors/Oxygen_Yellow/cursors/question_arrow
T  +-    --    cursors/Oxygen_Yellow/cursors/row-resize
T  +-    --    cursors/Oxygen_Yellow/cursors/s-resize
T  +-    --    cursors/Oxygen_Yellow/cursors/sb_h_double_arrow
T  +-    --    cursors/Oxygen_Yellow/cursors/sb_v_double_arrow
T  +-    --    cursors/Oxygen_Yellow/cursors/size_all
M  +-    --    cursors/Oxygen_Yellow/cursors/size_bdiag
M  +-    --    cursors/Oxygen_Yellow/cursors/size_fdiag
M  +-    --    cursors/Oxygen_Yellow/cursors/size_hor
M  +-    --    cursors/Oxygen_Yellow/cursors/size_ver
M  +-    --    cursors/Oxygen_Yellow/cursors/split_h
M  +-    --    cursors/Oxygen_Yellow/cursors/split_v
T  +-    --    cursors/Oxygen_Yellow/cursors/text
M  +-    --    cursors/Oxygen_Yellow/cursors/up_arrow
T  +-    --    cursors/Oxygen_Yellow/cursors/v_double_arrow
T  +-    --    cursors/Oxygen_Yellow/cursors/w-resize
M  +-    --    cursors/Oxygen_Yellow/cursors/wait
T  +-    --    cursors/Oxygen_Yellow/cursors/watch
T  +-    --    cursors/Oxygen_Yellow/cursors/whats_this
M  +-    --    cursors/Oxygen_Yellow/cursors/xterm
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/00000000000000020006000e7e9ffc3f
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/00008160000006810000408080010102
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/03b6e0fcb3499374a867c041f52298f0
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/08e8e1c95fe2fc01f976f1e063a24ccd
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/1081e37283d90000800003c07f3ef6bf
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/3085a0e285430894940527032f8b26df
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/3ecb610c1bf2410f44200f48c40d3599
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/4498f0e0c1937ffe01fd06f973665830
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/6407b0e94181790501fd1e167b474872
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/640fb0e74195791501fd1ed57b41487f
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/9081237383d90e509aa00f00170e968f
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/9d800788f1b08800ae810202380a0822
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/X_cursor
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/a2a266d0498c3104214a47bd64ab0fc8
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/alias
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/all-scroll
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/b66166c04f8c3109214a4fbd64a50fc8
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/circle
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/closedhand
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/col-resize
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/color-picker
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/copy
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/cross
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/crossed_circle
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/d9ce0ab605698f320427677b458ad60b
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/dnd-copy
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/dnd-link
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/dnd-move
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/dnd-no-drop
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/dnd-none
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/e-resize
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/e29285e634086352946a0e7090d73106
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/fleur
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/forbidden
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/half-busy
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/hand1
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/hand2
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/help
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/ibeam
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/left_ptr
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/left_ptr_watch
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/link
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/move
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/n-resize
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/not-allowed
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/openhand
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/pencil
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/pirate
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/plus
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/pointer
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/pointing_hand
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/progress
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/question_arrow
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/row-resize
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/s-resize
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/sb_h_double_arrow
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/sb_v_double_arrow
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/size_all
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/size_bdiag
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/size_fdiag
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/size_hor
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/size_ver
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/split_h
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/split_v
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/text
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/up_arrow
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/v_double_arrow
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/w-resize
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/wait
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/watch
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/whats_this
D  +-    --    cursors/Oxygen_Yellow_Big/cursors/xterm
D  +0    -3    cursors/Oxygen_Yellow_Big/index.theme
T  +-    --    cursors/Oxygen_Zion/cursors/00000000000000020006000e7e9ffc3f
T  +-    --    cursors/Oxygen_Zion/cursors/00008160000006810000408080010102
T  +-    --    cursors/Oxygen_Zion/cursors/03b6e0fcb3499374a867c041f52298f0
T  +-    --    cursors/Oxygen_Zion/cursors/08e8e1c95fe2fc01f976f1e063a24ccd
T  +-    --    cursors/Oxygen_Zion/cursors/1081e37283d90000800003c07f3ef6bf
T  +-    --    cursors/Oxygen_Zion/cursors/3085a0e285430894940527032f8b26df
T  +-    --    cursors/Oxygen_Zion/cursors/3ecb610c1bf2410f44200f48c40d3599
T  +-    --    cursors/Oxygen_Zion/cursors/4498f0e0c1937ffe01fd06f973665830
T  +-    --    cursors/Oxygen_Zion/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408
T  +-    --    cursors/Oxygen_Zion/cursors/6407b0e94181790501fd1e167b474872
T  +-    --    cursors/Oxygen_Zion/cursors/640fb0e74195791501fd1ed57b41487f
T  +-    --    cursors/Oxygen_Zion/cursors/9081237383d90e509aa00f00170e968f
T  +-    --    cursors/Oxygen_Zion/cursors/9d800788f1b08800ae810202380a0822
M  +-    --    cursors/Oxygen_Zion/cursors/X_cursor
T  +-    --    cursors/Oxygen_Zion/cursors/a2a266d0498c3104214a47bd64ab0fc8
T  +-    --    cursors/Oxygen_Zion/cursors/alias
T  +-    --    cursors/Oxygen_Zion/cursors/all-scroll
T  +-    --    cursors/Oxygen_Zion/cursors/b66166c04f8c3109214a4fbd64a50fc8
M  +-    --    cursors/Oxygen_Zion/cursors/circle
M  +-    --    cursors/Oxygen_Zion/cursors/closedhand
T  +-    --    cursors/Oxygen_Zion/cursors/col-resize
M  +-    --    cursors/Oxygen_Zion/cursors/color-picker
M  +-    --    cursors/Oxygen_Zion/cursors/copy
M  +-    --    cursors/Oxygen_Zion/cursors/cross
T  +-    --    cursors/Oxygen_Zion/cursors/crossed_circle
T  +-    --    cursors/Oxygen_Zion/cursors/d9ce0ab605698f320427677b458ad60b
T  +-    --    cursors/Oxygen_Zion/cursors/dnd-copy
T  +-    --    cursors/Oxygen_Zion/cursors/dnd-link
T  +-    --    cursors/Oxygen_Zion/cursors/dnd-move
T  +-    --    cursors/Oxygen_Zion/cursors/dnd-no-drop
T  +-    --    cursors/Oxygen_Zion/cursors/dnd-none
T  +-    --    cursors/Oxygen_Zion/cursors/e-resize
T  +-    --    cursors/Oxygen_Zion/cursors/e29285e634086352946a0e7090d73106
T  +-    --    cursors/Oxygen_Zion/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff
M  +-    --    cursors/Oxygen_Zion/cursors/fleur
M  +-    --    cursors/Oxygen_Zion/cursors/forbidden
M  +-    --    cursors/Oxygen_Zion/cursors/half-busy
T  +-    --    cursors/Oxygen_Zion/cursors/hand1
T  +-    --    cursors/Oxygen_Zion/cursors/hand2
M  +-    --    cursors/Oxygen_Zion/cursors/help
T  +-    --    cursors/Oxygen_Zion/cursors/ibeam
M  +-    --    cursors/Oxygen_Zion/cursors/left_ptr
T  +-    --    cursors/Oxygen_Zion/cursors/left_ptr_watch
M  +-    --    cursors/Oxygen_Zion/cursors/link
T  +-    --    cursors/Oxygen_Zion/cursors/move
T  +-    --    cursors/Oxygen_Zion/cursors/n-resize
T  +-    --    cursors/Oxygen_Zion/cursors/not-allowed
M  +-    --    cursors/Oxygen_Zion/cursors/openhand
M  +-    --    cursors/Oxygen_Zion/cursors/pencil
M  +-    --    cursors/Oxygen_Zion/cursors/pirate
M  +-    --    cursors/Oxygen_Zion/cursors/plus
T  +-    --    cursors/Oxygen_Zion/cursors/pointer
M  +-    --    cursors/Oxygen_Zion/cursors/pointing_hand
T  +-    --    cursors/Oxygen_Zion/cursors/progress
T  +-    --    cursors/Oxygen_Zion/cursors/question_arrow
T  +-    --    cursors/Oxygen_Zion/cursors/row-resize
T  +-    --    cursors/Oxygen_Zion/cursors/s-resize
T  +-    --    cursors/Oxygen_Zion/cursors/sb_h_double_arrow
T  +-    --    cursors/Oxygen_Zion/cursors/sb_v_double_arrow
T  +-    --    cursors/Oxygen_Zion/cursors/size_all
M  +-    --    cursors/Oxygen_Zion/cursors/size_bdiag
M  +-    --    cursors/Oxygen_Zion/cursors/size_fdiag
M  +-    --    cursors/Oxygen_Zion/cursors/size_hor
M  +-    --    cursors/Oxygen_Zion/cursors/size_ver
M  +-    --    cursors/Oxygen_Zion/cursors/split_h
M  +-    --    cursors/Oxygen_Zion/cursors/split_v
T  +-    --    cursors/Oxygen_Zion/cursors/text
M  +-    --    cursors/Oxygen_Zion/cursors/up_arrow
T  +-    --    cursors/Oxygen_Zion/cursors/v_double_arrow
T  +-    --    cursors/Oxygen_Zion/cursors/w-resize
M  +-    --    cursors/Oxygen_Zion/cursors/wait
T  +-    --    cursors/Oxygen_Zion/cursors/watch
T  +-    --    cursors/Oxygen_Zion/cursors/whats_this
M  +-    --    cursors/Oxygen_Zion/cursors/xterm
D  +-    --    cursors/Oxygen_Zion_Big/cursors/00000000000000020006000e7e9ffc3f
D  +-    --    cursors/Oxygen_Zion_Big/cursors/00008160000006810000408080010102
D  +-    --    cursors/Oxygen_Zion_Big/cursors/03b6e0fcb3499374a867c041f52298f0
D  +-    --    cursors/Oxygen_Zion_Big/cursors/08e8e1c95fe2fc01f976f1e063a24ccd
D  +-    --    cursors/Oxygen_Zion_Big/cursors/1081e37283d90000800003c07f3ef6bf
D  +-    --    cursors/Oxygen_Zion_Big/cursors/3085a0e285430894940527032f8b26df
D  +-    --    cursors/Oxygen_Zion_Big/cursors/3ecb610c1bf2410f44200f48c40d3599
D  +-    --    cursors/Oxygen_Zion_Big/cursors/4498f0e0c1937ffe01fd06f973665830
D  +-    --    cursors/Oxygen_Zion_Big/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408
D  +-    --    cursors/Oxygen_Zion_Big/cursors/6407b0e94181790501fd1e167b474872
D  +-    --    cursors/Oxygen_Zion_Big/cursors/640fb0e74195791501fd1ed57b41487f
D  +-    --    cursors/Oxygen_Zion_Big/cursors/9081237383d90e509aa00f00170e968f
D  +-    --    cursors/Oxygen_Zion_Big/cursors/9d800788f1b08800ae810202380a0822
D  +-    --    cursors/Oxygen_Zion_Big/cursors/X_cursor
D  +-    --    cursors/Oxygen_Zion_Big/cursors/a2a266d0498c3104214a47bd64ab0fc8
D  +-    --    cursors/Oxygen_Zion_Big/cursors/alias
D  +-    --    cursors/Oxygen_Zion_Big/cursors/all-scroll
D  +-    --    cursors/Oxygen_Zion_Big/cursors/b66166c04f8c3109214a4fbd64a50fc8
D  +-    --    cursors/Oxygen_Zion_Big/cursors/circle
D  +-    --    cursors/Oxygen_Zion_Big/cursors/closedhand
D  +-    --    cursors/Oxygen_Zion_Big/cursors/col-resize
D  +-    --    cursors/Oxygen_Zion_Big/cursors/color-picker
D  +-    --    cursors/Oxygen_Zion_Big/cursors/copy
D  +-    --    cursors/Oxygen_Zion_Big/cursors/cross
D  +-    --    cursors/Oxygen_Zion_Big/cursors/crossed_circle
D  +-    --    cursors/Oxygen_Zion_Big/cursors/d9ce0ab605698f320427677b458ad60b
D  +-    --    cursors/Oxygen_Zion_Big/cursors/dnd-copy
D  +-    --    cursors/Oxygen_Zion_Big/cursors/dnd-link
D  +-    --    cursors/Oxygen_Zion_Big/cursors/dnd-move
D  +-    --    cursors/Oxygen_Zion_Big/cursors/dnd-no-drop
D  +-    --    cursors/Oxygen_Zion_Big/cursors/dnd-none
D  +-    --    cursors/Oxygen_Zion_Big/cursors/e-resize
D  +-    --    cursors/Oxygen_Zion_Big/cursors/e29285e634086352946a0e7090d73106
D  +-    --    cursors/Oxygen_Zion_Big/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff
D  +-    --    cursors/Oxygen_Zion_Big/cursors/fleur
D  +-    --    cursors/Oxygen_Zion_Big/cursors/forbidden
D  +-    --    cursors/Oxygen_Zion_Big/cursors/half-busy
D  +-    --    cursors/Oxygen_Zion_Big/cursors/hand1
D  +-    --    cursors/Oxygen_Zion_Big/cursors/hand2
D  +-    --    cursors/Oxygen_Zion_Big/cursors/help
D  +-    --    cursors/Oxygen_Zion_Big/cursors/ibeam
D  +-    --    cursors/Oxygen_Zion_Big/cursors/left_ptr
D  +-    --    cursors/Oxygen_Zion_Big/cursors/left_ptr_watch
D  +-    --    cursors/Oxygen_Zion_Big/cursors/link
D  +-    --    cursors/Oxygen_Zion_Big/cursors/move
D  +-    --    cursors/Oxygen_Zion_Big/cursors/n-resize
D  +-    --    cursors/Oxygen_Zion_Big/cursors/not-allowed
D  +-    --    cursors/Oxygen_Zion_Big/cursors/openhand
D  +-    --    cursors/Oxygen_Zion_Big/cursors/pencil
D  +-    --    cursors/Oxygen_Zion_Big/cursors/pirate
D  +-    --    cursors/Oxygen_Zion_Big/cursors/plus
D  +-    --    cursors/Oxygen_Zion_Big/cursors/pointer
D  +-    --    cursors/Oxygen_Zion_Big/cursors/pointing_hand
D  +-    --    cursors/Oxygen_Zion_Big/cursors/progress
D  +-    --    cursors/Oxygen_Zion_Big/cursors/question_arrow
D  +-    --    cursors/Oxygen_Zion_Big/cursors/row-resize
D  +-    --    cursors/Oxygen_Zion_Big/cursors/s-resize
D  +-    --    cursors/Oxygen_Zion_Big/cursors/sb_h_double_arrow
D  +-    --    cursors/Oxygen_Zion_Big/cursors/sb_v_double_arrow
D  +-    --    cursors/Oxygen_Zion_Big/cursors/size_all
D  +-    --    cursors/Oxygen_Zion_Big/cursors/size_bdiag
D  +-    --    cursors/Oxygen_Zion_Big/cursors/size_fdiag
D  +-    --    cursors/Oxygen_Zion_Big/cursors/size_hor
D  +-    --    cursors/Oxygen_Zion_Big/cursors/size_ver
D  +-    --    cursors/Oxygen_Zion_Big/cursors/split_h
D  +-    --    cursors/Oxygen_Zion_Big/cursors/split_v
D  +-    --    cursors/Oxygen_Zion_Big/cursors/text
D  +-    --    cursors/Oxygen_Zion_Big/cursors/up_arrow
D  +-    --    cursors/Oxygen_Zion_Big/cursors/v_double_arrow
D  +-    --    cursors/Oxygen_Zion_Big/cursors/w-resize
D  +-    --    cursors/Oxygen_Zion_Big/cursors/wait
D  +-    --    cursors/Oxygen_Zion_Big/cursors/watch
D  +-    --    cursors/Oxygen_Zion_Big/cursors/whats_this
D  +-    --    cursors/Oxygen_Zion_Big/cursors/xterm
D  +0    -3    cursors/Oxygen_Zion_Big/index.theme
M  +0    -1    cursors/src/CMakeLists.txt
M  +1    -0    cursors/src/config.cmake
D  +0    -18   cursors/src/config/00000000000000020006000e7e9ffc3f.in
D  +0    -1    cursors/src/config/00008160000006810000408080010102.in
D  +0    -1    cursors/src/config/03b6e0fcb3499374a867c041f52298f0.in
D  +0    -18   cursors/src/config/08e8e1c95fe2fc01f976f1e063a24ccd.in
D  +0    -1    cursors/src/config/1081e37283d90000800003c07f3ef6bf.in
D  +0    -1    cursors/src/config/3085a0e285430894940527032f8b26df.in
D  +0    -18   cursors/src/config/3ecb610c1bf2410f44200f48c40d3599.in
D  +0    -1    cursors/src/config/4498f0e0c1937ffe01fd06f973665830.in
D  +0    -1    cursors/src/config/5c6cd98b3f3ebcb1f9c7f1c204630408.in
D  +0    -1    cursors/src/config/6407b0e94181790501fd1e167b474872.in
D  +0    -1    cursors/src/config/640fb0e74195791501fd1ed57b41487f.in
D  +0    -1    cursors/src/config/9081237383d90e509aa00f00170e968f.in
D  +0    -1    cursors/src/config/9d800788f1b08800ae810202380a0822.in
D  +0    -1    cursors/src/config/a2a266d0498c3104214a47bd64ab0fc8.in
D  +0    -1    cursors/src/config/alias.in
D  +0    -1    cursors/src/config/all-scroll.in
D  +0    -1    cursors/src/config/b66166c04f8c3109214a4fbd64a50fc8.in
D  +0    -1    cursors/src/config/col-resize.in
D  +0    -1    cursors/src/config/crossed_circle.in
D  +0    -1    cursors/src/config/d9ce0ab605698f320427677b458ad60b.in
D  +0    -1    cursors/src/config/dnd-copy.in
D  +0    -1    cursors/src/config/dnd-link.in
D  +0    -1    cursors/src/config/dnd-move.in
D  +0    -1    cursors/src/config/dnd-no-drop.in
D  +0    -1    cursors/src/config/dnd-none.in
D  +0    -1    cursors/src/config/e-resize.in
D  +0    -1    cursors/src/config/e29285e634086352946a0e7090d73106.in
D  +0    -1    cursors/src/config/fcf21c00b30f7e3f83fe0dfd12e71cff.in
D  +0    -1    cursors/src/config/hand1.in
D  +0    -1    cursors/src/config/hand2.in
D  +0    -1    cursors/src/config/ibeam.in
D  +0    -18   cursors/src/config/left_ptr_watch.in
D  +0    -1    cursors/src/config/move.in
D  +0    -1    cursors/src/config/n-resize.in
D  +0    -1    cursors/src/config/not-allowed.in
D  +0    -1    cursors/src/config/pointer.in
D  +0    -18   cursors/src/config/progress.in
D  +0    -1    cursors/src/config/question_arrow.in
D  +0    -1    cursors/src/config/row-resize.in
D  +0    -1    cursors/src/config/s-resize.in
D  +0    -1    cursors/src/config/sb_h_double_arrow.in
D  +0    -1    cursors/src/config/sb_v_double_arrow.in
D  +0    -1    cursors/src/config/size_all.in
D  +0    -1    cursors/src/config/text.in
D  +0    -1    cursors/src/config/v_double_arrow.in
D  +0    -1    cursors/src/config/w-resize.in
D  +0    -18   cursors/src/config/watch.in
D  +0    -1    cursors/src/config/whats_this.in
M  +54   -15   cursors/src/cursors.cmake
M  +23   -8    cursors/src/make_config.cmake
M  +3    -1    cursors/src/setup.cmake
A  +5    -0    cursors/src/symlinks/.directory
A  +1    -0    cursors/src/symlinks/00000000000000020006000e7e9ffc3f
A  +1    -0    cursors/src/symlinks/00008160000006810000408080010102
A  +1    -0    cursors/src/symlinks/03b6e0fcb3499374a867c041f52298f0
A  +1    -0    cursors/src/symlinks/08e8e1c95fe2fc01f976f1e063a24ccd
A  +1    -0    cursors/src/symlinks/1081e37283d90000800003c07f3ef6bf
A  +1    -0    cursors/src/symlinks/3085a0e285430894940527032f8b26df
A  +1    -0    cursors/src/symlinks/3ecb610c1bf2410f44200f48c40d3599
A  +1    -0    cursors/src/symlinks/4498f0e0c1937ffe01fd06f973665830
A  +1    -0    cursors/src/symlinks/5c6cd98b3f3ebcb1f9c7f1c204630408
A  +1    -0    cursors/src/symlinks/6407b0e94181790501fd1e167b474872
A  +1    -0    cursors/src/symlinks/640fb0e74195791501fd1ed57b41487f
A  +1    -0    cursors/src/symlinks/9081237383d90e509aa00f00170e968f
A  +1    -0    cursors/src/symlinks/9d800788f1b08800ae810202380a0822
A  +1    -0    cursors/src/symlinks/a2a266d0498c3104214a47bd64ab0fc8
A  +1    -0    cursors/src/symlinks/alias
A  +1    -0    cursors/src/symlinks/all-scroll
A  +1    -0    cursors/src/symlinks/b66166c04f8c3109214a4fbd64a50fc8
A  +0    -0    cursors/src/symlinks/circle
A  +0    -0    cursors/src/symlinks/closedhand
A  +1    -0    cursors/src/symlinks/col-resize
A  +0    -0    cursors/src/symlinks/copy
A  +1    -0    cursors/src/symlinks/crossed_circle
A  +1    -0    cursors/src/symlinks/d9ce0ab605698f320427677b458ad60b
A  +1    -0    cursors/src/symlinks/dnd-copy
A  +1    -0    cursors/src/symlinks/dnd-link
A  +1    -0    cursors/src/symlinks/dnd-move
A  +1    -0    cursors/src/symlinks/dnd-no-drop
A  +1    -0    cursors/src/symlinks/dnd-none
A  +1    -0    cursors/src/symlinks/e-resize
A  +1    -0    cursors/src/symlinks/e29285e634086352946a0e7090d73106
A  +1    -0    cursors/src/symlinks/fcf21c00b30f7e3f83fe0dfd12e71cff
A  +0    -0    cursors/src/symlinks/fleur
A  +0    -0    cursors/src/symlinks/forbidden
A  +0    -0    cursors/src/symlinks/half-busy
A  +1    -0    cursors/src/symlinks/hand1
A  +1    -0    cursors/src/symlinks/hand2
A  +0    -0    cursors/src/symlinks/help
A  +1    -0    cursors/src/symlinks/ibeam
A  +1    -0    cursors/src/symlinks/left_ptr_watch
A  +0    -0    cursors/src/symlinks/link
A  +1    -0    cursors/src/symlinks/move
A  +1    -0    cursors/src/symlinks/n-resize
A  +1    -0    cursors/src/symlinks/not-allowed
A  +1    -0    cursors/src/symlinks/pointer
A  +0    -0    cursors/src/symlinks/pointing_hand
A  +1    -0    cursors/src/symlinks/progress
A  +1    -0    cursors/src/symlinks/question_arrow
A  +1    -0    cursors/src/symlinks/row-resize
A  +1    -0    cursors/src/symlinks/s-resize
A  +1    -0    cursors/src/symlinks/sb_h_double_arrow
A  +1    -0    cursors/src/symlinks/sb_v_double_arrow
A  +1    -0    cursors/src/symlinks/size_all
A  +0    -0    cursors/src/symlinks/size_hor
A  +0    -0    cursors/src/symlinks/size_ver
A  +0    -0    cursors/src/symlinks/split_h
A  +0    -0    cursors/src/symlinks/split_v
A  +1    -0    cursors/src/symlinks/text
A  +1    -0    cursors/src/symlinks/v_double_arrow
A  +1    -0    cursors/src/symlinks/w-resize
A  +0    -0    cursors/src/symlinks/wait
A  +1    -0    cursors/src/symlinks/watch
A  +1    -0    cursors/src/symlinks/whats_this
A  +0    -0    cursors/src/symlinks/xterm
M  +1    -2    cursors/src/theme-black/CMakeLists.txt
M  +1    -2    cursors/src/theme-blue/CMakeLists.txt
M  +1    -2    cursors/src/theme-bluecurve/CMakeLists.txt
M  +1    -2    cursors/src/theme-brown/CMakeLists.txt
M  +1    -2    cursors/src/theme-cherry/CMakeLists.txt
M  +1    -2    cursors/src/theme-chrome/CMakeLists.txt
M  +1    -2    cursors/src/theme-desert/CMakeLists.txt
M  +1    -2    cursors/src/theme-emerald/CMakeLists.txt
M  +1    -2    cursors/src/theme-green/CMakeLists.txt
M  +1    -2    cursors/src/theme-grey/CMakeLists.txt
M  +1    -2    cursors/src/theme-honeycomb/CMakeLists.txt
M  +1    -2    cursors/src/theme-hot_orange/CMakeLists.txt
M  +1    -2    cursors/src/theme-lilac/CMakeLists.txt
M  +1    -2    cursors/src/theme-midnight_meadow/CMakeLists.txt
M  +1    -2    cursors/src/theme-navy/CMakeLists.txt
M  +1    -2    cursors/src/theme-norway/CMakeLists.txt
M  +1    -2    cursors/src/theme-obsidian-hc/CMakeLists.txt
M  +1    -2    cursors/src/theme-obsidian/CMakeLists.txt
M  +1    -2    cursors/src/theme-olympus-inv/CMakeLists.txt
M  +1    -2    cursors/src/theme-olympus/CMakeLists.txt
M  +1    -2    cursors/src/theme-orchid/CMakeLists.txt
M  +1    -2    cursors/src/theme-oxygen/CMakeLists.txt
M  +1    -2    cursors/src/theme-peach/CMakeLists.txt
M  +1    -2    cursors/src/theme-purple/CMakeLists.txt
M  +1    -2    cursors/src/theme-red-argentina/CMakeLists.txt
M  +1    -2    cursors/src/theme-red/CMakeLists.txt
M  +1    -2    cursors/src/theme-sea_blue/CMakeLists.txt
M  +1    -2    cursors/src/theme-steel/CMakeLists.txt
M  +1    -2    cursors/src/theme-terra/CMakeLists.txt
M  +1    -2    cursors/src/theme-terra_green/CMakeLists.txt
M  +1    -2    cursors/src/theme-violet/CMakeLists.txt
M  +1    -2    cursors/src/theme-viorange/CMakeLists.txt
M  +1    -2    cursors/src/theme-white/CMakeLists.txt
M  +1    -2    cursors/src/theme-whitewater/CMakeLists.txt
M  +1    -2    cursors/src/theme-wonton/CMakeLists.txt
M  +1    -2    cursors/src/theme-yellow/CMakeLists.txt
M  +1    -2    cursors/src/theme-zion/CMakeLists.txt

http://commits.kde.org/kde-workspace/53ee0ea0397e6f08b0a9ab2580a434e46b408c22