clearlinux / distribution

Placeholder repository to allow filing of general bugs/issues/etc against the Clear Linux OS for Intel Architecture linux distribution
522 stars 29 forks source link

debloat zathura - 4GB disk size required #2656

Closed paulcarroty closed 2 years ago

paulcarroty commented 2 years ago
# swupd bundle-info zathura

Bundle size:
 - Size of bundle: 27.33 MB
 - Maximum amount of disk size the bundle will take if installed 
 - (includes dependencies): 3.85 GB

Kinda overkill for a pdf reader.

fenrus75 commented 2 years ago

the thing itself is not super large (27Mb or so... can be shrunk a little in terms of download size by trading off installed size but that's really not too much gain)

as a GUI application, it will obviously pull in the base gui stack (glib, gtk3, which pulls in mesa and all its drivers which then pulls in llvm) -- these already are not small if you add them all up.. but as a GUI app, you already have these so that's not extra (new) disk space, just overlapping disk space

zathura also pulls in texlive somehow, and texlive is one large thing unfortunately

paulcarroty commented 2 years ago

fixed, thx Arjan.