mate-desktop / engrampa

A file archiver for MATE
http://www.mate-desktop.org
GNU General Public License v2.0
113 stars 52 forks source link

Showing byte-size of extended attributes (xattrs)? #525

Open pjotrek-b opened 1 week ago

pjotrek-b commented 1 week ago

Expected behaviour

When xattrs are used, have some means of showing (at least) their byte-size somewhere?

Actual behaviour

Currently, when tar-ing collections that have xattrs set, only "content size" (0 Bytes in my case) is displayed.

Steps to reproduce the behaviour

touch x
setfattr -n user.dc.title -v 'Testing Attributes' x
tar --xattrs -cvf x.tar x

Engrampa will give no means of knowing that there is additional data present on x in x.tar

MATE general version

Xubuntu

Package version

Version: 1.24.0-2

Linux Distribution

Xubuntu 20.04.6

Link to bugreport of your Distribution (requirement)

Hm. This is not a bugreport, but more a feature-request... :smile: