How can I make a desktop shortcut of the two highlighted shell files (forge.sh and forge-adventure.sh)? Copying and pasting doesn’t work since the filepath isn’t brought over with them. I’ve tried using Menu Editor but can’t find a decent guide on setting it up.

  • your_paranoid_neighbour@lemmy.dbzer0.comdeleted by creator
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    4 months ago

    A symbolic link? ln -s <FROM_FILE> <TO_FILE>

    Edit:

    <FROM_FILE> would be the /home/admin/forge-etc…/file

    <TO_FILE> would be /home/admin/Desktop/<NEW_FILENAME>

    <> means substitute to that

    • TauZero@mander.xyz
      link
      fedilink
      arrow-up
      2
      ·
      4 months ago

      That’s what I use, but desktop environments ignore symbolic links on the “Desktop” for some safety reason.