Hi,
replying to several posts:
Quote:
Originally Posted by DiapDealer
Do you mean PySide6 is packaged in Ubuntu 24.10 repos? That would be fantastic. I don't know why distros (other than Arch) have been so hesitant to package PySide6. I assume they'll break it up into a myriad of tiny pieces like they do Qt6 itself, but even if they do, it's still progress. I sort of gave up after 24.04 came and went with no PySide6.
|
Indeed they include it, and indeed they split it up,
see here.
Quote:
Originally Posted by KevinH
FWIW, on MacOS the installed footprint of the Sigil.app is 514,158,161 bytes (519.8 MB on disk on Intel x86_64) and 501,588,228 bytes (507.3 MB on disk on Applie Silicon arm64).
Since an AppImage is on a squashed filesystem that needs no installation, its on disk application footprint is only 213MB.
|
Actually, i don't know the size of my self-compiled Sigil installation, since i guess it's put in several places after `make install`.
Your point about the squash-compressed Image is thus very well made, thank you.