···11+Change the name of the executable file from Squeak to Pharo
22+--- a/platforms/unix/vm-display-X11/sqUnixX11.c
33++++ b/platforms/unix/vm-display-X11/sqUnixX11.c
44+@@ -153,8 +153,8 @@
55+ /*** Variables -- X11 Related ***/
66+77+ /* name of Squeak windows in Xrm and the WM */
88+-#define xResClass "Squeak"
99+-#define xResName "squeak"
1010++#define xResClass "pharo-vm"
1111++#define xResName "Pharo"
1212+1313+ char *displayName= 0; /* name of display, or 0 for $DISPLAY */
1414+ Display *stDisplay= null; /* Squeak display */
···11+pharo --help must talk about Pharo and not about Squeak
22+--- a/platforms/unix/vm-display-X11/sqUnixX11.c
33++++ b/platforms/unix/vm-display-X11/sqUnixX11.c
44+@@ -7075,8 +7075,8 @@
55+ printf(" -lazy go to sleep when main window unmapped\n");
66+ printf(" -mapdelbs map Delete key onto Backspace\n");
77+ printf(" -nointl disable international keyboard support\n");
88+- printf(" -notitle disable the Squeak window title bar\n");
99+- printf(" -title <t> use t as the Squeak window title instead of the image name\n");
1010++ printf(" -notitle disable the Pharo window title bar\n");
1111++ printf(" -title <t> use t as the Pharo window title instead of the image name\n");
1212+ printf(" -ldtoms <n> launch drop timeout milliseconds\n");
1313+ printf(" -noxdnd disable X drag-and-drop protocol support\n");
1414+ printf(" -optmod <n> map Mod<n> to the Option key\n");
1515+@@ -7095,7 +7095,7 @@
1616+ static void display_printUsageNotes(void)
1717+ {
1818+ printf(" Using `unix:0' for <dpy> may improve local display performance.\n");
1919+- printf(" -xshm only works when Squeak is running on the X server host.\n");
2020++ printf(" -xshm only works when Pharo is running on the X server host.\n");
2121+ }
2222+2323+