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