-
Notifications
You must be signed in to change notification settings - Fork 20
MacOS : lpm doesn't seem to work #156
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
Comments
Hrm. Odd. I'll review this. I'm going to be releasing a new verison of lpm which may solve of these problems soon anyway. The issue I don't really have a mac to test on, and apple just nuked the tool that was letting non-mac developers test mac software, so there's no good way to test it on mac at the moment for me. But when I release the new version, let's try that, and see if it helps. |
I'm back I tested the new version (177167f) and it seems everything is now working except
|
Well, I'm glad it's at least mostly working. And yeah, I think I see the issue with this one. I pulled the logic from lxl, but mac actually has different logic to determine final location. I'll just copy that logic over for the next release. Might be able to get around to it today. |
OK. This should be handled as of b1a1e27. Can you verify on the continuous release? |
Sadly I get the same error on d7cead3 |
Huh. If you stick |
Uh oh!
There was an error while loading. Please reload this page.
A lot of commands seem to not work on MacOS, here some I tested
I installed LiteXL with the official downloader
I installed lpm with this command in my Download folder
wget https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.aarch64-darwin -O lpm && chmod +x lpm
lpm --version
gives me-aarch64-darwin
, I don't know if it is the right behaviour. My version is this one.Since the command to get the plugin manager doesn't work I installed it manually but putting in

~/config/lite-xl/plugin_manager
init.lua
,lpm.aarch64-darwin
andplugin_view.lua
.Inside Lite XL installing a plugin work, upgrading seems to also work.
But adding a repo doesn't
The text was updated successfully, but these errors were encountered: