Reply
   
 Get Inquisitor working in Leopard 
 
 
  #1 (permalink)  
Old 27-10-2007, 02:07 PM
Regular

Group: Regulars
Location: in the ghetto


Get Inquisitor working in Leopard

im sure everyone know the whole story of InputManagers in leopard ... i was curious to see if i could get inquisitor working in leopard so i did a google search and found this blog post on the Textmate blog, i wont go in to specifics as to how InputManagers can work in leopard, read the article if you wish to find out.

Before following the steps its worthy to note that apple has said the method of automatically loading bundles will most likely be disabled in future releases of 10.5 so its unknown how long this will work ... using the method below will also make it harder to update in the future (you will have to copy the files every time you need to update) so only do this if you CANT live without Inquisitor like me.

ok so getting Inquisitor to work on leopard ... these are the steps i took to get it working on my system ... it should work for everyone but im not sure if it will.

*NOTE* These steps use the terminal, if you don't know how to use the terminal DO NOT ATTEMPT THE FOLLOWING
1. Install Inquisitor as normal using the installer

2. Using the Terminal create an InputManagers folder in /Library
Code:
sudo mkdir /Library/InputManagers
3. Using the Terminal copy Inquisitor over to the new folder
Code:
sudo cp -pR ~/Library/InputManagers/Inquisitor/ /Library/InputManagers/Inquisitor
4. Change the owner of /Library/InputManagers to root
Code:
sudo chown -R root:admin /Library/InputManagers
5. Remove the contents of ~/Library/InputManagers (backup any other InputManagers)
Make sure that ~/Library/InputManagers is empty, otherwise Inquisitor will not work.

There you have it! Inquisitor is now working! (hopefully)
__________________
righto then
xfodder is online now
Profile CardPM
Go to the top of the page
Reply With Quote
 
Reply

Thread Tools

 
Similar Threads
 
Thread Thread Starter Forum Replies Last Post
Search in Mail not working with Leopard bigjules Desktop Computers 0 11-02-2008 03:18 PM
Leopard not working with Airport card Prince_Alexander Desktop Computers 0 11-12-2007 02:37 PM
dashboard in leopard not working tripwu Mac OS X & All Software 4 11-12-2007 12:11 PM
Leopard networking in sidebar not working :( The Fluffy Duck Help and New Mac User Support 5 19-11-2007 11:09 PM
Problem installing Inquisitor 3 andrewhollo Mac OS X & All Software 1 12-09-2007 08:32 PM