Macworld Forums: Hide Time Machine's icon in the Finder - Macworld Forums

Jump to content

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Hide Time Machine's icon in the Finder

#1 User is offline   Macworld Icon

  • Story Poster
  • Icon
  • Group: MW Bot
  • Posts: 12,769
  • Joined: 30-November 07

Posted 01 April 2008 - 10:31 AM

Post your comments for Hide Time Machine's icon in the Finder here
0

#2 User is offline   slambert73 Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 37
  • Joined: 12-June 04

Posted 01 April 2008 - 12:17 PM

This is a bad (and very common) way to restart the Finder. The Finder is unable to do a proper shut down procedure. As a result currently open Finder windows won't (necessarily) reappear on restart. Recently closed windows sometimes reappear when the finder restarts!
To do the same thing neatly just use this instead:
tell app "Finder" to quit
I just learned this hint today at macosxhints.com. I have been looking to fix this issue in other examples for a long time.
-Scott
0

#3 User is offline   slambert73 Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 37
  • Joined: 12-June 04

Posted 01 April 2008 - 12:25 PM

Duplicate message.
0

#4 User is offline   kingjr3 Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 3
  • Joined: 07-March 08

Posted 01 April 2008 - 12:37 PM

You can also enable the Quit menu for Finder so you don't have to use Applescript. In Terminal, enter the following:
defaults write com.apple.Finder QuitMenuItem TRUE
The quit menu will then be enabled upon restart/reboot.
0

#5 User is online   MichelleEris Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 26
  • Joined: 14-December 07

Posted 01 April 2008 - 04:34 PM

This script will toggle the visibility of the disk:

tell application "Finder" to quit
tell application "System Events" to ?
set visible of disk "diskname" to ?
not visible of disk "michelle"
tell application "Finder" to run
0

#6 User is offline   cour10e22 Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 11
  • Joined: 16-January 08

Posted 01 April 2008 - 05:24 PM

Does this method also work with a Time Capsule? I'm having the hardest time to get this to work with my Time Capsule...
0

#7 User is online   MichelleEris Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 26
  • Joined: 14-December 07

Posted 01 April 2008 - 06:08 PM

Yes, it works with Time Capsule; that's what I tested it on.
0

#8 User is offline   cour10e22 Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 11
  • Joined: 16-January 08

Posted 01 April 2008 - 07:26 PM

Okay, so this is me with the Time Capsule again. I have tried both the Terminal and Applescript methods and neither are working. My Time Capsule is "named" this: "[My Name]'s Time Capsule" but when I connect to the Time Capsule, it's name is "Time Capsule Disk." Which name do I put in? It almost seemed to work after I connected to the Time Capsule and put in "Time Capsule Disk" in the code, since it wasn't visible in /Volumes until I connected to it, but the TC is STILL showing in Shared in the Finder side bar. Also, the other icon is showing up beneath it, the local hostname. Can I get rid of both of these??
0

#9 User is online   MichelleEris Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 26
  • Joined: 14-December 07

Posted 01 April 2008 - 08:36 PM

My script is to hide it from the Desktop, not from the Sidebar. So use whatever name appears on the desktop.
0

#10 User is offline   JimmyJazzuk77 Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 12
  • Joined: 07-November 07

Posted 02 April 2008 - 02:05 AM

I'm probably missing something obvious but I can't drag my time capsule volumes from the sidebar in 10.5.2...
0

#11 User is offline   cour10e22 Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 11
  • Joined: 16-January 08

Posted 02 April 2008 - 07:42 AM

Same here...I can't drag them out of the sidebar either. Also, nothing has ever appeared on my desktop unless I actually mounted the Time Capsule (and the sparse image during the backup, of course). It's not showing up on the desktop now, so the script must have actually worked.

But...I would love to get them out of my sidebar! Is there a fix for this?
0

#12 User is offline   kingjr3 Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 3
  • Joined: 07-March 08

Posted 02 April 2008 - 07:50 AM

Finder > Preferences > Sidebar
0

#13 User is offline   JimmyJazzuk77 Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 12
  • Joined: 07-November 07

Posted 02 April 2008 - 07:56 AM

Yeah, unfortunately it's not quite as easy as that. Finder > Preferences > Sidebar wont work because you would have to turn off 'Bonjour Computers' which would hide the rest of the computers on the network.
0

#14 User is offline   Joyrider Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 4
  • Joined: 29-March 08

Posted 08 April 2008 - 07:35 AM

Off-topic a little, but maybe one of you experts can help with this issue...after the first backup by Time Machine, I get this error message: This backup is too large for the backup volume. The backup requires 19661.6 GB but only 335 GB are available.
Someone said it was VirusBarrier interfering; I deleted those files but still have the problem.
Thanks for any forthcoming help!
0

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

5 User(s) are reading this topic
0 members, 5 guests, 0 anonymous users