On Wed, 2025-08-06 at 13:33 +0200, Roman Haefeli wrote:
I checked the diff between test1 und test2 and found the only change in the tcl files to be in pd_menus.tcl.
After commenting out the following lines (79-82):
# # create separate help menu for pdwindow on macOS (system integration) # if {$::windowingsystem eq "aqua" && $::tcl_version >= 8.5} { # build_help_menu [menu $::pdwindow_menubar.help] # $::pdwindow_menubar entryconfigure "Help" -menu $::pdwindow_menubar.help # } #
I have a working Pd-0.56-0.app on macOS 15.5
(The change didn't seem to have an effect immediately. I had to restart Pd.app a few times before I experienced a difference)
Without theses line, the Menu Help -> "Pd Help" is missing, of course.
Roman