toobiloo Wrote: 
> Yeah, I've frigged around with the permisions a bit and nothing helps, I
> think it is a path problem but how do I check out the path that the
> prefpane is using?


Open a terminal and type:

echo $PATH

look at the info it gives and see if the path to what you need to use
is in there. If it isn't open a text editor of your choosing and add
the following to a file called ".bashrc" or ".profile" (either will do
the same thing - If you don't have either file, make them, they should
reside in your "home directory", "/Users/yourname/.bashrc"). Add this:

export PATH=$PATH:/path/to/whatyouneed/touse

Once you have done this, save the file with that in it and close the
text editor. Then you will need to restart the slimserver or whatever
else you need to use the new path (logging out and back in again of OS
X will take care of this automagically).

Make sense?


-- 
kanoot
------------------------------------------------------------------------
kanoot's Profile: http://forums.slimdevices.com/member.php?userid=4324
View this thread: http://forums.slimdevices.com/showthread.php?t=21865

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to