File scid_vs_pc-exec-names.patch of Package scid_vs_pc
--- a/scripts/sc_remote.tk
+++ b/scripts/sc_remote.tk
@@ -6,7 +6,7 @@
#
# Emacs please open me in -*-Tcl-*- mode
# the next line restarts using wish if it is in the path \
-exec `dirname $0`/tkscid "$0" "$@"
+exec `dirname $0`/scid_vs_pc_tkscid "$0" "$@"
###############################################################################
#
--- a/tcl/start.tcl
+++ b/tcl/start.tcl
@@ -10,7 +10,7 @@
# or "copying.txt" that came with this program.
# The next line restarts using tkscid: \
-exec "`dirname "$0"`"/tkscid "$0" "$@"
+exec "`dirname "$0"`"/scid_vs_pc_tkscid "$0" "$@"
set scidVersion 4.25
set scidVersionDate {May 20, 2024}