From 1593d15b7e87ffd88694c1972079d25f56871a52 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 19 Apr 2026 15:11:11 -0400 Subject: [PATCH] Play Palace is broken under Linux it seems. Will add later if fixed. --- home/stormux/.playpalace | 19 ------------------- home/stormux/.xinitrc | 3 --- usr/local/bin/game_launcher.py | 1 - 3 files changed, 23 deletions(-) delete mode 100755 home/stormux/.playpalace diff --git a/home/stormux/.playpalace b/home/stormux/.playpalace deleted file mode 100755 index 8a5733e..0000000 --- a/home/stormux/.playpalace +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/env bash - -set -euo pipefail - -gameDir="$HOME/.local/games/PlayPalace11/clients/desktop" -hostPythonDir="$gameDir/.host-python" - -if [[ ! -d "$gameDir" ]]; then - echo "Play Palace is not installed at $gameDir." - exit 1 -fi - -cd "$gameDir" - -if [[ -d "$hostPythonDir" ]]; then - export PYTHONPATH="$hostPythonDir${PYTHONPATH:+:$PYTHONPATH}" -fi - -exec uv run python client.py diff --git a/home/stormux/.xinitrc b/home/stormux/.xinitrc index 0f4f2e4..69a0747 100755 --- a/home/stormux/.xinitrc +++ b/home/stormux/.xinitrc @@ -339,9 +339,6 @@ case "$GAME" in "RS Games") run_wine "RS Games Client" "rsg.exe" "nvda2speechd-important" ;; - "Play Palace") - exec /home/stormux/.playpalace - ;; "Scramble") run_wine "scramble_win32" "scramble.exe" "nvda2speechd" ;; diff --git a/usr/local/bin/game_launcher.py b/usr/local/bin/game_launcher.py index b9cd712..a6e3e13 100755 --- a/usr/local/bin/game_launcher.py +++ b/usr/local/bin/game_launcher.py @@ -1103,7 +1103,6 @@ if __name__ == "__main__": # Add board and card games section menu.add_section("Board and Card Games") - menu.add_item("Board and Card Games", "Play Palace", "GAME='Play Palace' startx") menu.add_item("Board and Card Games", "RS Games", "GAME='RS Games' startx") # Add emulators section