Jump to content

Grug

Member
  • Posts

    18
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Grug

  1. Opening Google search is just the "fallback" search, which means that the workflow failed to produce any usable results for Alfred.

     

    This happened to me as well at some point with some upgrade. To fix it, just open the file battery.sh in the workflow and, around line 81, change

        <title>$TEMPERATURE° C</title>
    	<subtitle>Temperature</subtitle>
    	<icon>temp.png</icon>
      </item>
    

    to

        <title>${TEMPERATURE}° C</title>
    	<subtitle>Temperature</subtitle>
    	<icon>temp.png</icon>
      </item>
    

    So, probably some Yosemite upgrade changed a version of Bash, and that version of Bash chokes when the degree symbol is next to a variable.

    Thanks, it works for me.

    I'm still on OsX Maverick and add the problem with Alfred V3ß.

×
×
  • Create New...