Jump to content

Mavericks: Browse in Alfred + file type [Fixed in 2.1 b216]


vdesabou

Recommended Posts

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:

 

Xuk7+.png

 

 

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

Link to comment
Share on other sites

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:

 

Xuk7+.png

 

 

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

Link to comment
Share on other sites

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:

 

Xuk7+.png

 

 

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 :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...