[Scummvm-tracker] [ScummVM :: Bugs] #13040: GRIME: Menu Cursor Bug
ScummVM :: Bugs
trac at scummvm.org
Fri Oct 29 16:24:23 UTC 2021
#13040: GRIME: Menu Cursor Bug
----------------------+----------------------------
Reporter: Eyeball38 | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: Grim
Version: | Resolution:
Keywords: | Game: Grim Fandango
----------------------+----------------------------
Comment (by digitall):
@Eyeball38: I assume you are not very familiar with Linux / Unix command
line. You may want to read https://www.freecodecamp.org/news/the-linux-
commands-handbook/ or similar.
Basically, tar is just an archive file, similar to zip:
https://en.wikipedia.org/wiki/Tar_(computing)
The "tar" command can unpack it:
https://www.howtogeek.com/248780/how-to-compress-and-extract-files-using-
the-tar-command-on-linux/
You can just unpack it to a directory and run it from there as ScummVM
doesn't need installing in the system directories to run and this allows
you to switch between latest daily builds and the v2.5.0 stable:
The command you need is "tar -xvJf <name of tar.xz file>", though tar
should recognise the compression and apply the correct decompression so
the nominal -xvf may be fine.
--
Ticket URL: <https://bugs.scummvm.org/ticket/13040#comment:3>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list