How to permanently stop creation of .DS_Store files on desktop?

Ever since attempting to use .ds_store on Terminal to find hidden iTunes files, the system will not stop creating .DS_Store files on the desktop. I've tried using the defaults write com.apple.desktopservices DSDontWriteNetworkStores true command, to no avail. I'm relatively new to using Terminal, so if someone could offer any tips, that would be good. The file creation is more of an annoyance than a real problem, but I want to know how to stop it, since there is no info on this in other places. Thanks! ~ Eva

The DSDontWriteNetworkStores command only prevents creation on shared network drives.
.DS_Store files are always created locally (unless using something like TotalFinder to prevent that)
The reason you now see them on the Desktop is likely because during the process to track down iTunes files you enabled the option to "see" hidden files - issue the following command in Terminal to "undo" that:
defaults write com.apple.finder AppleShowAllFiles false
If you want the change to be immediate (rather than after logging out & back in or rebooting) then simply "restart" the Finder app, again in Terminal:
killall Finder
Johnny.

Similar Messages

  • Each time I reopen a folder the files get rearranged alphabetically, how do I stop this so the file arrangement in the folder stays the same?

    Each time I reopen a folder in OS X 10.8.4 the files get rearranged alphabetically, how do I stop this so the file arrangement in the folder stays the same?

    I might add that all the files are aliases. There are 40 altogether and I am aware I could create 10 sub-folders so I only have 4 aliases in each subfolder which would mean I only have to rearrange 4 aliases each time but this is still not ideal. I have been using Macs since the 1980's and up to now files have always stayed where you put them unless you selected Arrange By in the Finder View Menu.

  • How do I stop the EMAIL sync between my desktop  and my laptop?

    How do I stop the email sync between my desktop computer and my laptop? Right now, the laptop is set to automatically load my email when I click on mail. I use my desktop daily; laptop only when traveling. The laptop is somehow set to receive ALL messages, so I get messages that are several weeks/months old. I want to be able to manually sync and NOT have all of the hundreds of old, already viewed messages sent to my laptop. However, I DO want my desktop to receive all of my old messages so that I can have them when I return from traveling. Thanks.

    Actually, your mail isn't 'synchronizing' in the conventional sense at all. And, you are effectively trying to make it do so manually at the present time. As you have discovered, this simply does not work.
    The only way that you can effectively address your requirements is to use IMAP—rather than POP3—technology. Using IMAP will allow you to readily control what is stored on the server, and will provide a view into that data store when you use your portable computer.
    While is is possible to use POP3 and set one computer to delete mail from the server and the other not to, this is potentially fraught with problems, and will not fully address your concerns.
    An IMAP option is available from such providers as Apple with .Mac, AOL with AOL Mail and AIM Mail, and Google with GMail. You can convert an existing POP3 account with such a provider to IMAP with little difficulty, or initiate a new IMAP account with such a provider and forward mail to it from providers who do not offer such an option.

  • How do I stop automatic placement of files as a smart object in Photoshop CS4?

    I have done numerous searches on the internet to find out how to stop Photoshop from placing files as a smart object. I followed the suggestion of going to Edit > Preferences > General to uncheck the "Place or Drag Raster Images as Smart Obejct" but that option does not appear in Photoshop CS4. Does anyone know how to deal with this issue in CS4?

    This may sound strange, but to avoid the "Smart Object" designation, just stop "placing" the files. Either open them, or copy and paste them into Photoshop.
    If you're just opening raster files in Photoshop, they come in as pixels - drag a newly opened raster file onto your target Photoshop file. If you're copy/pasting art from Illustrator, you can choose at the time whether it is a "Smart Object," or "Pixels." Sounds like you want pixels.

  • How do I stop Photoshop making my files smaller when I save?

    I import a jpeg file that is say 21MB - and when I save or save as out of Photoshop CS5, (as a jpeg) it makes it only about 1.8MB - how can I stop it doing this??
    I am using Photoshop CS5 on a MacBook Pro.....
    Any help appreciated! Have already tried selecting Image, Image Size and de-selecting the checkbox for 'resample image' but it makes no difference to the save sizre.

    Be mindful of the pixel count in your image, and make sure you're not inadvertently downsampling it.  In other words, if you're opening your image at 6000 x 4000 pixels in size, then saving it at 2000 x 1333 pixels in size, you would expect to see a large reduction in file size on disk.  Such operations as Image - Image Size or Crop could inadvertently be resulting in resampling, depending on your settings.
    And even if you are saving the image at the same pixel count, Photoshop does not duplicate the JPEG save parameters your camera or other software may have used.  In fact the 1 to 12 quality scale is a purely arbitrary simplification of the numerous actual variables chosen behind the scenes that affect the JPEG compression.
    I have no idea what the meaning of such comments as "wow" is.  They don't seem particularly helpful.
    -Noel

  • How do I create a new .DS_Store file for the Desktop?

    I have an account, in this case it is the System Administrator account (which I seldom use), where the Desktop icons all scrunch up to the right side of the screen. I can re-arrange them, but when I log out and sign back on, the icons are shifted back to the right side of the screen. I thought perhaps I had a corrupted .DS_Store file that needed to be removed. However, it turns out that I can find no .DS_Store file to remove for this account. Finder just doesn't seem to be able to create a new one. I'm not sure how or when the old one disappeared.
    Any suggestions how I can get the Finder or something else to create a new .DS_Store for the Desktop so that icons will stay put?

    I think I found an answer (not a solution) to my problem. Consulting with Apple Support, there is no way for the System Administrator's desktop to "remember" the positions of icons from one session to the next. They will always move to the right-hand side of the screen when you log back in. Apparently this is a change that occurred with OS 10.6.4. No reason by Apple given for the change, nor is it readily apparent to me why the Desktop or Finder in the System Admin account should work any differently than in any other account. Might simply be an oversight or a bug.
    If anybody has a fix, I would appreciate learning about it.

  • How do i stop loading a swf file which is still in progress.

    //I have three buttons on the stage (btn1, btn2, btn3)
    when i click the first button swf starts loading
    while the swf is loading if i press the 2nd button
    the first swf wont stop loading and both the swfs start playing
    but if the first swf is fully loaded then every thing workes fine.
    so please let me know how do i stop loading a file which is still in progress.
    var _contentSWF:ContentSWF
    var _content
    btn1.addEventListener(MouseEvent.CLICK, handleClick)
    btn2.addEventListener(MouseEvent.CLICK, handleClick)
    btn3.addEventListener(MouseEvent.CLICK, handleClick)
    function handleClick(){
        if(_content!=undefined){
            _contentSWF.removeContent()
            removeChild(_contentSWF);
            _contentSWF =null;
        _contentSWF = new ContentSWF()
        _content = addChild(contentSWF);
        _contentSWF.init(some path.swf)
    //ContentSWF.as
    private var _path:String
    private var swfLoader:Loader
    private var _content
    public class ContentSWF extends Sprite{
        public function init(path){
            if(_content!=null){
                _content.content.removeEventListener(Event.COMPLETE, completeHandler)
                _content.removeChild(mymc)
                _content=null
            swfLoader=new Loader();
            _path = path
            swfLoader.load(new URLRequest(path));
            swfLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, swfLoaded);
        public function removeContent(){
            swfLoader.contentLoaderInfo.removeEventListener(Event.COMPLETE, swfLoaded);
            swfLoader.unloadAndStop()
        private function swfLoaded(e:Event){
            _content = addChild(mymc)

    Thanks Kglad, it all worked fine but can you help me in this.
    I have 4 movieclips (_a,_b,_c,_d) when i click each of the movieclip they load a SWF(my_mc)
    now when the swf file loades it starts loading a Sound(mp3)
    Now when i press another button  (_b) while this mp3 is loading
    all the methords like  Loader.close and loader.unloadAndStop() workes fine  but i dont know how dose the MP3 loades and start playing
    I also used the below script in  my_mc.swf , but it wont work
    this.addEventListener(Event.unload, myfun)
    function myfun(e:Event){
    \     if(_sound.bytesLoaded<_sound.bytesTotal){
              _sound.close()
         if (_chanel){
              _chanel.stop()

  • How to permanently stop and delete a download?

    Hello,
    I started downloading a free movie on iTunes and I no longer want to finish the download (I don't have enough free hard drive space). I keep stopping and deleting it, but the next time I open iTunes it resumes the download.
    How can I stop and delete the download so I do not have to finish downloading the file?

    You cannot.
    let it download, then delete it.

  • How do I stop my my inactive files from floating BEHIND my active CS6 window in Mac?

    I have CS6 and when working on different images, the inactive images go to behind the photoshop window and do not stay in the front.  This is very inconvenient when I want to drag these images on top of active images to create layers.  How do I stop these windows from 1. floating and 2. going behind the active window.  I am working on a mac.
    I can be reached at Skype: rcarolwaldman or email: [email protected]
    Thanks

    The way I do it on my Mac is go to Window > Application Frame to make sure that my interface is full-screened and all opened files are tabs. When I want to drag something onto my working file I click on the appropriate tab and with the Move tool selected and the Shift key pressed I drag the layer up to the tab for my working file. When it pops open I drag the tool towards the center and release to add the image on a new layer.
    If you'd prefer to have all of your open documents visible at the same time you can choose a viewing option by pressing the Arrange Documents button at the top. I find this useful when I'm painting from reference photos. Since they are all open it's very easy to drag from one to another.

  • How do I stop Thunderbird from storing files on my desktop?

    I'm using Win7 and Thunderbird keeps storing files on my desktop. How do I stop it from doing that?

    It would appear that you have moved your profile, or parts of it.
    In the account settings, look for the setting under ''Server Setting''s named ''Local Directory''. Is this set to your desktop?

  • How can I stop these weird inert file images from appearing on my desktop?

    Inert file images keep appearing and cluttering up my desktop with names such as: 3FV2JEQy.JPG.part;  9wA_fwAk.JPG.part;  MpxSEQgY.jpg.part   etc.
    It seems to me that they are related to viewing photos from emails with "Preview". (They could be photos from iPhoto also. I cannot be certain).
    My desktop fills up with these weird inert file images and I have to go thru and delete them to clear the mess on my desktop. How can I stop this from occurring??
    Many thanks.
    Running Mavericks 10.9.1 on mid 2010 MacPro

    Strange Files Appear on Desktop  and I Have No Idea Why or What They Do

  • How to permanently stop Safari Webpage Preview Fetcher process?

    Since the Safari Webpage Preview Fetcher process takes up to 10% of my CPU on occasion and and it uses bandwidth and it's just dumping loads of images into ~/Library/Caches/com.apple.safari/Webpage Previews is there a way to permanently stop this process from ever starting up again?
    I've blocked it with Little Snitch to see if it that stops it but I don't think it has. Has anyone successfully stopped this process for the long term?
    Message was edited by: W. Raider

    i'd like to permanently stop that as well.

  • F110 - How to prevent multiple creation of DME file?

    Hello,
    I need to prevent multiple creation of DME file for the same Payment Run (after it has been created once).
    "Printout" bottom creates DME file and Payment Advice any time you trigger it.
    I'm searching for some User Exit / BAdi / Function that will help me to add ABAP code that will check if DME file has already been created.
    Thank You in Advance

    Hello,
    Please check if the flag "Create payment medium" is not flagged at the proposal and the payment run file.
    If it is flagged the payment file will be generated. Also when you press the print out button, the print program will be called and the system will try to created a new payment file.
    In order to avoid duplicated payments you should consider using the flag 'Payment Document Validation" in your print program.
    If the 'Payment Document Validation' parameter is not set ON, documents already processed for payment can be selected and paid again in a subsequent payment run, when posting terminations have occurred.
    Please refer to SAP Knowledge Base Article 1713825 in order to activate Payment Document Validation.
    Another option is to suppress  the"Create Payment Medium" flag at Proposal Run.
    In this case you should check the following information:
    Please restrict the activity 15 of object F_REGU_BUK in the user
    profile/role
    You may also refer to the available activities on this:
    - 02 Edit parameters
    - 03 Display parameters
    - 11 Execute proposal
    - 12 Edit proposal
    - 13 Display proposal
    - 14 Delete proposal
    - 15 Create payment medium proposal
    - 21 Execute payment run
    - 23 Display payment run
    - 24 Delete payment run payment data
    - 25 Create payment media of payment run
    - 26 Delete payment orders of payment run
    - 31 Print payment medium manually
    Kind Regards,
    Fernando Evangelista

  • F110 - How to prevent the creation of DME file in Proposal Step

    Hello,
    I would like to prevent the creation of DME file in Proposal Step of Payment Run (F110).
    Is it possible to suppress "Create Payment Medium" checkbox?
    Many Thanks

    If you are using the Payment Medium Workbench, there is perhaps a solution:
    I found the following code in function module FI_PAYMEDIUM_OFX_20
    * We abort the payment if the data is from a payment proposal. With
    * OFX we can pay only if the data does not come from a payment
    * proposal.
      IF I_FPAYH-XVORL = 'X'.
        MESSAGE E404 WITH I_FPAYH-LAUFD I_FPAYH-LAUFI
            RAISING CANCEL_PAYMENT_MEDIUM.
      ENDIF.
    So I think it may be possible to solve your problem by using the event modules in transaction OBPM3, with your own function module based on the code given above. I have not tested such solution and I have no experience with these events, but I'm currently trying to use them for another problem.

  • How to compress or zip excluding '.DS_Store' files

    I have to create a zip file in order to upload multiple files to a specific application. Unfortunately, it rejects the zip created on a Mac because it contains
    hidden files. Any solutions besides going to Parallels everytime I need to do this. It would be much appreciated.

    Found this:
    http://bechster.com/zip-a-folder-on-mac-osx-without-the-pesky-ds_store-files/
    I've not tried it myself.
    The other way would be to make the invisible files visible and remove them first, then zip.

Maybe you are looking for

  • HT4061 my iphone was stolen and i want the serial ?

    my iphone was stolen and i want the serial ?

  • ASA 8.2.5 LDAP authentication by memberof doesn't always work

    I've configured LDAP authentication to allow access if  members are a member of the "VPN_Users" Group.  This configuration is  working, but only for some users.  For other users it isn't.  The output  of the 'debug ldap 255' shows an output of member

  • Global variable in namespace javascript

    Hi, I have this code and want to put my Global var: var column = 'Weekday'; in my namespace: var pinkWeekday = pinkWeekday || {};       how do i do that? var pinkWeekday = pinkWeekday || {}; var column = 'Weekday'; // Create function for rendering th

  • Cannot be more dissatisfied with Verizon customer service

    I used to say Verizon is great because it has a great customer service. Now, I am having a second thought. I have just bought a new HTC One with a new contract and since then I have been having all kinda technical issues with the phone reception and

  • Open New Browser window with "Server Behavior"

    I know how to open a link in a new browser window by going to the Behaviors panel. The site I'm working on is using PHP, so instead of a Behaviors panel all it shows is a "Server Behaviors" panel. Under the "Server Behaviors" there is't an option to