Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates:PINEntry not installed correctly #52

Open
amiaoapp opened this issue Mar 20, 2024 · 9 comments
Open

updates:PINEntry not installed correctly #52

amiaoapp opened this issue Mar 20, 2024 · 9 comments

Comments

@amiaoapp
Copy link

PINEntry not installed correctly
Applications that require an admin password to install will fail to install.

77874

what should i do?

@milanvarady
Copy link
Owner

milanvarady commented Mar 20, 2024

From troubleshooting:

Pinentry is the tool used to securely request the admin password from the user. The password is needed because some applications require it to complete the installation. Most applications can be installed without Pinentry. Applite will try to install Pinentry every time you open Applite or try to download an application that has a .pkg installer.
If you keep getting this error, you can try to install Pinentry manually. Open the Terminal. And paste this into it:

export PATH="$PATH:$HOME/Library/Application Support/Applite/homebrew/bin"; /usr/bin/env brew install pinentry-mac

Press Enter to run it. This will attempt to install Pinentry manually.

Edit: Fix command

@amiaoapp
Copy link
Author

no folder /usr/bin/env

@milanvarady
Copy link
Owner

Oh, sorry. The example I provided was wrong. Use this instead:

export PATH="$PATH:$HOME/Library/Application Support/Applite/homebrew/bin"; /usr/bin/env brew install pinentry-mac

@amiaoapp
Copy link
Author

Oh, sorry. The example I provided was wrong. Use this instead:

export PATH="$PATH:$HOME/Library/Application Support/Applite/homebrew/bin"; /usr/bin/env brew install pinentry-mac

thanks,code is ok,but error is still notice

54830

@HyperLemons
Copy link

Opened up Applite only to see this issue, wasn't there before despite installing multiple apps over the last few days.

I'm still having this warning after restarting my Macbook, pasting what @milanvarady sent into Terminal only leads to "env: brew: No such file or directory".

@Aistpaw
Copy link

Aistpaw commented Sep 4, 2024

I also have this problem How to solve it?image

@milanvarady
Copy link
Owner

I'm planning to replace PINEntry completely with a better solution. Right now it works in a really convoluted way and I want to make it better. I can't give an ETA on when this will be implemented, but hopefully I'll have time to do it in the next two months or so.

@Aistpaw
Copy link

Aistpaw commented Sep 5, 2024

Ok Sitandwait

@milanvarady
Copy link
Owner

It looks like PINEntry is installed. I think the problem is that Applite can't access it for some reason. Maybe it is some permission error. You could try checking if Applite is enabled under Automation in System Settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants