-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use alternative to xterm with shell-instead? #679
Comments
You need a terminal that is bundled in the Steam for Linux Runtime that you are using (presumably Sniper). Alacritty is not included for instance. Apparently an adequate |
You can increase xterm font sizes by doing Ctrl+right click+hold, and selecting a larger size from the menu. The ability to get a shell inside the container is a developer easter-egg rather than something that was ever intended to be user-facing or user-friendly: the goal is "just barely good enough to be able to capture a log", and anything beyond that is a bonus.
Yes, the way We included The use of One way to get an interactive shell that is not an
If you do this, then the shell for Another way to get an interactive shell, and the one that is more likely to be extended in future, is to tell SLR to create a D-Bus server analogous to sshd, and then connect to it from outside using a client analogous to ssh, as described here: https://gitlab.steamos.cloud/steamrt/steam-runtime-tools/-/blob/main/docs/slr-for-game-developers.md#inserting-debugging-commands-into-the-container. (Again, this is a developer thing, not really intended for end-user use.) |
Sometimes I need to debug a game crashing due to overlays and I pass in
PRESSURE_VESSEL_SHELL=instead
xterm is a terrible terminal emulator, with terribly small fonts that are a pain to read on a 1440p monitor, but there's zero documentation on how to change what terminal is used.
I tried passing in
PRESSURE_VESSEL_SHELL="alacritty -e"
and it didn't launch with xterm or alacritty.Is there anyway to change it?
The text was updated successfully, but these errors were encountered: