-
 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 25 2024  
 Not logged in  
Xfce-Look.org
 Home    Add Artwork   Forum   Groups   Knowledge   Events   Jobs   Users   Register   Login-


Sponsoring


-
- Content .- Fans (10) . 

Aero Mouse Cursors with Drop Shadow

  

X11 Mouse Theme

Score 76%
MoonyMoony
Infinality
Home
Aero Mouse Cursors with Drop Shadow
zoom


Aero Mouse Cursors with Drop Shadow
zoom


Aero Mouse Cursors with Drop Shadow
zoom


Link:  http://
Downloads:  109231
Submitted:  Oct 14 2007
Updated:  Jan 12 2008

Description:

My first contribution ever to kde-look.org.

Note that these cursor themes use symlinks for some cursors in order to reduce the size of the theme, and because hey, why duplicate data? If you have a problem where only 1 or 2 cursors show up in the theme, then somehow, the extraction didn't work properly. I would suggest doing something like:

cd /home/yourname/.icons/
tar zxvf /path/to/theme.tar.gz

That will preserve the symlinks properly.

Also, I am aware of and understand the desire to shun anything Microsoft. I look at it like this:

* Just because Microsoft sucks doesn't mean they can't make good mouse cursors.
* It's fun to know that you can make your FOSS system look like something that people pay $150 for.
* Anything that makes new Linux people feel more comfortable with it is good.


Script to Convert CursorXP themes to X11 is available:
http://www.kde-look.org/content/show.php?content=72405




Changelog:

1-12-08 - Fixed some problems with the left-handed corner drag cursors, and made the wait cursor go clockwise instead of counter.

1-11-08 - Cursor sizes dramatically reduced by using symlinks for duplicates. Added left handed versions of all cursors!

12-24-07 - All themes have been updated to include a proper index.theme file. Hopefully this will resolve the problems some were having with Gnome. Let me know if you still have issues.

10-18-07 - The text selection and precision cursors are now correct in the Aero themes, with one exception: I added a 50% translucent 1px white border around those two, as I found I couldn't see the cursors against a black background.
* There were tons of extra files in the old tar.gz that I removed to make a leaner download.
* Also, of course, large cursors have been added!





LicenseGPL
(Aero Mouse)
(Aero Mouse with Drop Shadow)
(Aero Mouse Large)
(Aero Mouse Large with Drop Shadow)
(Aero Mouse Extra Large)
(Aero Mouse Extra Large with Drop Shadow)
(Aero Mouse - Left)
(Aero Mouse with Drop Shadow - Left)
(Aero Mouse Large - Left)
(Aero Mouse Large with Drop Shadow - Left)
(Aero Mouse Extra Large - Left)
(Aero Mouse Extra Large with Drop Shadow - Left)
Send to a friend
Subscribe
Other  Artwork  from Moony
Report inappropriate content



goto page:  1  2  3 

-

 Font

 
 by ThrowRocksAtMe1 on: Oct 14 2007
 
Score 50%

How'd you get Segoe UI to render so nicely??


Reply to this

-

 Re: Font

 
 by Moony on: Oct 14 2007
 
Score 50%
MoonyMoony
Infinality
Home

Hours and hours of screwing around. Really. More specifically:

1) David Turner patched libraries similar to these: http://www.bevenhall.se/jim/fedora-cleartype/ (but mine were manually patched from these sources: http://jaganath.wordpress.com/2006/11/16/cleartype-lcd-patch-on-mandriva-linux-2007/ )

2) Subpixel hinting / antialiasing on.

3) Modification to ~/.fonts.conf to render Segoe UI using "slight" hinting, and to reduce the width to 95% of normal (needed for 9pt, IMHO):

<match target="font" >
<test qual="any" name="family" compare="eq" >
<string>Segoe UI</string>
</test>
<edit name="hintstyle" mode="assign" >
<const>hintslight</const>
</edit>
<edit name="aspect" mode="assign" >
<double>0.95</double>
</edit>
</match>


