-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Frugalware-Art.org Artwork for Frugalware Linux 
 Arch-Stuff.org Artwork and Stuff for Arch Linux 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
Xfce-Look.org - Eyecandy for your Xfce-Desktop
Xfce-Look.orgXfce-Look.org

 Apr 29 2024  
 Not logged in  
Xfce-Look.org
 Home    Add Artwork   Forum   Groups   Knowledge   Events   Jobs   Users   Register   Login-


Sponsoring


-
- Content .- Fans (2) . 

crystal xcursors

   1.1.1  

X11 Mouse Theme

Score 68%
martmart
Plasma
Home
crystal xcursors
zoom


crystal xcursors
zoom


crystal xcursors
zoom


Link:  Link
Downloads:  187638
Submitted:  May 20 2003
Updated:  Sep 15 2005

Description:

X11 mouse theme with the crystal look&feel,there are four versions in the package.




Changelog:

CrystalCursors 1.1.1:
-this release only fixes some hot spot-related bugs into the left-handed version.
Many thanks to Markus Bauer and Bastian Venthur for the report and patch.

CrystalCursors 1.1:
this release fixes only the build system, changes includes:
-in left handed themes the symmetric cursors aren't flipped anymore
-now it's finally possible to install the cursors system-wide:
all you have to do is to edit the Makefile and change the first line
export PREFIX=$(HOME)/.icons/ with a properdirectory, usually
export PREFIX=/usr/X11R6/lib/X11/icons is a good choice,
that should also make simpler to build rpms and other packages

CrystalCursors 1.0:
-corrected the green version of copy cursor
-now the colorize.sh script produces a veery better result
(and is fairly slower, btw :-))

CrystalCursors 0.9:
-corrected a little asymmetry in the left pointers
-all themes have an almost autogenerated left-handed (i.e. flipped) version

CrystalCursors 0.8:
-modified the shiny effect of the hands
-all borders of the 32x32 versionnow are more sharp
-remade all the shadows of the white version
CrystalCursors 0.7:
-a 32x32 version of wach cursor theme(useful for very big screen
resolutions) to enable it set the environment variable XCURSOR_SIZE=32
-watch busy cursor updated with the one in the current crystal icons
-green theme reworked
-lighter shadows
-reworked all the svg images
-little modification in colorize.sh(thanks to Tika)




LicenseLGPL
Send to a friend
Subscribe
Other  Artwork  from mart
Report inappropriate content



goto page: prev  ... 2  3  4  5  6  7  8  9  10  11  12  13 

-

 Linux T-shirts

 
 by damian2610 on: Dec 20 2004
 
Score 50%

http://www.cafepress.com/sysadmin
http://www.cafepress.com/sexyunix
http://www.cafepress.com/linux_tux
http://www.cafepress.com/yougotroot
http://www.cafepress.com/linux_addict
http://www.cafepress.com/aliens_ufo
http://www.cafepress.com/linux_kill_bill
http://www.cafepress.com/borntofrag
http://www.cafepress.com/linux_fat


Reply to this

-
.

 Re: Linux T-shirts

 
 by sasquatchdied on: Apr 3 2005
 
Score 50%

And the point of posting that on this thread is...?


Reply to this

-

 can't make it :(

 
 by atrox on: Dec 29 2004
 
Score 50%

hi!

i tried to make these cursors, but it seems it doesn't work on FreeBSD (5.3) :(

at first i got
=====================
./left-handed_templates/floptheme.sh: 12: Syntax error: "(" unexpected
=====================

after removing "function" from beginning of the line, it did some converting and stuff and then said:
=====================
Adjusting: ./watch.conf
make -C blue_src
Error expanding embedded variable.
*** Error code 2

Stop in /mydir_blabla/Crystalcursors.
=====================

whay should i do now? i'd really like to try these cursors.

silver


Reply to this

-

 Re: can't make it :(

 
 by mschout on: Dec 30 2004
 
