On 1/20/26 00:14, IOhannes m zmölnig via Pd-list wrote:
Am 19. Jänner 2026 16:50:24 MEZ schrieb Wolfgang Gaggl <[email protected]>:I finally found the issue that crashed the GUI of Pd 0.56.2 on Irix 6.5.22!hooray!!!It was the pd.gif icon. Icons in Irix are .xpm files. This should be a configure update.so you have any specific suggestion (that doesn't add too much cruft to the build system?)
so would it be as simple as fixing the code in pd-gui.tcl like this:
```tcl
set icon [file join $::sys_guidir pd.gif]
if { $::tcl_platform(os) eq "IRIX"} {
set icon [file join $::sys_guidir pd.xpm]
}
```
(and probably add pd.xpm to the list of files to be installed alongside
pd.gif)
-- please do not CC me for list-emails
OpenPGP_signature.asc
Description: OpenPGP digital signature
--- [email protected] - the Pure Data mailinglist https://lists.iem.at/hyperkitty/list/[email protected]/message/W57B2E2L6LT3YW7GOWNFZO2J2QFRZGWK/ To unsubscribe send an email to [email protected] mailing list UNSUBSCRIBE and account-management -> https://lists.iem.at/
