I extracted the main binary and included only the bare minimum of its libraries to get it to work on my Port 5.0 XFCE and what a size difference that made compared to the AppImage.
But during start audacity-linux-3.2.0 told me there is a new version - 3.2.1, so I let it download that version.
And made a new module out of that, and now the size advantage is gone.

The binary itself went up from 21.08 MB (3.2.0) to a frightening 43.05 MB (3.2.1)
Look for yourself:
Code: Select all
root@porteus:/mybin/audacity-linux-3.2.0-x86_64/usr/bin# ls -o audacity*|cut -c 19-
22102240 2022-10-21 11:50 audacity
45143232 2022-10-21 13:55 audacity-linux-3.2.1-x64
root@porteus:/mybin/audacity-linux-3.2.0-x86_64/usr/bin# md5sum *
f9e5bfc6052a8d71aec8cbb8597b6e66 audacity
e1aa25fc887b6bb88669270344524b41 audacity-linux-3.2.1-x64
Code: Select all
root@porteus:/mybin# ls -o audacity-linux-3.2.*[me]|cut -c 20-
45118656 2022-09-28 05:07 audacity-linux-3.2.0-x64.AppImage
10518528 2022-10-21 13:50 audacity-linux-3.2.0-x86_64.xzm
49168384 2022-10-21 14:00 audacity-linux-3.2.1-x86_64.xzm
But I got it to run.

Added in 4 minutes 22 seconds:
And you probably also have to change its tmp folder out of your / filesystem, during importing a large file it completely filled up my RAMdisk - so make sure to change that in its settings to somewhere on your harddrive.
And start audacity anew because only then the new tmp folder settings will apply.
And delete the stuff in /var/tmp/audacity-guest/
Code: Select all
guest@porteus:/$ rm -r /var/tmp/audacity-guest/
guest@porteus:/$

Added in 14 minutes 20 seconds:
I forgot: in both my modules I incor some reasons audacity would not appear in my XFCE main menu. luded the /usr/share/applications/audacity.desktop and I even expanded the categories from
Code: Select all
Categories=AudioVideo;Audio;AudioVideoEditing;
Code: Select all
Categories=AudioVideo;Audio;AudioVideoEditing;Multimedia;