Score 50%

I had this problem too.

The problem is that you need to use gmake on FreeBSD. Unfortunately, the various Makefiles dont make use of $(MAKE), and instead call "make" directly. So even if you run with gmake, the sub-makes will use BSD-make.

I fixed it like this:

find . -name Makefile | xargs perl -pi -e 's/make/gmake/g'

and then ran "gmake" and it finishes successfully.


Reply to this

-

 Re: Re: can't make i

 
 by atrox on: Dec 31 2004
 
Score 50%

yeah, made it :)))

thanks a lot :)


Reply to this

-
.

 Can't Build

 
 by ion77 on: Feb 10 2005
 
Score 50%

With KDE 3.1 in RedHat 9, I can't get this to build. The make system seems to die after setting up all the directories and running the floptheme.sh script on the various colors. When it attempts to build the blue_src directory, it dies. I've tried to figure out what's wrong with the targets / dependancies but I'm lost. Make gives me this right before dying:

make -C blue_src
make[1]: Entering directory `/home/ion/temp/Crystalcursors/blue_src'
make[1]: *** No rule to make target `../blue_cursors/base_arrow_down', needed by `all'. Stop.
make[1]: Leaving directory `/home/ion/temp/Crystalcursors/blue_src'
make: *** [all] Error 2


Any suggestions?


-- There are 10 types of people in this world; those who understand binary and those who don't.
Reply to this

-

 problems with "left"

 
 by acb on: Mar 2 2005
 
Score 50%

Hi!

First of all, this is a great theme. But, as I am left-handed, I chose the left-handed version of the cursors and found some drawbacks there.

- Just flipping all cursors doesn't make it. The cursors for "window-resizing in the corners of a window" (I think, these are {bottom,top}_{left,right}_corner) should not be flipped, because now they are pointing in the wrong directions.

- The Cursor with the small clock attached has a wrong "anchorpoint" it is top-left but should be top-right. Thus, the cursor "jumps" a little to the right when it changes. And You'll probably click somewhere else than You meant to click.

This applies at least to the Crystal Blue Classic Left theme, I did not check with the others.

And please add a hint to the readme, that ImageMagick has to be installed. It took me quite a while to find out what 'identify' and 'convert' are ;-)

thx for Your great work
acb


Reply to this

-
.

 Re: problems with \"left\"

 
 by sasquatchdied on: Apr 3 2005
 
Score 50%

I know what you mean, but...

Why on Earth are you trying to click on something while the clock cursor is showing? The whole point of this cursor is to notify you of a very important operation that is happening, that could take some time, and will probably be very CPu intensive, that is the exact time when you should stop doing anything else and wait?

However, I do think the author should address that problem.

Sorry for the harsh logic :>


Reply to this

-

 link is broken

 
 by mirya on: Mar 12 2005
 
Score 50%
miryamirya
ua.pmmci.com
Home

download link is broken...


Best regards, Mirya
Reply to this

-
.

 Re: link is broken

 
 by mart on: Mar 12 2005
 
Score 50%
martmart
Plasma
Home

oops, sorry, now it's fixed :-)


Reply to this

-
.

 No problems

 
 by Scramjet on: Jun 10 2005
 
Score 50%

Thanks for the source, Mart. The cursors look great in Windows XP as well.


Reply to this

goto page: prev  ... 2  3  4  5  6  7  8  9  10  11  12  13 

Add commentBack




-

Copyright 2004-2016 Xfce-Look.org Team  Legal Notice
All rights reserved. Xfce-Look.org is not liable for any content or goods on this site.
You can find our FAQ here.
All contributors are responsible for the lawfulness of their uploads.
Please send us a notice if you spot an ABUSE of the website.
Information about advertising in Xfce-Look.org.
Developers can use our public webservice interface. More information here: public api
For further information or comments on this site, please send us a message
Xfce is a trademark of the Xfce Project
Content RSS   
Events RSS