Screen effects--eliminate ".mac"--how?

Ask a Question related to Mac Applications & Software, Design and Development.

  1. #1

    Default Re: Screen effects--eliminate ".mac"--how?

    In article <laugh-2CFA08.17400824072003@netnews.attbi.com>,
    Ann Onymous <laugh@your.expense> wrote:
    > Hey, I love Mac as much as the next guy, but I'd like to eliminate the
    > ".mac" item from the Systems Preferences' screen effects list so that I
    > can randomize the screensavers without having to look at the cool new
    > stuff I don't have.
    >
    > Is there a more appropriate group than this for OSX functionality
    > questions? (Other than comp.sys.mac.rtfm?)
    >
    > Cheers,
    > A
    You could try deleting the file /System/Library/Screen
    Savers/.Mac.slideSaver

    It should work but I didn't try it, might just want to move or back-up
    to check first.
    BigDaddy Guest

  2. Similar Questions and Discussions

    1. Server hangs at "Applying computer settings" b4 logon screen
      Hi, we have just upgraded our network from a single NT4 Domain to a Win2k3 Domain. It is in Native mode and all the servers work, which include a...
    2. Lost the on-screen visual intent of displaying "out-of-gamut" colors.
      I won't go into details on why I want this preference back, so I'll just keep this shorter by asking: For some reason I lost my ability to apply "out...
    3. "effects" section of the object pallette????
      Wow..... am I confused. Will someone "in the know" help me out? I'm using freehand mx11.0.2 on OSX 10.3.2. The effects section of the object...
    4. "blank" screen when calling bound FMP from Word - a bug or a feature?
      Dear Listeners: A very strange phenomenon: A single FMP file with 1 record. It basically contains a field where one can input serach terms for...
    5. I've lost my "Styles" in my Lighting Effects
      I don't know what I did, but when I go into Filter/Render/Lighting Effects there are no styles available for me to pick from. I don't think I deleted...
  3. #2

    Default Re: Screen effects--eliminate ".mac"--how?

    In article <BigDogLinux-CB57F5.20164924072003@netnews.attbi.com>,
    BigDaddy <BigDogLinux@comcast.net> wrote:
    > You could try deleting the file /System/Library/Screen
    > Savers/.Mac.slideSaver
    That's what I had guessed, but I've got no such file in that location.
    Furthermore, searching my entire hard drive for ".mac" and "slidesaver"
    fails to reveal the item. My screensaver folder includes only Abstract,
    Beach, Cosmos, Flurry, Forest, and Random, but not .mac

    But it sure appears on the list!
    Ann Onymous Guest

  4. #3

    Default Re: Screen effects--eliminate ".mac"--how?

    Ann Onymous writes:
    > BigDaddy wrote:
    >>
    >> You could try deleting the file /System/Library/Screen
    >> Savers/.Mac.slideSaver
    >
    > That's what I had guessed, but I've got no such file in that
    > location. Furthermore, searching my entire hard drive for ".mac"
    > and "slidesaver" fails to reveal the item. My screensaver folder
    > includes only Abstract, Beach, Cosmos, Flurry, Forest, and Random,
    > but not .mac
    >
    > But it sure appears on the list!
    It is there. The Finder doesn't display files where the first
    character of the name is a dot. This is typical UNIX semantics for
    so-called "dot-files" which Apple has chosen to extend into the
    Finder.

    If you open a terminal window and type:

    cd "/System/Library/Screen Savers"
    ls -a

    you'll see it there.

    I don't know a way to make the Finder show dot-files.

    -- David
    David C. Guest

  5. #4

    Default Re: Screen effects--eliminate ".mac"--how?

    In article <laugh-656E23.20301224072003@netnews.attbi.com>,
    Ann Onymous <laugh@your.expense> wrote:
    > In article <BigDogLinux-CB57F5.20164924072003@netnews.attbi.com>,
    > BigDaddy <BigDogLinux@comcast.net> wrote:
    >
    > > You could try deleting the file /System/Library/Screen
    > > Savers/.Mac.slideSaver
    >
    > That's what I had guessed, but I've got no such file in that location.
    > Furthermore, searching my entire hard drive for ".mac" and "slidesaver"
    > fails to reveal the item. My screensaver folder includes only Abstract,
    > Beach, Cosmos, Flurry, Forest, and Random, but not .mac
    >
    > But it sure appears on the list!
    Since the file name begins with a ".", the file is hidden from the OS X
    Finder. You will need to use terminal.app to see it. The file is owned
    by root, so you have to sudo to get rid of it.

    Or you could boot into OS 9 and go digging into /System/Library/Screen
    Savers and you should find it. Unless of course Apple decided to mark
    the file as invisible too.

    Chris
    Christopher Masi Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139