image
image
Ticket Options
Question Details
TICKET ARCHIVE -> Image Capture
g3t - Sep 8, 2005 - 10:34 pm
image
image
I,M still have problem with that issue about Safari missing images on Apple site or even Apple email for news ..miss the images.
But by passing an web page hack it is come all ok....weird. !
But for now i want to know if you could help me for that issue : i want to take off the shadows of all window in any applications.
Some one told me that it is poss. to do it in the terminal by a kind of Script or something ealse....
It would help me in process photos in PS CS.
They says that it take double ram place like 20 mo. for a photo and double it for the back shadows one = 40 mo. it is that true ? And if you could tell me if i could delete it ?
Gerry :-)
tubajensen - Sep 9, 2005 - 8:48 am
image
image
Gerry,

open Terminal. For the Dock you can type

defaults delete com.apple.dock showshadow;killall Dock

and hit the return key.

-------
Did this answer your question(s)?
Allan
g3t - Sep 11, 2005 - 10:59 am
image
image
Hi Allan,
Thank for the answer but ...exactly what is the sentence i have to write in terminal ...because i try a lot of version to command but it's always says missing something or the last try it's made something but nothing change in the windows look !
i give you a copy of what i did in the Terminal and tell me if a can revert that if it's not the right command and maybe you will know now exactly what i want to tell you about .Last login: Tue Sep 6 23:48:07 on console
Welcome to Darwin!
Ordinateur-de-gerard-gill:~ gerardgill$
Ordinateur-de-gerard-gill:~ gerardgill$ defaults delete com.apple.dock showshadow;killall Dock
2005-09-09 19:15:41.759 defaults[1017]
There is no (showshadow) default for the (com.apple.dock) domain.
Defaults have not been changed.
Ordinateur-de-gerard-gill:~ gerardgill$ showshadow;killall Dock
-bash: showshadow: command not found
Ordinateur-de-gerard-gill:~ gerardgill$
Ordinateur-de-gerard-gill:~ gerardgill$ com.apple.dock showshadow;killall
-bash: com.apple.dock: command not found
usage: killall [-l] [-v] [-m] [-sig] [-u user] [-t tty] [-c cmd] [cmd]...
At least one option or argument to specify processes must be given.
Ordinateur-de-gerard-gill:~ gerardgill$ com.apple.dock showshadow;killall Dock
-bash: com.apple.dock: command not found
Ordinateur-de-gerard-gill:~ gerardgill$ delete com.apple.dock showshadow;killall Dock
-bash: delete: command not found
Ordinateur-de-gerard-gill:~ gerardgill$ defaults delete com.apple.dock showshadow;killall
2005-09-09 19:18:19.752 defaults[1031]
There is no (showshadow) default for the (com.apple.dock) domain.
Defaults have not been changed.
usage: killall [-l] [-v] [-m] [-sig] [-u user] [-t tty] [-c cmd] [cmd]...
At least one option or argument to specify processes must be given.
Ordinateur-de-gerard-gill:~ gerardgill$ defaults delete com.apple.dock showshadow;killall Dock
2005-09-09 19:18:43.987 defaults[1033]
There is no (showshadow) default for the (com.apple.dock) domain.
Defaults have not been changed.
Ordinateur-de-gerard-gill:~ gerardgill$
Ordinateur-de-gerard-gill:~ gerardgill$ showshadow;killall
-bash: showshadow: command not found
usage: killall [-l] [-v] [-m] [-sig] [-u user] [-t tty] [-c cmd] [cmd]...
At least one option or argument to specify processes must be given.
Ordinateur-de-gerard-gill:~ gerardgill$ com.apple.dock showshadow;killall Dock
-bash: com.apple.dock: command not found
Ordinateur-de-gerard-gill:~ gerardgill$
Ordinateur-de-gerard-gill:~ gerardgill$ defaults delete
Command line interface to a user's defaults.
Syntax:

'defaults' [-currentHost | -host ] followed by one of the following:

read shows all defaults
read shows defaults for given domain
read shows defaults for given domain, key

read-type shows the type for the given domain, key

write writes domain (overwrites existing)
write writes key for domain

rename renames old_key to new_key

delete deletes domain
delete deletes key in domain

domains lists all domains
find lists all entries containing word
help print this help

is ( | -app | -globalDomain )

is one of:

-string
-data
-int[eger]
-float
-bool[ean] (true | false | yes | no)
-date
-array ...
-array-add ...
-dict ...
-dict-add ...
Ordinateur-de-gerard-gill:~ gerardgill$
tubajensen - Sep 11, 2005 - 4:51 pm
image
image
Gerry,

as the message says:

There is no (showshadow) default for the (com.apple.dock) domain.
Defaults have not been changed.

This means the shadow is turned off already. If you want to turn the shadow on you need the command:

defaults write com.apple.dock showshadow -boolean true;killall Dock

You might not be able to see the effects on all desktop backgrounds, but if you choose a white background for your desktop (from the System Preferences' "Desktop & Screen Saver" preference pane) turning shadow off and on should be quite visible.

-------
Did this answer your question(s)?
Allan
g3t - Sep 11, 2005 - 9:27 pm
image
image
Thank for that view Allan,
... and i have another prob. about the panel of the screensavers and the image of the background i cann't change it , every time i try .it close after a few seconds ( 3 sec. ) and tell me to send to Apple the BUG. ...Is there something i can do about it to restore it ?
Thank for your help. :-)
tubajensen - Sep 12, 2005 - 5:17 am
image
image
Gerry,

first try and repair your disk permissions. To do this open Disk Utility (found in /Applications/Utilities) and highlight the drive or partition where your system software is installed. Then click on the "Repair Disk Permissions" button. Restart your computer and see if this solved the problem. If not please write again.

-------
Allan
g3t - Sep 12, 2005 - 8:32 pm
image
image
hi, I did that without boot by CD and nothing change ...still the same prob.!
tubajensen - Sep 13, 2005 - 4:55 pm
image
image
Try to drag the following files and folders to the Trash:

/System/Library/Extensions.mkext and /System/Library/Extensions.kextcache

/System/Library/Caches/com.apple.kernelcaches

/Library/Caches/com.apple.ATS

and all the files in /Library/Caches whoose names begin with com.apple.LaunchServices

Then restart your computer. If files on your desktop don't show up correctly try and log out and login again.

-------
Allan
g3t - Sep 13, 2005 - 5:30 pm
image
image
hi Allan,
I try all what you says. nothing change after the restart ...
One thing do i hav to trash the preffs. of those files /extentions ?
Thank again to help me about that. :-)
tubajensen - Sep 13, 2005 - 6:05 pm
image
image
Empty the files dragged to the Trash. Then restart. Any difference?

-------
Allan
g3t - Sep 13, 2005 - 7:18 pm
image
image
i did all that but not the preffs. of some extentions you say ( 2 ) .
And i hav nothing in library : and all the files in /Library/Caches whoose names begin with com.apple.LaunchServices.
ànothing at all.
What can i do now ? :-)
tubajensen - Sep 14, 2005 - 7:41 am
image
image
Gerry,

I have no more suggestions other than to reopen your question for someone else to look at. Please tell me if you want that. One last word though. In your case I would back up my data (at least the home folder and maybe /Library and /System also) and reinstall the system software.

-------
Allan
g3t - Sep 14, 2005 - 5:55 pm
image
image
HI,
I try something that somebody told me : Make a new account and with that every thing is alright on the dock ...i could to things on screensaver and ealse. :-)
But could i transfert easyly my account on that nwe account ?...without making a mess of it ?
tubajensen - Sep 14, 2005 - 6:26 pm
image
image
Gerry,

I think you would have problems with privileges. You could maybe somehow transfer things from the old account to the new one via the "Shared" folder found in /Users.
The question is: is this much less work than a backup and reinstall? Please judge for yourself.

-------
Allan
g3t - Sep 18, 2005 - 6:55 pm
image
image
Hi Allan, it is working with new user account but in shared folder in Users what is the way to transfert thing to take that account ..?
It is easy or very complicated ?
BTW i found the soft for making my G3 faster by killing the shadows/windows ...and it is work very well. :-) it is call : shadowkiller 12.
at that URL : h**p://www.unsanity.com/products/free
for your info and it's free :-)
tubajensen - Sep 19, 2005 - 5:32 am
image
image
Gerry,

thanks for the link. It really does speed things up a bit. Doesn't look very pretty though.
I suppose you could login to your "old" account (called gerardgill or something?) and then drag important stuff like Documents, Pictures, Music, Movies and Library into the Shared folder. Then log out and login to your "new" account (name?) and get the things you need from the Shared folder. For your information: the Shared folder is available to all users. If you don't follow the procedure above I suggest you backup your Documents, Pictures, Music, Movies and Library before you reinstall. You might need things from there on your new system.

-------
Did this answer your question(s)?
Allan
g3t - Sep 19, 2005 - 5:15 pm
image
image
Hi Allan,
I will let it like that for now with that problem with the Apple site problem.! i don't mind now , i hav something ealse to do more important.
See you . :-)
g3t - Nov 25, 2006 - 10:39 am
image
image
Hi Allan,
Long time having not prob...
But there is one that i could not correct it my self..
It is about log-in at your site from a new Mac with the same info as usual .
It always say : thank you for log-in and nothing to do after coming back to the log-in window as i did not log-in !!!!
What can i do for making correcting my new Mac ?
:-)
Cheryl - Nov 25, 2006 - 11:24 am
image
image
Gerry,

I am not sure what you are trying to explain about logging into our web site. Do you mean that it shows you automatically logged in (you did not log in but it recognizes you) ? Or is the problem something else?

Cheryl
g3t - Nov 26, 2006 - 9:07 am
image
image
it is for Log-in with my name/password for your site on a new Mac G4 i have ...but it does not let me has a member like on my G3.
i hav the same email for both Macs but it is always say that i cann't register with my G4 because the emmail is already in use !!!!!
So what can i do to make it working on both with the same email ?
Thank in advance
Cheryl - Nov 26, 2006 - 10:14 am
image
image
Gerry,

You do not register computers, just you as a person. You should be able to log in using your user name and password.

On the new G4:
First, go to Safari's preferences and select Security. In the section that says Accept Cookies, select only from sites you navigate to.
Now click on the show cookies button.
A new window will appear.
scroll down and click on the file that has macosx.com or .macosx.com and then click on the Remove button.
Do this to all the files with macosx.com
Click on the done button and close Safari's preference window.

Next, go to the Safari Menu and select Empty Cache
A new window will appear asking if you are sure. Just click on the Empty button. (Make sure you select Empty Cache and not Reset).

Now give macosx.com a try and see if it will allow you to log in. Remember your password is case sensitive.

Keep me posted on how you do.

Cheryl
g3t - Nov 26, 2006 - 10:44 am
image
image
HI Cheryl,
It is working now , cool.. :-))))
Thank you very much for that and btw in preffs... on safari i did not found no cookies from your server . the reason was that in the preffs. " security " i was click ing on never accept cookies and changes it to from the sites i visit only and it work very well now .
So now that it resolve that the question i had to you was :
In the 10.4.8. install on my G4 733 the appl. capture image , i cann't hav the choice of taking picture from the web to my digital if it plus-in the usb slot.
And i cann't see it from " add to the selection bar like " rotate left or right or cancel image or ealse. the icon is and old camera with flash yellow.
And on my G3 with 10.3.9 i hav it the choice for it !!
Look likes is missing on the 10.4.8 !!
Can i reinstall only the appl. from the receipts or ...?
Cheryl - Nov 26, 2006 - 12:04 pm
image
image
Gerry,

Image Capture is used when you connect a digital camera to your computer.

Let me see if I understand you correctly. You want to transfer a picture from a web site to your digital camera. Could it be that on your G3 you are using iPhoto?

