lscript
lscript copied to clipboard
Getting back to terminal
Describe the bug Hi there, Bonjour,
Running KALI 2020.4 re-installed excellent lazyscript I bumped in below bug: #1 further to execute a script I got thrown back to terminal instead of ls menu page
=> got to ./l to relaunch
#2 launching menu 10 got an error message unable to launch new terminal
To Reproduce 1 in ls main menu input 10 2 enter 3 bug
Expected behavior well same as before :) script working pleaaase. merci
Screenshots
ls menu 10
Moving into new terminal...
Error: Failed to execute child process “lh1”: Failed to execve: No such file or directory
bash: ./l: No such file or directory
Hi, i have the same problem and I looked up and down the Internet and didn't find the answer, it would be great if some one let me know how to solve this please? Thanks in advance
did anyone find solution because i have the sam,e problem
I found not so well solution but it works first go to Cd lscript Chmod +x lh1 And when u want to use handshake just type ./lh1 thats it its not the best but it works!
is any solution for that ? i also facing issue.
Encountered the same issue here. A suboptimal solution for this would be to edit Lscript itself. Just move into your lazyscript directory with "cd lazyscript" and open it in leafpad using "leafpad l", do a quick search for "lh1" When you find it add ./lscript infront of it so it looks like: "gnome-terminal --geometry 87x35+9999+0 -- ./lscript/lh1" lh1 will try to call the lh2 command, so you will have to edit lh1 also ¯_(ツ)_/¯ Hope someone will come with a more permanent solution than this.
BahkaSheep thank you the quick fix! adding the "./lscript/" fixed all my problems