From f9410d46234989e0a4ec7bbafa2790459a81fe40 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 13 Mar 2022 01:49:04 -0500 Subject: [PATCH] Add a warning to not launch games from the console. Installing is fine and most other flags are good, just not launcher. --- linux-game-manager.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 0113bd8..a547101 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -258,6 +258,7 @@ game_launcher() { # If display isn't set assume we are launching from console and an X environment is running using display :0 +# Warning, launching games from console is not recommended. if [[ -z "$DISPLAY" ]]; then export DISPLAY=":0" fi