packal-updater icon indicating copy to clipboard operation
packal-updater copied to clipboard

Support for Alfred 3?

Open JonDror opened this issue 8 years ago • 13 comments

Hi,

Workflow updater doesn't show any notification - fear that it might not work anymore.

Is Alfred V.3 supported?

Jon

JonDror avatar May 28 '16 10:05 JonDror

I haven't tested it against Alfred 3 yet. Theoretically it should still work. I do have another version which is a complete rewrite in the works. That one will definitely work for v3.

shawnrice avatar May 28 '16 12:05 shawnrice

I guess I'll wait for the new version. Will be happy to help test it if needed

JonDror avatar May 28 '16 12:05 JonDror

Looking forward to the update!

christopherturner avatar Jun 15 '16 02:06 christopherturner

I am also looking forward to the update. Currently Packal does not work on my El Capitan System and Alfred 3 at all.

SeeHavens avatar Jun 27 '16 18:06 SeeHavens

Hey @JonDror, I think that you should reopen this issue since it is still unresolved, and anyone viewing the issues tab of this repository should know that Alfred 3 support is on its way.

kabiroberai avatar Oct 13 '16 09:10 kabiroberai

So I checked the output today when running Packal, since today I finally had the presence of mind to try again after, say, updating to Alfred 3...

ahem

And the tl;dr? The directories and files for Alfred have different names between version 2 and version 3... As in the ones being called don't exist now.

http://bit.ly/2erkke6

Hopefully this'll help, bc I really did use this a LOT....

jpartain89 avatar Oct 15 '16 10:10 jpartain89

Try:

cd ~/Library/Application\ Support/ ln -s "Alfred 3" "Alfred 2" cd ../Caches/ ln -s com.runningwithcrayons.Alfred-3 com.runningwithcrayons.Alfred-2 cd ~/Library/Application\ Support/Alfred\ 3/Workflow\ Data/com.packal/ rm manifest.xml wget https://raw.github.com/packal/repository/master/manifest.xml

klebercabral avatar Oct 30 '16 13:10 klebercabral

@klebercabral Thanks, it worked like a charm!

okuramasafumi avatar Jan 17 '17 14:01 okuramasafumi

@klebercabral since the last commit in master the manifest.xml is empty. Are they abandoning the manifest file or has something simply gone wrong on their end?

Also the search function on the Packal site is still broken (PHP error) for quite a while now. It kinda feels Packal is being abandoned..

mdeboer avatar Mar 09 '17 14:03 mdeboer

The search thing was something that I was working on. But I've just been really strapped for time. I'll check into the blank manifest, which is quite a bit more critical.

shawnrice avatar Mar 09 '17 15:03 shawnrice

@klebercabral that's not my point 😉 I saw the manifest in the other commits and they seem fine. However, as packal-updater (and probably others) depend on the latest manifest file for updates, they will now show there are no updates.

@shawnrice No worries, feel free to send me a message so we can discuss what work needs to be done. I'd be happy to help you getting it up and running. One thing I'd also like is being able to search on bundleID or link to bundleID's directly instead of workflow name (which are not unique). This simplifies linking to specific workflows programmatically.

mdeboer avatar Mar 09 '17 18:03 mdeboer

It's 2018, is this repo (or packal) still maintained please? If not, is there any alternatives?

sfdye avatar Oct 31 '18 06:10 sfdye

@sfdye Seems like to be dead with no reaction from @shawnrice.

macx avatar May 14 '20 06:05 macx