lscript icon indicating copy to clipboard operation
lscript copied to clipboard

[SOLUTION] How to fix "L" not opening the lazy script.

Open Dyno0311 opened this issue 4 years ago • 18 comments

type this in your terminal

alias l='/root/lscript/l'

Oh yeah, The one who gave the solution was @YeetyDankEngine. I am simply copy & paste'd the solution from his answer.

So thanks @YeetyDankEngine!

Dyno0311 avatar Feb 24 '21 18:02 Dyno0311

put it in a zsh_rc file so it is permanent Because that command stays only for that session

qualk avatar Apr 11 '21 01:04 qualk

How do we put it in a zsh_rc file?

Korto9 avatar Apr 12 '21 22:04 Korto9

Sorry, I meant zsh_alias. Do cd ~ && touch zsh_alias Then, enter the line of code in the first comment in the zsh_alias file with your preferred editor.

qualk avatar Apr 12 '21 22:04 qualk

Didnt work here is a screenshot Screenshot_2021-04-12_18_39_36

Korto9 avatar Apr 12 '21 22:04 Korto9

Why is there a cd at the end?

qualk avatar Apr 13 '21 01:04 qualk

Still dont work Screenshot_2021-04-12_21_32_39

Korto9 avatar Apr 13 '21 01:04 Korto9

no i mean enter that line of code into that newly created file do nano zsh_alias, and then put that line of code, then press Ctrl+x, then y, then enter.

qualk avatar Apr 13 '21 07:04 qualk

Hello there, Did not work for me either. Thanks for your time . Kev

kevtheskin avatar Apr 20 '21 06:04 kevtheskin

type this in your terminal

alias l='/root/lscript/l'

Oh yeah, The one who gave the solution was @YeetyDankEngine. I am simply copy & paste'd the solution from his answer.

So thanks @YeetyDankEngine!

This is work for me, thanks. But I have another question: When I input "gnome-terminal" as a root user, it failed, so when I installed lscript, it failed open a new terminal, so I just thought I didn't install it success. Btw, when I input "gnome-terminal" as a normal user, it success, just failed when I am a root user. Very thanks for ur reply.

marvinmi0325 avatar Feb 17 '22 15:02 marvinmi0325

This only worked for me as a root user. In fact, I could only install the app as a root user. Applying the above help worked great in root, but as a regular user, even using sudo, no good.

kruzader1 avatar Apr 23 '22 14:04 kruzader1

alias l='sudo /root/lscript/l'

for non root users

AgentSells avatar May 18 '22 20:05 AgentSells

put it in the zsh or bash alias file tho.

qualk avatar May 18 '22 23:05 qualk

Hi, I had the same issue with starting lscript. But what I did was to type ./l and it started normally. Sometimes it won-t work with just "l" and enter, but you must type ./l and enter, and it will start normally.

ghost avatar Feb 27 '23 11:02 ghost

Hi, I had the same issue with starting lscript. But what I did was to type ./l and it started normally. Sometimes it won-t work with just "l" and enter, but you must type ./l and enter, and it will start normally.

People want it to access the script from anywhere, not just the local folder.

qualk avatar Feb 28 '23 02:02 qualk

bro i am new in linux but i just try this command {use root terminal} command: cd lscript/ zsh ./l i try this it work's for me

HD3M9 avatar May 21 '23 18:05 HD3M9

This solution worked for me ( https://trendoceans.com/solved-failed-to-execute-child-process-dbus-launch-no-such-file-or-directory-while-x-forwarding/ ) : "A dbus acronym stands for Desktop Bus is interprocess communication, which is used to pass information from one application to another process on Linux and Unix-based systems.

By passing single command can resolve this issue in a swift manner: $ sudo apt install dbus-x11

That’s all to resolve on Debian based machine “failed to execute child process “dbus-launch” (No such file or directory) while x-forwarding”."

Jose7200 avatar Aug 02 '23 02:08 Jose7200

There is an error in line 6572 of the code, in a file called Iagree.txt As I am new to Kali, I don't know how to fix this error. When trying to install Lazy Script, I get to the page where it asks you to agree to the terms, I press any key to continue, type YES at the prompt, and then the error code comes up referring to the above error.

I've had it running in Kali before, but it never seems to install properly. If anyone knows how to edit the Iagree text file, please let me know.

ScamBustersNZ avatar Oct 03 '23 04:10 ScamBustersNZ

Use the command below in your terminal to specify that you want to add execution authorization

chmod u+x l

Mk-1000 avatar Dec 26 '23 17:12 Mk-1000