1
0
mirror of synced 2026-03-05 18:39:03 +00:00

1 Commits

Author SHA1 Message Date
Vulcan
e8427289d2 Add alternate terminal support for Linux
**Alternate Terminal Support for Linux**

The `run` script with `cos_117.cfg` spawns xterms for consoles, but users may prefer other terminals such as konsole, gnome-terminal or even cool-retro-term.

To resolve, this commit adds alternate terminal support via:

+ gen_term_run_cfg - Generates run script and config combo for any alternate terminal.

Benefits:

- Consoles will launch in the user's desired terminal when the generated script is executed.

Usage:

```
gen_term_run_cfg <terminal-name>
```

Full Usage:
```
Generate run script and configuration for cray_sim
to launch consoles in alternate terminals instead of
xterm.

Usage: ./gen_term_run_cfg <terminal-name>

  Example    - ./gen_term_run_cfg cool-retro-term

```

Tests:

- The script was checked in shellcheck with no issues detected.
- Tested on Ubuntu 22.04.3 LTS (aarch64)
- Tested on Arch Linux (x86_64)
2025-02-04 01:41:48 +05:30