System Wide Automator Action

How do i get a automater installed system Wide. So every user on the machine can use it with the contextueel menu.
I tryd creating /Library/Workflows/Applications/Finder/ but actions placed here are not shown in menu.

Hi there,
I see what you mean...
There's no way of doing it automatically, that I know of.
But if you want you can just ignore 'Library' and create new Folders in the left hand pane...name them as you want you can even drag folders into folders...
Then once you have made your new structure you will have to drag the photos from the library to the relevant folder...
This will then create a new album in the folder that you wanted...
regards
Ric

Similar Messages

  • Setting up system wide EQ via Automator workflow

    hello,
    many people might have tried to set up a system wide eq, which is not as easy on mac as maybe windows. now i figured it out by using soundflower and AU lab - i'm sure there are threads about this already.
    so when i'm say watching a movie late at night and dont want to disturb the neighbours i plug in the hdmi cable of the telly. then i need to go through the rigmarole of changing the sound preferences, starting soundflower and AU lab and load an AU lab preset that i made including the EQ settings, that cancel out the annoingly loud bass frequencies. how do i automate this workflow with automator? better yet could it be triggered by hooking up the hdmi cable? in reverse i need a workflow that changes the settings back for when the laptop stands alone.
    obviously i've tried recording what i do, but automator somehow cant handle the part of getting into system preferences. and i also dont find options in automator for various system preferences menu items.
    can someone please please give me a tip how to make it work. id be really happy!
    thank  you!!

    "does anyone have any idea how to get into the system preferences in automator? "
    Yes:
    Launch Application > System Preferences
    But realize that getting into a particular preference pane and clicking buttons via Automator will likely require an AppleScript solution. Watch Me Do does work, but the action is quite finicky and often misunderstood. WMD doesn't track and target buttons or icons. It targets screen location. If items on your screen move--sometimes by as little as a pixel--WMD will fail. No fault of WMD; it's just the way the action functions.
    You may want to repost your question in the AppleScript subforum: https://discussions.apple.com/community/mac_os/mac_os_x_technologies

  • How can I edit an Automator action for Word?

    I'm running Word 2008 on a Macbook Pro, Mac OS 10.5.
    Word comes with a selection of Automator actions, including one to find and replace text in Word. I often want to convert standard numerals to old-style numerals, which are part of the extended glyphs set in fonts I use. Automator will allow me to set up ten find/replace actions (for the numbers 0-9) that successfully replace all the numerals with old-style numerals. But it only does it for the main body of the document, not for the footnotes. I need to be able to do it for all the footnotes.
    I thought I might find a workaround by adding an AppleScript to my workflow, which would shift the focus in Word to the footnotes and rerun the find/replace actions. I mapped the menu item View/Footnotes to the keystroke command-) and inserted this AppleScript into the Automator workflow:
    tell application "Microsoft Word"
    tell application "Microsoft Word" to activate
    tell application "System Events"
    tell process "Microsoft Word"
    keystroke ")" using command down
    end tell
    end tell
    end tell
    But the find/replace actions simply repeat what they'd done before, converting the numerals in the main body but not in the footnotes. I then thought that perhaps I should have an AppleScript to do the find/replace itself, once the footnotes have been selected, so I created the following (command-H accesses the find/replace dialog box in Word 2008):
    tell application "Microsoft Word"
    tell application "Microsoft Word" to activate
    tell application "System Events"
    tell process "Microsoft Word"
    keystroke "H" using command down
    keystroke "1"
    keystroke tab
    keystroke ""
    end tell
    end tell
    end tell
    The character after the fourth keystroke command is the glyph for old-style numeral 1. For some reason Word reinterprets this as the letter a. So using AppleScript I can only replace the numerals 1-9 with the letters a-i.
    I'm pretty hopeless at even this very basic level of programming, but I presume that there's something in the Automator action 'Find and replace in Word' that specifically tells it not to look anywhere but the footnotes. I also presume it's possible to insert a command to tell it to operate on the footnotes (and headers and footers: everywhere!) too.
    Does anyone know a way to edit an Automator action? I'm willing to experiment and fiddle with one until I find a way that works, if nobody knows the exact changes that I'd need to make, but I just don't know how to edit an Automator action in the first place. A bit of googling suggests that I could do it in XCode, and that that is bundled with my Mac, but I don't have it.
    This all used to work when Office used to allow VBA (and I was using a horrible Windoze machine). Maybe someone would prefer just to find a way of creating a solution our of the old code, so here's one part of what I used (to change the number 1):
    For Each aStory In ActiveDocument.StoryRanges
    With aStory.Find
    .ClearFormatting
    With .Replacement
    .ClearFormatting
    End With
    .Execute FindText:="1", ReplaceWith:=ChrW(63281), _
    Format:=True, MatchCase:=True, Replace:=wdReplaceAll
    End With
    Next aStory
    Thanks in advance for any help.

    Thanks to all three contributors for their generous help so far. Mac people are lovely.
    BDAqua's suggestion wouldn't work, I think, because copying footnote text into another application and then back into Word would lose all the associations between footnote references in the body and the footnotes themselves. I wish I could do what Klaus1 says, but Word 2008 won't allow the creation of Macros any more. They've shut off support for their creation. Nice MS. red_menace's suggestion seems very plausible and I'll look into a way of mapping the old style numerals to specific keystrokes. That might do it.
    Reflecting on what you all said, I looked again through Word's help menus and eventually got pointed towards this page of 'help': <http://tinyurl.com/6398l6>. This is completely impenetrable for me, though it does compare a VBA script for Word 2004 to an AppleScript. This encourages me to hope that it should be possible to translate my original VBA script (part of which I included in my first message) into AppleScript, though I don't know how to do it because I don't really understand the language in the first place (the VBA script was put together by someone else).

  • LMS 4.2.5 Syslog/Automated Action/Config mgmt issue

    LMS 4.2.5 on Windows
    We use the server as it's own Syslog server. The Syslog collector status is fine. I see syslogs coming into the server. However, I just made some changes on a router so ran a syslog report on it, but nothing was returned. I Tested the Collector Subscription and everything was fine.
    We also have Automated Actions configured on certain syslog messages (duplex mismatch for example). There is an AA configured to send my team e-mails when this event occurs. There was a device that had two days worth of syslog messages complaining about this issue. Yet, we only received about 10 e-mails from the LMS system on it.
    Another issue is with Configuration Mgmt. I fixed the duplex mismatch listed above and went to check the config tree to see if or when something changed. The last config archive was pretty old and I know changes were made on the device since then. This tells me that the LMS server didn't get notified of the config change or it would have gone out and checked it.
    The one thing in common on all of the above is Syslog messages. LMS will take actions based on receiving these messages and those actions don't seem to be firing.
    Any ideas would be greatly appreciated.
    Thanks,
    Mike S.

    To confirm if the device is sending the syslogs and they are being received by LMS server properly, check the $NMSROOT/log/syslog.log and see it has the syslog from the device.
    Unless syslog is there on syslog.log, we don't expect LMS to react on any AA. 
    For configuration backup, try to sync the device config by initiating a manual job to update the latest configuration from device. Even if there is no Automated Action working, you should still have a reoccurring/scheduled job configured to archive configuration backup periodically.
    Following is a document I created for Syslog troubleshooting :
    Ciscoworks LMS : Syslog in a Nutshell!
    -Thanks
    Vinod
    **Encourage Contributors. RATE Them.**

  • Unable to save column as system wide default

    Hi All,
    I am in 11.1.1.1.6, I am trying to the save a column as system wide default in 11g but my changes are not getting saved or reflected?
    This is what I did using the "weblogic" user name and password
    1. Pulled a column EmpName in the criteria
    2. Added an action link to that column, which points to another dashboard page Page1
    3. Saved as system wide default by clicking on save as system wide default for "EmpName"
    4. Restarted the presentation services.
    Now when again logged in, and selected that column in my request, what I expect to see (when I run the request and go to results) is that navigtion applied on this column which will take me to the dashboard page Page1.
    But this is not happening, What is that I am missing? Can anybody please let me know
    Thanks,
    Ronny

    Thanks Deva for your reply, I don't have access to Oracle support, I'll have to go back to my client saying that this is a bug,
    Can you please confirm that this bug which you mentioned is related to not being able to save the column properties as system wide default in obiee 11.1.1.1.6.0 version?
    Also what i just found online is that this bug was fixed in 11.1.1.1.6.2? Can you please confirm this?
    Thanks,
    Ronny

  • Where do I find basic automator actions?

    I don't see simple actions such as "save" or "save as pdf" in the list of automator actions. where are they?

    The Save function is somewhat left to applications to implement within Automator. Microsoft Excel has a Save workbook action for example where some other applications do not have a similar option. You might want to check out an action called "Type Keystroke" which is available free at http://www.automatedworkflows.com/software/automator_actions/system.html The Watch Me Do action might also do the trick. I haven't found a good alternative for saving pdfs yet though I haven't tried "Watch Me Do with that one.

  • Syslog automated action is not working

    Hi,
    I set the automated actions for EIGRP NBRCHANGE message  ( DUAL-5-NBRCHANGE )
    I would like to get email notifications from CW but it is not working. I've checked that syslog messages arrived to CW.
    Other  e-mail funtions ar working like DFM and RME job email notifications.
    how can i troubleshoot what happened?
    Regards,

    What version of RME are you using?  Make sure the message shows up in the RME syslog Standard Report.  If the message isn't making it to the database, then it will definitely not trigger an automated action.  Check your SMTP settings under Common Services > Server > Admin > System Preferences, and use a sniffer to capture tcp/25 traffic when one of these messages arrives to see if the SMTP server is accepting the email message.

  • System Wide Keyboard shortcuts

    F5 on my macbook (in any application) opens a 'Quick Task Entry' window.
    ( I am not sure where this behaviour comes from but I suspect it was from one of any number of apps I have tried out over the years).
    I would like F5 to do nothing.
    In the System Preferences>Keyboard & Mouse>Keyboard Shortcuts, there is no 'mention' of F5 and this action. Other applications (like Things) also create System Wide shortcuts that do not show up in this window.
    How can I change this F5 behaviour?
    Thanks.

    Thanks Tim, you're a genius. That gave me the clue.
    The new user 'test' does not have the F5 behaviour problem.
    Therefore I checked through my list of login items, and found that it was 'Contactizer Pro' that used F5 to add a Quick Task.
    Changing that default stopped the problem.
    (The reason this is an issue is that I have a new Kensington Wireless Presenter, and it appears that pushing the laser pointer button also sends an F5 keystroke (for some reason)- which would stop my Keynote presentation and open the 'Quick Task' window!)

  • System-wide kb shortcut for mail functions

    I'd like to be able to program a system-wide, universal kb shortcut to:
    -- start a new, blank mail message
    -- check for new mail (in other words, poll my mail server) without bringing mail to the front
    ideas? I've been using Butler now for a while and I like it, but it seems limited in its ability to handle something like what I want to do. an automator script could work but I don't know how to assign a script to a system-wide kb shortcut.
    thanks!

    QuicKeys will let you do pretty well anything.

  • System wide alert(notification)

    Can we show system wide alert(notification) using any of the J2ME MIDP 2.0 function. It is something like we have our MIDlet is runing, and the we move to some other screen, likeContacts or Message, and afterwards some activity takes place in our MIDlet running in background, so can we show some notification or alert at that time to let user know for that activity without being actually in that MIDlet.
    Do reply.

    Josef,
      Somewhat chasing the point here - when you have the Solman and you look in your CCMS and you can see the other systems - it is all RFC data and not actually on the Solution Manager (the only local MTE's are those tha belong to the Solution Manager).  For the Solution Manager to Centrally Auto-React to threasholds (act as the CEN System), the information needs to be passed to the Central System through the agents.
      If you want to do email threasholds on your remote systems, you can configure it on each of the systems individually without agents as this is a CCMS Function that any SAP System can do - but this is not Central Auto-Reaction.  This is just actions taken on individual systems based on local MTE's.
      To Centrally Auto-React - you have to add the agents so the information is passed to the CEN to react on.
      I hope that this has clarified the situation a bit more.  If this answers your question, please set this thread to answered.

  • System wide proxy audit

    Hi,
    Can a system wide audit setting be created for a proxy user?
    In short, can there be a audit action entry in the DBA_STMT_AUDIT_OPTS table where the USER_NAME field has a NULL value and the PROXY_NAME field has some username?
    Thanks,
    Vijay

    delta24 wrote:Try creating a script in /etc/profile.d named proxy.sh having all the proxy config.
    The behavier I want to achieve is that I can hot swap proxy and non proxy networks without restarting the browser. This works under gnome because chromium reads the proxy config from gconf which gets updated on network change but this doesn't work without gnome.
    Most of the time I'm on networks without proxies. Only in university I need them. A simple switch to activate them when needed would be nice.

  • System-wide window enhancements (snapping, resizing from any edge)

    I've been looking around for a program to make all of my application windows snap to screen edges and other windows. Also it'd be handy if windows could be resized from any edge; perhaps while only holding a modifier key. I couldn't find one, but I did find many comments on forums and such that indicate some people would like one. So, it looks like I'll have to make one.
    I'm not really sure where to start, but I'll be looking into the behaviour of Adium (its windows snap). I'm aware that this is likely to be significantly different though, as I want this to be a Preference Pane (probably) that affects windows on a system-wide basis and eventually a per-application basis.
    So I guess I need to know some things:
    Firstly, would snapping and multi-edge resizing be possible within programming guidelines set by Apple? (I've heard 'interesting' things about Unsanity's APE [http://unsanity.com/haxies/ape] - supposedly it doesn't adhere to the "don't touch the system files" guideline/policy.)
    If not, how possible is it? I'm guessing that retro-fitting a system-wide window behaviour won't necessarily be easy. (I know possibility, as a concept, is boolean, but anything is possible. I just want to know if it can be done within reasonable time and effort constraints. Perhaps less than a few months equivalent of man-hours...)
    If either or both of those are satisfied, where would one start? User Experience, Core Foundation, Scripting & Automation, Cocoa?
    Lastly, if anyone else likes the sound of this and thinks they could do it, by all means, please do.
    Please and thank you.

    Check out Mondo Mouse - It lets you resize any re-sizable window using a key shortcut and dragging your mouse. I have it set to the Left Command Key, and then the window will resize in whatever way I drag my mouse.
    Mondo Mouse also lets you set a key to move your windows as well. I have my Left Shift Key set, and whenever I push it, the window that is underneath my mouse can be moved any way I want.
    I would be very interested in knowing what kinds of haxies you've found yourself, and what they do to enhance your user experience on the Mac. I have found the need to apply several haxies to my system to make it operate in a productive way for me -- in a way that is pleasing to me.
    From USB Overdrive, to Mighty Mouse, to Mondo Mouse, to aLunch, to Witch, to Shapeshifter -- with these installed, I can finally feel "at home" with my Mac.
    I bought Leopard but I'm back to Tiger until Unsanity updates Mighty Mouse for it.

  • Where are Automator Actions stored?

    I want to use an Automator action on other computers and send it to a friend, but there is no Export option. Does anyone know where an action that I created is stored?? I checked in system and user Library folders, but only found the built-in actions. I also don't see anything showing up in Application Support folders.

    Automator actions, like Service workflows, are stored in specific locations. Since you can store your other workflows pretty much anywhere you want, you can "Open an Existing Workflow..." of the desired type (it may also be in the list of recent items) or search using the Finder/Spotlight like any other file item. Right-clicking the workflow name at the top of the Automator workflow window will also show you a path popup to remind you where it was put.

  • LMS4 Syslog automated action anomaly

    LMS 4.2.1 on W2K8 R2
    I just want to send an email for any sev 1 or 2 syslog messages received.  I set up an automated action that looks like this:
    Automated Action Summary
    Name:
    Critical Events Email
    Devices:
    State:
    Enabled
    Parameters:
    TO=[email protected], SUB=LMS4 Syslog AA, TEXT=
    Action Type:
    Email
    Messages:
    *-*-1-*:* *-*-2-*:*
    Yet I seem to be getting emails triggered by messages from ASA devices that are not severity 1 or 2, like:
    %ASA-session-4-106023
    %ASA-auth-3-109023
    %ASA-auth-6-109001
    Am I doing something wrong, or is there some sort of bug I am hitting?  I can't believe that I am the first person to try this.
    Thanks,
    -Jeff

    I do not know what exactly you have done so far but in your situation I would enable the following debugs:
    open that file in a text editor
    NMSROOT\MDC\tomcat\webapps\rme\WEB-INF\classes\com\cisco\nm\rmeng\csc\data\Collector.properties
    and change the debug level from Info to Debug:
        DEBUG_LEVEL=DEBUG
    also enable SyslogAnalyzer debugging here:
    Admin > System > Debug Settings > Config and Image Management Debugging Settings
        Set Application Logging Levels >> SyslogAnalyzer (scroll down)
            set Syslog Analyzer and Syslog Analyzer User Interface from INFO to DEBUG
    in a DOS box check the status of the following processes (the should be started) and restart them:
        pdshow SyslogAnalyzer SyslogCollector
        pdterm SyslogAnalyzer SyslogCollector
        pdexec SyslogAnalyzer SyslogCollector
        pdshow SyslogAnalyzer SyslogCollector
    When the issue happens again check the following log files and post them on the forum:
        NMSROOT\log\SyslogCollector.log
        NMSROOT\log\AnalyzerDebug.log

  • Prime 4.1 Automated Action To Email

      i have setup a syslog automated action
    Automated Action Summary
    Name:
    config
    Devices:
    172.24.1.2
    State:
    Enabled
    Parameters:
    TO=[email protected], SUB=Config Exit, TEXT=A config exit event
    Action Type:
    Email
    Messages:
    SYS-*-5-CONFIG_I:*
    i dont get emails when the event occurs - i connected to one of the switches entered config mode and then exited , term mon showed   SYS-*-5-CONFIG_I ,but no email
    email settings are OK (i get other emails from the system)
    what am i missing?

    It'll be helpful if you share what you see, based on which we can suggest what may be missing.
    For easy reference just check the LMS guide once to see you followed the right steps :
    http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_lan_management_solution/4.1/user/guide/admin/useNotif.html#wp1074029
    -Thanks
    Vinod
    **Rating Encourages contributors, and its really free. **

Maybe you are looking for