Play Palace is broken under Linux it seems. Will add later if fixed.
This commit is contained in:
@@ -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
|
||||
@@ -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"
|
||||
;;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user