-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Sometimes running am -i on a local script fails the first time #653
Comments
@ivan-hc I'm testing cpu-x again because the dev said to have fixed the issue, but it doesn't look like it works 😭 |
have you tried to use the whole path? |
The issue happens when I give it a relative path instead of a full path: But it only happens the first time after I give it the (btw that ln error in the screenshot is because I removed the cpu-x directory instead of running |
what if you name it cpu-x instead of cpu-x.sh? |
It will pull the This is why I ran into this issue with mpv back then: #605 The icons dir wasn't being created because it was pulling the script with the issue from the database instead of using the local one that already had the |
How does |
|
it should work exactly as first choice
|
Alright I began testing all the releases from the last 2 weeks. So I removed appman and replaced it for version 6.7 and up. After I did this the issue no longer happens, even with the latest version 💀 so likely I fucked some module, or something got borked when appman updated back then. I'll be closing this, hopefully the issue doesn't show up again. |
brave? were they not ok? |
I'm not sure on why all tests in the PR are a failure, however to drag/drop the script always works in this case. I think I give up this time. |
Thats ok, I will have a look at how the whole install module works |
if not to solve this issue, function will help to understand more how this module works. |
@Samueru-sama a tip: since the module uses the "select" command, SHELL have not an alternative for that. This is why this, but also the script to install "wine" are BASH scripts. |
Hey, this is an issue that I've noticed has been happening ever since I made the mpv appimage:
Sometimes am tires to pull from the database instead of using the script I'm telling it use, if I didn't rename the script to have the
.sh
at the end of the name, it would have used the existingcpu-x
script on the database instead of the local one that I'm telling it to use.(am is appman btw).
The text was updated successfully, but these errors were encountered: