Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Mac OS X > Is it possible to bulk change icon resolution in Finder (Panther)?

Is it possible to bulk change icon resolution in Finder (Panther)?
Thread Tools
Senior User
Join Date: Dec 2002
Location: Switzerland
Status: Offline
Reply With Quote
Oct 28, 2003, 07:00 AM
 
I backed up all my data on multiple DVDs with Toast 5.2.1. Then I did a full format on my HD and installed a clean version of Panther.

I copied all the folders and files from the DVD to my HD again. Unfortunately, Toast saved all the icons (in Finder) with icon resulution = 32 x 32 pixels. I had them 48 x 48 before and would like to get that resolution back for all my items.

What's the fastest way to do that? Where is this information archived in Folder? I'm looking for a bulk operation for my entire "Documents" folder, for example.

Thanks for your help!
SwitCHerland, Europe
17" PowerBook 1GHz | WaterField SleeveCase | LaCie d2 250GB | AirPort Extreme BS, AirPort Express | iPod photo 60GB
     
Senior User
Join Date: Dec 2002
Location: Switzerland
Status: Offline
Reply With Quote
Oct 28, 2003, 09:54 AM
 
Please support a switcher...
SwitCHerland, Europe
17" PowerBook 1GHz | WaterField SleeveCase | LaCie d2 250GB | AirPort Extreme BS, AirPort Express | iPod photo 60GB
     
Senior User
Join Date: Jan 1999
Location: California - Bay Area
Status: Offline
Reply With Quote
Oct 28, 2003, 10:00 AM
 
Open your Documents folder in icon view in the Finder.

Go to the menu "View" -> "Show View Options"

Adjust the Icon size slider to where you want it. If "All windows" is selected, this change will apply to all Finder windows in icon view. "This window only" will make the changes only in the view of your Documents folder.
     
Senior User
Join Date: Dec 2002
Location: Switzerland
Status: Offline
Reply With Quote
Oct 28, 2003, 10:03 AM
 
Originally posted by SomeToast:
Open your Documents folder in icon view in the Finder.

Go to the menu "View" -> "Show View Options"

Adjust the Icon size slider to where you want it. If "All windows" is selected, this change will apply to all Finder windows in icon view. "This window only" will make the changes only in the view of your Documents folder.
Thanks. I've already found that.

Problem is, all my folders and files from my Toast backup are now set to "This window only". I can change to "All windows", but will have to do this in every single folder. Isn't there a faster way?
SwitCHerland, Europe
17" PowerBook 1GHz | WaterField SleeveCase | LaCie d2 250GB | AirPort Extreme BS, AirPort Express | iPod photo 60GB
     
Professional Poster
Join Date: Oct 1999
Location: :ИOITAↃO⅃
Status: Offline
Reply With Quote
Oct 28, 2003, 12:01 PM
 
Do this:
in the finder,
File: Find (or command F)

Search in 'Documents' for items whose:
Visibility is 'invisible items'
and Name contains DS_Store

Then throw the DS_Store files in the trash.
The folders should revert to the 'all windows' setting.
     
Senior User
Join Date: Dec 2002
Location: Switzerland
Status: Offline
Reply With Quote
Oct 28, 2003, 12:46 PM
 
Originally posted by Mithras:
Do this:
in the finder,
File: Find (or command F)

Search in 'Documents' for items whose:
Visibility is 'invisible items'
and Name contains DS_Store

Then throw the DS_Store files in the trash.
The folders should revert to the 'all windows' setting.
That's a GREAT idea, congrats!

I found 149 items. Unfortunately, I can't move them to the trash bin. There is in error that the items can't be moved as they are invisible. How can I delete them? I used command A to mark all and hoped for a flag to make them visible, but no success. Maybe with Terminal.app?
SwitCHerland, Europe
17" PowerBook 1GHz | WaterField SleeveCase | LaCie d2 250GB | AirPort Extreme BS, AirPort Express | iPod photo 60GB
     
Banned
Join Date: Nov 2002
Location: Hell
Status: Offline
Reply With Quote
Oct 28, 2003, 01:44 PM
 
     
Senior User
Join Date: Dec 2002
Location: Switzerland
Status: Offline
Reply With Quote
Oct 28, 2003, 04:36 PM
 
Originally posted by ZackS:
http://www.versiontracker.com/dyn/mo...&vid=99812

'Nuff Said.
Thanks for your research. I will only do this once and won't need an app for that. Preferring the manual way.