Reply to this

-

 Re: Aero Mouse Curso

 
 by Erich-H5 on: Dec 27 2007
 
Score 50%

Truely wonderful. I have the mouse cursor theme installed right now. Very nice!


Reply to this

-

 Re: Font

 
 by Moony on: Oct 14 2007
 
Score 50%
MoonyMoony
Infinality
Home

Hours and hours of screwing around. Really. More specifically:

1) David Turner patched libraries similar to these: http://www.bevenhall.se/jim/fedora-cleartype/ (but mine were manually patched from these sources: http://jaganath.wordpress.com/2006/11/16/cleartype-lcd-patch-on-mandriva-linux-2007/ )

2) Subpixel hinting / antialiasing on.

3) Modification to ~/.fonts.conf to render Segoe UI using "slight" hinting, and to reduce the width to 95% of normal (needed for 9pt, IMHO):

<match target="font" >
<test qual="any" name="family" compare="eq" >
<string>Segoe UI</string>
</test>
<edit name="hintstyle" mode="assign" >
<const>hintslight</const>
</edit>
<edit name="aspect" mode="assign" >
<double>0.95</double>
</edit>
</match>


Reply to this

-

 Re: Re: Font

 
 by rocketpcguy on: Oct 16 2007
 
Score 50%

thanks for the font info!!!


Reply to this

-

 Doesn't Work

 
 by ThrowRocksAtMe1 on: Oct 19 2007
 
Score 50%

I've tried it a twice now. They don't seem to show up in GNOME... and the index.theme contains no information, though I edited it and they still won't show up.

Only for KDE?


Reply to this

-

 Re: Doesn't Work

 
 by Moony on: Oct 19 2007
 
Score 50%
MoonyMoony
Infinality
Home

Hrmmm... honestly, I only tested them in KDE. I'll have to look into it.


Reply to this

-

 Re: Doesn't Work

 
 by Moony on: Oct 20 2007
 
Score 50%
MoonyMoony
Infinality
Home

With my limited experience in Gnome, and after poking around, I can't say for sure what would cause that problem. I was able to successfully change to use any of these cursors in gnome by using gcursor. I believe the theme needs to be unpacked into a subdirectory of ~/.icons/ first and then run gcursor. Perhaps someone else in the know can fill us in?


Reply to this

-

 Re: Doesn't Work

 
 by Frobozz on: Nov 18 2007
 
Score 50%

Under Ubuntu Gutsy 7.10, I used sudo to put the icons under /usr/share/icons and then simply started using them.


Reply to this

-
.

 Re: Re: Doesn't Work

 
 by Kaphius on: Dec 10 2007
 
Score 50%
KaphiusKaphius
Ubuntu / Mint

Could you please write the sudo command you used? I'm still pretty new to gnome. Thanks!


Reply to this

-

 Theme file missing

 
 by corrosivemisery on: Dec 13 2007
 
Score 50%

To get these working in gnome I created theme file (index.theme) in the aero\ or aero-drop\ dir with the following content:

[Cursor Theme]
Name=aero (or aero-drop)

All my other mouse icon themes have an index.theme with content similar, perhaps we could get another X11 mouse theme author to comment.

Worked with Fedora 8, Fedora 7 is still a no go.

Nice work btw. :)


-Corr
Reply to this

-

 Re: Theme file missing

 
 by Moony on: Dec 15 2007
 
Score 50%
MoonyMoony
Infinality
Home

The lack of a proper theme file is due to the script (not mine) that I use to convert Cursor XP themes to X themes. It's under a BSD license, so I am modifying it to work properly(er) and will release my modified version under a GNU license, which I believe is possible.

Sorry about the quirkiness with Gnome... I only use KDE, and posted the files to kde-look.org, which I've since gathered is part of some conglomerate of other sites. I would like to make sure these work in Gnome, so I'll keep up on that, but not for at least a few days here.