Cheryl
g3t - Nov 26, 2006 - 12:29 pm
image
image
HI Cheryl,
It is working now , cool.. :-))))
Thank you very much for that and btw in preffs... on safari i did not found no cookies from your server . the reason was that in the preffs. " security " i was click ing on never accept cookies and changes it to from the sites i visit only and it work very well now .
So now that it resolve that the question i had to you was :
In the 10.4.8. install on my G4 733 the appl. capture image , i cann't hav the choice of taking picture from the web to my digital if it plus-in the usb slot.
And i cann't see it from " add to the selection bar like " rotate left or right or cancel image or ealse. the icon is and old camera with flash yellow.
And on my G3 with 10.3.9 i hav it the choice for it !!
Look likes is missing on the 10.4.8 !!
Can i reinstall only the appl. from the receipts or ...?
g3t - Nov 26, 2006 - 12:53 pm
image
image
Not exactly,
I'm french user so my words in english some times it is not correspond of what i meanning.
So the thing is : the poss. to take a picture in the CaptureImage web link, like by default the link adress is 192.168.0.100:5100 in the preff. Share set-up window, when the digital camera is plug at that Mac. it could be my G3 or from outsite the home.
Is there a way that i could send to you a screen shot of the icon and so ?
Cheryl - Nov 26, 2006 - 2:54 pm
image
image
Gerry,

I think I understand what you want to do. You want to connect a camera on one machine and share the images on the camera to another computer.

If your computer is connected over a local network to any other computers using Mac OS X version 10.3 or later, you can share your digital cameras and scanners. The other computers must be on the same subnet as your computer. This means they are connected as local network - say your G4 and G3 connected to an ethernet router. Your modem connected to the router. Both machines can connect to the internet and you can share files.

Connect a digital camera or scanner to your computer and turn it on.
Choose Image Capture > Preferences, and click Sharing.
Select "Share my devices," and then select the device or devices you want to share.
If you like, type a name for your device (one is provided by default) and set a password.

You can also share the images on your camera over the web.

Connect a digital camera and turn it on.
Choose Image Capture > Preferences, and click Sharing.
Select "Share my devices," select the devices to share, and select Enable Web Sharing.
A URL appears under Enable Web Sharing. When you enter this URL into any browser, a webpage appears and displays the images on your shared devices.

If the computer is not on your subnet, or if you don't want to use Safari, you must get the web address of the computer sharing the images. On the computer that's connected to the camera or scanner, open Image Capture and choose Image Capture > Preferences. Then click Sharing. The web address appears under the Enable Web Sharing checkbox. Type the address into the address field of the web browser you're using to view the images. You would need to tell the person on the other computer of the URL for them to see the images you are sharing.

I hope this helps you.

Cheryl
g3t - Nov 26, 2006 - 3:46 pm
image
image
Hi Cheryl,
You gave me very good helps about Image Capture, thank.
Another question...
And so why it is diff. software between 10.3 and 10.4 about Image Capture ?
There is diff. options for the main bar icons for personalize.
On the 10.3 you have the camera option to take picture and on the 10.4 you don't have the same poss. of choice.
:-)
Cheryl - Nov 26, 2006 - 4:05 pm
image
image
Gerry,

10.3 and 10.4 are different OS versions. Even if they do look the same, the inside workings of each of them are different.
I think that when the developers optimized or gave one part of the OS more features, they had to change another part for the change to work.

Since I am not a code writer or developer I am only guessing.

Cheryl
g3t - Nov 26, 2006 - 4:19 pm
image
image
Ok i understand .
One thing a know by using it is that about the selections of images , we couldn't now select some pictures to u/p by holding Command key and select those we want like we use to do ...cause it select all of them and we have to click again on those we do not want instead of by always still holding command key :-( Weird new options !!!
Thank Cheryl for your help.
Cheryl - Nov 27, 2006 - 12:57 am
image
image
Gerry,

You are welcome. I will now close this ticket. If you have another question or problem in the future, just open a new question.

Cheryl

IF THIS IS YOUR QUESTION AND YOU WISH TO RESPOND, LOGIN HERE FIRST.


Search Engine Friendly URLs by vBSEO 3.1.0