pherzing Posted October 25, 2013 Posted October 25, 2013 Since upgrading to OS X Mavericks, when I use Alfred to open encrypted disk image files, the password entry dialog that appears is no longer focused. I have to click it, then type the password. Focus was correct in Mountain Lion and previous. Mac OS X 10.9, fully patchd Alfred v2.1 (218)
Andrew Posted October 25, 2013 Posted October 25, 2013 Since upgrading to OS X Mavericks, when I use Alfred to open encrypted disk image files, the password entry dialog that appears is no longer focused. I have to click it, then type the password. Focus was correct in Mountain Lion and previous. Mac OS X 10.9, fully patchd Alfred v2.1 (218) As Alfred isn't doing anything special when opening files, and even yields focus back to the OS, I suspect this may be a quirk with Mavericks. Could you try opening Terminal.app and opening the disk image from there e.g. open ~/Desktop/encrypted.sparsebundle Cheers, Andrew
Andrew Posted October 25, 2013 Posted October 25, 2013 So playing with this a bit more, it does look like a Mavericks timing / focus issue. This could likely be worked around with a workflow which inserts a tiny delay after hiding Alfred before opening the DMG… e.g. File Filter > Script with delay, open file I'm going to add a ticket to keep an eye on this one, and possibly raise a ticket with Apple as I try to avoid putting workarounds into Alfred. Cheers, Andrew
speechkey Posted December 10, 2013 Posted December 10, 2013 (edited) The same problem by do shell script "$MYPATH/scripts/bash/service-manager.sh {query}" with administrator privileges Invoking the same script in AppleScript Editor.app works just fine with focusing on the authentication window. Edited December 10, 2013 by speechkey
Andrew Posted January 8, 2014 Posted January 8, 2014 Any news here? Mavericks still appears to have an issue here. If you are running an AppleScript as above, try adding something along the lines of: tell application "Finder" to activate before running your script.
Andrew Posted March 7, 2014 Posted March 7, 2014 Any news here? So I've investigated this further and it's definitely a behavioural change and likely bug in Mavericks where Finder doesn't take focus when it should. Alfred's default window doesn't deactivate for the smoothest possible [visual] experience and this is where the problem comes. Having said that, if you use this Workflow, the focus should be correct as Alfred deactivates and focus is forced back to OS X. https://dl.dropboxusercontent.com/u/6749767/Alfred/Workflows/Find%20and%20open%20disk%20images.alfredworkflow I have a ticket and will continue to monitor this for an OS X fix or behavioural change in Alfred. Cheers, Andrew [moved to noted]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now