Reply to this

-

 good

 
 by LinMax on: Dec 24 2007
 
Score 50%

Drink some poison!!!!!! Fuck your self because its look like vista!


Reply to this

-

 Re: good

 
 by Moony on: Dec 24 2007
 
Score 50%
MoonyMoony
Infinality
Home

Just because I don't like Microsoft doesn't mean that I don't like the look of their mouse cursors. Have a Merry Christmas!


Reply to this

-

 congratulations

 
 by iamFIREcracker on: Dec 25 2007
 
Score 50%

it's a very good theme.
maybe my question is going to be an ot, but could you tell me how to create a mouse theme? the files inside the mouse theme seems not recognisable by any image viewer.. si i don't know how to start
thanks in advance
and marry Xmas
M@


Reply to this

-

 Re: congratulations

 
 by Moony on: Dec 26 2007
 
Score 50%
MoonyMoony
Infinality
Home

Creating a mouse theme... Well, you can try this:

man xcursorgen

...although that will give you very limited information (that's the way Linux man pages work it seems ;). You manually create png images (there is no free lunch) and give xcursorgen a config file that describes what to do with that/those png images. If you give it one line, it makes a static cursor, if you give it many lines, it makes an animated cursor. You then do this for each cursor you want (pointer, crosshair, ibeam, etc.). It's basically *begging* for a script to do all that dirty work because doing it manually is a PITA.

There are programs/scripts like gursormaker which help in this, and other programs like sd2xc.pl which convert CursorXP themes into X11 themes. I am currently modifying sd2xc.pl to do much better conversion of CursorXP themes than it previously did, with extra options as well. I'm also working on a script to convert Windows mouse cursors into CursorXP themes (which you can then convert to X11 themes).

I dunno about Gnome, but in KDE, you can use Konqueror file manager to view the individual mouse cursor files as thumbnails. I'm not sure, but they may or may not be in png format in actuality, after they've been processed by xcursorgen. Also, I've found very few clear instructions about X11 mouse cursors in general- using them, creating them, etc. Maybe I'll have to write something up from all my trials.


Reply to this

-

 Left Handed Version

 
 by dasGewitter on: Jan 11 2008
 
Score 50%
dasGewitterdasGewitter
olias project
Home

Do you mind creating a version for left handed (basically the majority of the theme mirrored)? I really enjoy this theme but use a mouse left handed. Thank you! Great theme!


Reply to this

-

 Re: Left Handed Version

 
 by Moony on: Jan 12 2008
 
Score 50%
MoonyMoony
Infinality
Home

You got it. ;)


Reply to this

-
.

 Re: Re: Left Handed

 
 by rondonjin on: Jan 12 2008
 
Score 50%

Thanks for the left handed version. But, you also must have mirrored the corner pointers because now they're pointing in the wrong direction :-)

Wayne


Reply to this

-

 Re: Re: Re: Left Han

 
 by rondonjin on: Jan 12 2008
 
Score 50%

Sorry, should have mentioned that I overcame this by simply renaming bottom_left_corner to bottom_right_corner (and right to left) and the same for top_left and top_right :)

Wayne


Reply to this

-

 Re: Re: Re: Re: Left

 
 by rondonjin on: Jan 12 2008
 
Score 50%

I wish I had my head together today! I put it down to lack of beer :) Better do a beer-run before I explode!

Anyway, another thing I wanted to mention is the spinning 'wait' (clock?) icon(s) spin anti-clockwise. That really doesn't need changing because a real left-handed clock (many people have never seen one) does in fact turn anti-clockwise, much easier to read for us lefties :)

Wayne


Reply to this

-

 Re: Re: Re: Re: Re: Left

 
 by Moony on: Jan 12 2008
 
Score 50%
MoonyMoony
Infinality
Home

Your wish has been granted!


Reply to this

goto page:  1  2  3 

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