• 157 Posts
  • 3.33K Comments
Joined 2 years ago
cake
Cake day: July 8th, 2023

help-circle
  • The script would place its own version of sudo in your $PATH and wait for you to enter the password. Then it has it and can do what it likes with the information.

    Then it’d just tell you “wrong password” and forward you to the real sudo so that you can keep on working like nothing happened.

    Edit: Or even better, pass your own commands to take over the whole system to the real sudo.




















  • I would try /home/zidane/Downloads/RuneLite.AppImage # %command% as the launch option.

    To break down your original launch options:

    • echo is a program to output any text that follows it
    • %command% is whatever Steam would have used originally to start the game. If this is not used in the launch options it would be in front of the options.
    • the semicolon ; means “end of command”.
    • /home/zidane/Downloads/RuneLite.AppImage is of course the command to launch RuneLite

    In my commandline arguments # indicates the start of a comment. Everything after it should be ignored.

    I hope this fixes it for you.