Weird scroll behavior in Folder with actions attached

My downloads folder has an action that is performed when files are added. Now when scrolling down the contents within List mode, it will randomly jump back to whatever file I have selected. Is this expected behavior with folders that have actions attached? Anyway around it?

OS Lucinity wrote:
Wow, you're right! When I delete the .DS_Store file it scrolls properly, until the time when it again adds the .DS_Store file. I'm guessing that the action is corrupting the .DS_Store file.
for f in "$@"
do
touch "$f"
done
it really shouldn't be doing this if you are running this command on added files only. by I guess when the system updates the .DS_store file in this folder it first deletes the current one and only then writes out the new one. I know that's how it works with the plists. then it would probably run this command on .DS_store and that can easily cause the behavior you are seeing. you might try modifying the the folder action to ignore the .DS_store file. that will look like this
<pre style="
font-family: Monaco, 'Courier New', Courier, monospace;
font-size: 10px;
margin: 0px;
padding: 5px;
border: 1px solid #000000;
width: 720px;
color: #000000;
background-color: #ADD8E6;
overflow: auto;"
title="this text can be pasted into the Script Editor">
for f in ~/Desktop/3/*
do
if  [ $(basename "$f") != .DS_Store ]
 then
echo $f
fi
done</pre>
I found this app to remove folder actions. Wierd that I don't see a Folder Actions tab in my Finder contextual menu
it's there in the services submenu.
/System/Library/CoreServices/Folder Actions Setup.app
Message was edited by: V.K.

Similar Messages

  • Scrolling lags in folder with many subfolders

    My problem is that since upgrading to Yosemite, navigating large folders is extremely sluggish. Dragging one file from one folder to another used to lag for up to several seconds, but I fixed that particular problem, for the most part, by clearing Finder's cache. However, scrolling in any folder with approximately a hundred items in it or more still hangs. I tried playing with the scrollbar visibility but that didn't solve anything. Is there any way to fix this so I can scroll quickly and smoothly through large folders? Thanks.

    Open your Music folder and type cmd-F. If the folder is not selected as the search source, select it.
    Leave the first line set to Kind is Any.
    Option-click the + button
    Set it to "None" of the following are true
    In the first line of that criteria, set it to Kind is Music All
    That will include all the folders, but you can sort by Kind, which will move them out of the way.

  • Problem with MacMail on MacBook Air - mail with 32MB attachment appearing in "recovered messages" folder every 12 seconds

    Problem with MacMail on MacBook Air
    3 days ago I failed to send a mail with a large (32MB) attachment - and it is no longer in my outbox, draft mails or sent file.
    BUT a copy of this same mail now appears every about 15 seconds in my "recovered messages" folder
    I noticed when I received a system error saying I had a disk almost full issue - there were over 580 copies of the mail with 32MB attachment in the "recovered messages file"
    I deleted them all, and deleted the Trash
    BUT the message still keeps re-appearing every 15 seconds or so.  So I keep deleting them.
    Since then I have not been able to receive mail (altho' I am able to send) and Mail is VERY slow
    I am running MAC OS X 10.6.8
    I am running Mail version 4.6 (1085)

    Also here's the log before it happened. As you can see there is no activity from 9:48 to 10:00 am when the sound occurred.
    23/02/2014 9:48:12.792 am ntpd[52]: FREQ state ignoring -0.145411 s
    23/02/2014 9:48:15.258 am WindowServer[96]: _CGXHWCaptureWindowList: No capable active display found.
    23/02/2014 9:48:20.000 am kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000280
    23/02/2014 9:48:20.000 am kernel[0]: ARPT: 61.319378: AirPort_Brcm43xx::powerChange: System Sleep
    23/02/2014 9:48:20.000 am kernel[0]: ARPT: 61.319390: wl0: powerChange: *** BONJOUR/MDNS OFFLOADS ARE NOT RUNNING.
    23/02/2014 9:48:20.000 am kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    23/02/2014 10:00:04.000 am bootlog[0]: BOOT_TIME 1393167604 0
    23/02/2014 10:00:06.000 am syslogd[17]: Configuration Notice:
    ASL Module "com.apple.appstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    23/02/2014 10:00:06.000 am syslogd[17]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".

  • I want to run an action on a folder with a bunch of subfolders

    i created an action to change the color space from rgb to cmyk. i have one folder with 52 subfolders in it. rather then run this action 52 times I would like to run it once and have it apply to all the subfolders. when i go in the bridge and choose tools. photoshop. batch i get a message
    folders cannot be used for this command
    any ideas

    Use Dr. Browns 1-2-3 process but only when using it through PSCS File - Scripts you get the option include subfolders.
    If you don't have the script visit Russel Brown his website, you can download it for free :-)

  • How can i stop the Action Wizard from putting the original file into the Source folder with my changed documents?

    How can i stop the Action Wizard from putting the original file into the Source folder with my changed documents?

    [discussion moved to Creating, Editing & Exporting PDFs forum]

  • My laptop touchpad scroll is not working with firefox 4. It is wroking with other programs. When I attach a mouse then scroll works with mouse wheel. It is only not working with touchpad. It is/was working with firefox 3.6.x

    I am using windows xp service pack 3 with Lenovo T60p.

    I too have this problem, I have an Acer Aspire 7551G with an ALPS mutitouch touchpad. It works perfectly fine in every other program, and worked in Firefox 3.6. Scroll also works fine with a USB mouse. I tried downloading the 'latest' driver from the Acer support website, but when I tried to install it, it says that I am trying to install the same driver that I already have, so that fix isn't possible. I've only had the machine for 3 months, so I would imagine the drivers are pretty current.
    I can't believe that this is a driver problem anyway, as I say, it works perfectly well in every other program, so it must be something wrong with Firefox. I was looking forward to using Firefox 4, but this problem is too annoying to put up with. Oh well, back to Chrome... at least until there is a fix found or implemented.

  • How to Change Outlook Default Folder for Insert-Attachment and Save Email/Attachemnt while Outlook is open (VBA)

    Hello,
    Office 2010 32bit, VBA
    Is it possible to programmatically do the above while Outlook is running?  If so, I'm hoping to make that change from a Word macro.
    I tried tinkering with the reg key and that doesn't work because it appears Outlook only respects it at startup time. Similary changing Word File-options-location of documents is respected only when Outlook starts.
    I'm looking to seamlessly keep Outlook's default folder in sync with Word's default folder as the users change working folders in Word, which they do many times per day (and they chose the folder among a couple of thousand possibilities).
    I'm hoping there is a difficult-to-find Outlook object I can manipuate to get to the end result.  IF there is such an Object I have been unable to find it.
    Many thanks!
    Julie

    Hi Julie,
    Based on my research, I think outlook object model doesn’t provide the way to change the default folder for insert attachment and save email/attachment.
    The way to change it is that we need to modify the registry setting and the outlook app should be restart.
    # How to set the default attachment folder in Outlook
    https://support.microsoft.com/kb/252732?wa=wsignin1.0
    You may create the add-in to custom these actions (e.g. attach attachment, save email)
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Bug with workflow that creates a folder and sub folder with the same name.

    Hi,
    I've found a possible bug in SharePoint 2010 workflows. I only have access to SharePoint 2010 and SharePoint Designer 2010 over my companies intranet, afaik I don't have access to to logs or anything server side so sorry for the any missing information.
    I had some problems with a workflow in one list that needed to create some folders and subfolders in a second list. The production version did a lot more so I setup a test area with 1 list and a workflow that only does the folder creation part and have managed
    to consistently replicate this problem.
    The test list has two columns, [title] and [sub folder title]
    The workflow starts by getting the values for [title] and [sub folder title] into variables.
    It then creates a folder in the same list with the same name as [title], and then creates a sub folder under this with the name from [sub folder title]
    So the resulting structure would be:
    Test List:-
        List item with fields [title] and [sub folder title]
        [folder: title]:-
            [folder: sub folder title]
    If both folder names are different (e.g Folder1 and Folder2) then it works perfectly fine, if both folder names are the same (regardless of character case, e.g. samefolderName and sameFolderName) then the workflow fails.
    As part of the test i made the first action of the workflow to log the message "Workflow Started" to the history list. When the workflow fail there's nothing logged in the history list other than the error: "The workflow could not update the
    item, possibly because one or more columns for the item require a different type of information."
    Creating a sub folder with the same name as it's parent works fine manually but for some reason a workflow can't seem to do it in one action.
    As there's no history list entries before the error it looks like the workflow is just failing to start but if i do something like add an if statement to check if [title] and [sub folder title] are the same, and only create the subfolder when they are not
    then it runs fine doing what it's set to.
    The function of the workflow in our office was for convenience so were just working without it. Just wanted to post to see if anyone else has come across this/could try to replicate or explain this  and see if it's a SharePoint bug or something specific
    to our setup.
    thanks,
    Martin

    not sure about the specifics of your workflow, but if you're querying the list for the folders... keep in mind that a list lookup will only ever bring back ONE item... even if there are several items that meet the filter criteria... example: if i search
    a list for an item assigned to "john doe", there may be 15 tasks that meet the criteria, and it'll only grab one... this is why SP Designer WARNS you when your list lookup may exhibit this behavior.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • I am getting a blinking folder with question mark when I boot my computer, what does this mean?

    This morning when I turned on my laptop, it made a weird ticking noise and now all I can get is a blinking icon that looks like a manilla folder with a question mark.

    That folder with the question mark icon means that the MacBook can't find the boot directory. That can either mean it can't find the hard drive or the Operating System data on the hard drive is somehow corrupted.
    With 10.4, 10.5 or 10.6 put your install DVD into the optical drive (CD/DVD drive) and reboot. Be sure to either use the disc that came with your Mac, or, if you installed a later Mac OS X version from disc, use the newer disc. As soon as you hear the boot chime, hold down the "c" key on your keyboard (or the Option Key until the Install Disk shows up) until the apple shows up. That will force your MacBook to boot from the install DVD in the optical drive.
    Or if you are running 10.7 Lion, 10.8 Mountain Lion or 10.9 Mavericks, boot from the recovery partition (Command +R on boot) and use Disk Utility to repair your OS 10.7, 10.8 or 10.9 partition.
    When it does start up, you'll see a panel asking you to choose your language. Choose your language and press the Return key on your keyboard once. It will then present you with an Installation window. Completely ignore this window and click on Utilities in the top menu and scroll down to Disk Utility and click it. When it comes up is your Hard Drive in the list on the left?
    If it is, then click on the Mac OS partition of your hard drive in the left hand list. Then select the First Aid Tab and run Repair Disk. The Repair Disk button won't be available until you've clicked on the Mac OS partition on your hard drive. If that repairs any problems run it again until the green OK appears and then run Repair Permissions. After repairing use Startup Disk from the same menu to choose your hard drive for restarting from your hard drive.
    If your hard drive isn’t recognized in Disk Utility then your hard drive is probably dead.

  • Sharepoint Incoming Email with .msg attachment,Attachment missing

    Hi
    I have a document library confogured to allow incoming emails.My environment is Moss 2007 sp1. When i send an email with an attachment of type doc or pdf or zip. The attachments are there in the document library.
    If i send an email with a .msg file (outlook 2003) as attachment, the attachment goes missing. I Stopped the Timer service and sent an email and the email was available in the drop folder.If i open the email from the drop folder i can see that my attachment
    is there.Now if i start the Sharepoint timer service the email body is available in the document library but the attachment is Missing. This issue is happening only with attachments of type  .msg.
    Please could you help with this issue.

    This is the default behavior when you email enable a document library.
    If you want to save the original email as well.
    Go to the Document Library Settings
    Followed by Incoming email Settings.
    On the Incoming email settings page in the Email Message section.
    Choose Yes for Save original email? and click
    OK.
    Now if you send any new email with attachment, you will be able to see both the Attachment & original email in the document librabry. Hope that helps.
    -Mukesh

  • Imap don't see mails with large attachment

    Hello,
    my email is set to imap so I get the emails on my iphone and on my mac and all should be synchron but there is following problem:
    Emails with large attachment are not shown on my imac. I got the Email on my iphone. The mail is on the server when I look over web, but the mail is not on the mailprogram shown on the imac. On the parallel outlook it is shown. So I think there is somewhere a setting where large attachment will not be downloaded but then the header should be shown but it isn't.
    What could be the reason for the missing download of large attachment in a email in a imap account on mail in mavericks
    Thank you and best regards....and sorry for my broken english
    Michael

    Originally Posted by laurabuckley
    Hi Rupert,
    Sorry about the delayed response.
    When you login with your "rupert" account on the GroupWise client, is your Mailbox folder directly in the Root (home folder) i.e. not under some other folder?
    Perhaps to be on the safe side, run a GWCheck against your user account.
    Use either the standalone version of GWCheck or run the same check from ConsoleOne with following options (described here for a standalone version):
    1. Database type -> Post Office
    2. Database Path -> use a browse button to navigate in a location where is a wphost.db, the Post Office database
    3. Post Office Name -> fill in a Post Office name.
    4. Object type -> select User/Resource and type either a MailboxID or directly a user database file name.
    5. Action -> leave default Analyze/Fix Databases.
    6. Activate (only) Contents and Fix problems check boxes.
    7. Database tab -> activate only the User option
    8. Misc tab -> here type a string resfldr (or use alias string folderreset)
    9. Run.
    Let us know how it goes.
    Cheers,
    YESS!!
    Thank you very much!!!

  • IPhone 6 Plus weird screen behavior

    I recently started noticing some erratic touch behavior on my screen, it's as if I have a possessed phone such as taps that I did not make, or swipes (up/down/left/right) as well. The spotlight randomly swipes down, or the notification center (it seems like a consistent swipe down behavior but at different locations). I couldn't swipe left yesterday to unlock my phone, and sometimes hangs and only locking/unlocking can fix the unresponsiveness.
    Moreover, random tappings affect games and apps such as whatsapp, where it goes to the previous page due to a top left page tap, and then again on the edit button, then starts randomly scrolling up and down and tapping random parts of the screen.
    This is quite frustrating, I tried formatting and starting the phone as a new one and only installed Whatsapp, but the problem persisted, albeit at fewer occurrences.
    Now I noticed the problem again even though I'm on iOS 8.1, with only apps, music, and photos synced back from iTunes. What is happening ? How can I get this fixed ?
    Summary
    Issue :
    Erratic touch behavior which cannot be produced on demand
    Rare screen unresponsiveness following the weird touch behavior
    What I've tried :
    Reset and start phone as New
    Reset all Settings
    Hard Reset
    Currently using a sketching app to see how the screen taps randomly (for proof as well).

    Hello zazu90,
    Thanks for using Apple Support Communities.
    To troubleshoot this issue where your touchscreen is behaving erradically on your iPhone, please follow the steps below.
    Restart your device
    Hold the On/Off button until "slide to power off" appears. Slide to power off your device. When it is off, press the On/Off button to turn it back on.
    If you can't restart your device, reset it by pressing and holding the Sleep/Wake button and the Home button at the same time for a least ten seconds, until the Apple logo appears.
    Clean the screen with a soft, slightly damp, lint-free cloth.
    Avoid using the device while wearing gloves, with wet hands, or immediately after applying hand lotion.
    If you have a protective case, or if you are using a plastic sheet or film on the display, try removing them and testing the device without it.
    If the steps above don't resolve your issue, please schedule a service appointment with an Apple Retail Store for evaluation. If an Apple Retail store is not an option, contact Apple to find out your best service option or see the Service FAQ for your product.
    iPhone, iPad, iPod touch: Troubleshooting touchscreen response - Apple Support
    Take care,
    Alex H.

  • My macbook will not start. when powered up it goes to a blank white screen with a folder with a ? on it

    When I start my computer instead of just going to the main screen it goes straight to a blank white page with a folder with a question mark on it that keeps flashing. What's wrong with it?

    That folder with the question mark icon means that the MacBook can't find the boot directory. That can either mean it can't find the hard drive or the Operating System data on the hard drive is somehow corrupted.
    With 10.4, 10.5 or 10.6 put your install DVD into the optical drive (CD/DVD drive) and reboot. Be sure to either use the disc that came with your Mac, or, if you installed a later Mac OS X version from disc, use the newer disc. As soon as you hear the boot chime, hold down the "c" key on your keyboard (or the Option Key until the Install Disk shows up) until the apple shows up. That will force your MacBook to boot from the install DVD in the optical drive.
    Or if you are running 10.7 Lion or 10.8 Mountain Lion, boot from the recovery partition (Command +R on boot) and use Disk Utility to repair your OS 10.7 or 10.8 partition.
    When it does start up, you'll see a panel asking you to choose your language. Choose your language and press the Return key on your keyboard once. It will then present you with an Installation window. Completely ignore this window and click on Utilities in the top menu and scroll down to Disk Utility and click it. When it comes up is your Hard Drive in the list on the left?
    If it is, then click on the Mac OS partition of your hard drive in the left hand list. Then select the First Aid Tab and run Repair Disk. The Repair Disk button won't be available until you've clicked on the Mac OS partition on your hard drive. If that repairs any problems run it again until the green OK appears and then run Repair Permissions. After repairing use Startup Disk from the same menu to choose your hard drive for restarting from your hard drive.
    If your hard drive isn’t recognized in Disk Utility then your hard drive is probably dead.

  • How do I use Automator to duplicate a folder with graphics on my desktop and erase their Resource forks?

    How do I use Automator to duplicate a folder with graphics on my desktop and erase their Resource forks?
    I do not use command line and tried to use ZapResourceForksAMAub_1.2 which I downloadedand instaled the Zap Resource Forks.action. Next I tried to use their sample copy-zap-rsrc.workflow in Snow Leopardon my Mac Pro. The 3 different steps are displayed in Automator but there is no place to put in which folder (on my deskto) to copy, and remove the resource forks from the graphic files.
    Can sombody please step me through this please please.
                                                                                          W.W.

    Unfortunately, Back to My Mac only works across computers using the same iCloud account.

  • Is it possible to switch the left-right scrolling behavior in Prelude?

    On my Apple magic mouse I can scroll left and right with the flick of a finger for items that are too wide to fit on the screen, such as the list of columns in the Project pane. The behavior in Prelude is to move opposite to the finger flick - in other words if I flick my finger to the right, it will move the columns to the right as the scroll bar at the bottom moves to the left. This is the opposite behavior of Premiere in the same Project panel. In Premiere, if you flick to the right, it's as if you are flicking the scroll bar. When working with both programs at the same time, it's hard to get used to the inconsistent behavior. I can change my mouse settings to switch the direction, but I cannot make Prelude and Premiere match directions.

    Hi Wes, did it really change with the update?
    My Premiere and Prelude panel scrolling behavior still differ.
    In Premiere, when I scroll to the right on my trackpad, I move forward in time.
    In Prelude it's reversed.
    How to set it? Can't find an option in the Preferences.

Maybe you are looking for