I found this in user feedback:
"... quick way to get rid of thoose .DS_Store can be done by the terminal by using find . -name .DS_Store -exec rm '{}' ; This will delete all DSStores from the current directory and all his subdirectories."

I tried this terminal command, but it didn't work. What am I doing wrong?

find . -name .DS_Store
lists me all the DS files

exec ... won't run, missing ";"

Terminal/UNIX users, please.
SwitCHerland, Europe
17" PowerBook 1GHz | WaterField SleeveCase | LaCie d2 250GB | AirPort Extreme BS, AirPort Express | iPod photo 60GB
     
Senior User
Join Date: Dec 2002
Location: Switzerland
Status: Offline
Reply With Quote
Oct 29, 2003, 12:29 AM
 
Originally posted by tritonus:
I found this in user feedback:
"... quick way to get rid of thoose .DS_Store can be done by the terminal by using find . -name .DS_Store -exec rm '{}' ; This will delete all DSStores from the current directory and all his subdirectories."
How do I enter this command line, please?

- one line doesn't work
- two commands in one line doesn't work
- what about the ";" error

Can someone post an example (I'm a switcher)?
SwitCHerland, Europe
17" PowerBook 1GHz | WaterField SleeveCase | LaCie d2 250GB | AirPort Extreme BS, AirPort Express | iPod photo 60GB
     
Senior User
Join Date: Aug 2002
Location: Auckland, NZ
Status: Offline
Reply With Quote
Oct 29, 2003, 12:48 AM
 
This is interesting - while we're at it, is it also possible to set the opening positions of all windows in a similar manner? This has really bugged me since I started using OS X in 10.1.2.

All windows open at the same unexplainably chosen place, sized to fit like 3.5 icons across whereas 4 would have at least been bearable!

And the only way I have found to fix it is to change them 1 by 1 - open a window, change it, close it. Then it usually remembers but it is rather a lot of work, and of course, the Computer window still never remembers.

So, can it be done more easily?
     
Clinically Insane
Join Date: Oct 2001
Location: San Diego, CA, USA
Status: Offline
Reply With Quote
Oct 29, 2003, 01:26 AM
 
Originally posted by tritonus:
How do I enter this command line, please?

- one line doesn't work
- two commands in one line doesn't work
- what about the ";" error

Can someone post an example (I'm a switcher)?
Your problem is that the shell is eating your semicolon. You have to escape it with a backslash, like so:
Code:
find . -name .DS_Store -exec rm '{}' \;
That should work properly.
Chuck
___
"Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
     
Senior User
Join Date: Dec 2002
Location: Switzerland
Status: Offline
Reply With Quote
Oct 29, 2003, 02:14 AM
 
Originally posted by Chuckit:
Your problem is that the shell is eating your semicolon. You have to escape it with a backslash, like so:
Code:
find . -name .DS_Store -exec rm '{}' \;
That should work properly.
Thanks a lot, it worked the way you described. The .DS_Store files are gone.

Unfortunately, that didn't solve my original problem. The icons still have the "This window only" flag set. Where is that information stored when not in DS_Store?
SwitCHerland, Europe
17" PowerBook 1GHz | WaterField SleeveCase | LaCie d2 250GB | AirPort Extreme BS, AirPort Express | iPod photo 60GB
     
Senior User
Join Date: Dec 2002
Location: Switzerland
Status: Offline
Reply With Quote
Oct 29, 2003, 02:15 AM
 
Originally posted by Mithras:
Do this:
in the finder,
File: Find (or command F)

Search in 'Documents' for items whose:
Visibility is 'invisible items'
and Name contains DS_Store

Then throw the DS_Store files in the trash.
The folders should revert to the 'all windows' setting.
I got rid of all the DS_Store files. Didn't help though (see my post above).
SwitCHerland, Europe
17" PowerBook 1GHz | WaterField SleeveCase | LaCie d2 250GB | AirPort Extreme BS, AirPort Express | iPod photo 60GB
     
Senior User
Join Date: Dec 2002
Location: Switzerland
Status: Offline
Reply With Quote
Oct 29, 2003, 11:01 AM
 
Originally posted by tritonus:
I got rid of all the DS_Store files. Didn't help though (see my post above).
Any other suggestions to this problem? Thanks.
SwitCHerland, Europe
17" PowerBook 1GHz | WaterField SleeveCase | LaCie d2 250GB | AirPort Extreme BS, AirPort Express | iPod photo 60GB
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 10:35 AM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2