Play Palace is broken under Linux it seems. Will add later if fixed.

This commit is contained in:
Storm Dragon
2026-04-19 15:11:11 -04:00
parent f79c124c0c
commit 1593d15b7e
3 changed files with 0 additions and 23 deletions

View File

@@ -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

View File

@@ -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"
;;

View File

@@ -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