vdesabou Posted October 17, 2013 Posted October 17, 2013 Hi All, I noticed a problem since I installed Mavericks. When I select a file type element to browse it in Alfred, the window blinks and nothing more happens. Here is a reproduction with a small workflow: And script filter content: cat << CODE <?xml version="1.0"?> <items><item uid="Users" arg="/Users/" valid="yes" type="file"> <title>/Users/</title> <subtitle>Browse in Alfred</subtitle> <icon type="fileicon">/Users</icon> </item></items> CODE Find the workflow here: http://d.pr/f/dyMh Let me know if I'm the only one to experience this (I tested on my two Macs) Thanks
jdfwarrior Posted October 18, 2013 Posted October 18, 2013 Hi All, I noticed a problem since I installed Mavericks. When I select a file type element to browse it in Alfred, the window blinks and nothing more happens. Here is a reproduction with a small workflow: And script filter content: cat << CODE <?xml version="1.0"?> <items><item uid="Users" arg="/Users/" valid="yes" type="file"> <title>/Users/</title> <subtitle>Browse in Alfred</subtitle> <icon type="fileicon">/Users</icon> </item></items> CODE Find the workflow here: http://d.pr/f/dyMh Let me know if I'm the only one to experience this (I tested on my two Macs) Thanks I was able to replicate this. Pressing enter does indeed just flash the window. Viewing the actions and then selecting to browse or pressing Cmd+o to open both seem to work though. Going to move this to the Bug report forum. Thanks
Andrew Posted October 23, 2013 Posted October 23, 2013 Hi All, I noticed a problem since I installed Mavericks. When I select a file type element to browse it in Alfred, the window blinks and nothing more happens. Here is a reproduction with a small workflow: And script filter content: cat << CODE <?xml version="1.0"?> <items><item uid="Users" arg="/Users/" valid="yes" type="file"> <title>/Users/</title> <subtitle>Browse in Alfred</subtitle> <icon type="fileicon">/Users</icon> </item></items> CODE Find the workflow here: http://d.pr/f/dyMh Let me know if I'm the only one to experience this (I tested on my two Macs) Thanks This should now be fixed in the 2.1 b216 pre-release
vdesabou Posted October 23, 2013 Author Posted October 23, 2013 This should now be fixed in the 2.1 b216 pre-release Awesome work, as usual
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