Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Operating System
Leopard 10.5.2: Customize mouse pointer
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="dichterDichter" data-source="post: 795496" data-attributes="member: 84268"><p>there was a CoreGraphics Hack for 10.2 and 10.3. Because of CoreGraphics is now unicode, i cant find a solution to use this hack on the file.</p><p>it was replacing the spinning icon (or the normal pointer)</p><p>[CODE]Diff file available here</p><p></p><p>apply with:</p><p></p><p>gunzip WaveWait.diff.gz</p><p>cp /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics CoreGraphics.bak</p><p>cp CoreGraphics.bak CoreGraphics.new</p><p>patch CoreGraphics.new < WaveWait.diff</p><p># if that complains at all, see below</p><p>sudo cp CoreGraphics.new /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics[/CODE]</p><p></p><p><a href="http://forums.macnn.com/90/mac-os-x/121657/osx-cursors-location-found/" target="_blank">OSX Cursors location found...</a></p><p></p><p>i tried to find the right hex part in the file to replace but... couldn´t find it.</p><p>so if someone knows how to extract or find picture information in a "Mach-O dynamically linked shared library" please tell me. for windows there are Tools like ResHacker which can extract and replace image files in exe and dll files. maybe there is something like that for osx. would be cool. and would be a solution</p></blockquote><p></p>
[QUOTE="dichterDichter, post: 795496, member: 84268"] there was a CoreGraphics Hack for 10.2 and 10.3. Because of CoreGraphics is now unicode, i cant find a solution to use this hack on the file. it was replacing the spinning icon (or the normal pointer) [CODE]Diff file available here apply with: gunzip WaveWait.diff.gz cp /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics CoreGraphics.bak cp CoreGraphics.bak CoreGraphics.new patch CoreGraphics.new < WaveWait.diff # if that complains at all, see below sudo cp CoreGraphics.new /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics[/CODE] [url=http://forums.macnn.com/90/mac-os-x/121657/osx-cursors-location-found/]OSX Cursors location found...[/url] i tried to find the right hex part in the file to replace but... couldn´t find it. so if someone knows how to extract or find picture information in a "Mach-O dynamically linked shared library" please tell me. for windows there are Tools like ResHacker which can extract and replace image files in exe and dll files. maybe there is something like that for osx. would be cool. and would be a solution [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
Apple Computing Products:
macOS - Operating System
Leopard 10.5.2: Customize mouse pointer
Top