mention desktop file and icons in README

This commit is contained in:
Axel Kohlmeyer
2020-10-23 00:29:48 -04:00
parent 8854e7b8de
commit 3242cd5d31

View File

@ -162,14 +162,14 @@ is.
File extension association File extension association
"""""""""""""""""""""""""" """"""""""""""""""""""""""
Since the LAMMPS shell (unlike the regular LAMMPS executable) does not The LAMMPS shell (unlike the regular LAMMPS executable) does not
exit when an input file is passed on the command line with the "-in" or exit when an input file is passed on the command line, which can be
"-i" flag (the behavior is like for "python -i <filename>"), it makes either with the "-in" or "-i" flag (the behavior is like for
the LAMMPS shell suitable for associating it with input files based on "python -i <filename>") or as the first argument without a flag.
their filename extension (e.g. ".lmp"). Since "lammps-shell" is a Thus the LAMMPS shell is suitable for associating it with input files
console application, you have to run it inside a terminal program with a based on their filename extension (e.g. ".lmp"). Since "lammps-shell"
command line like this: is a console application, you have to run it inside a terminal program.
xterm -title "LAMMPS Shell" -e /path/to/lammps-shell -i in.file.lmp
A "lammps-shell.desktop" and suitable icon files are provided, so that
it can be integrated into compatible desktop environments.