`it2ul` error

Bug report

Thanks for filing an issue! Please answer the questions below so I can help you.

  • iTerm2 version: 3.4.19
  • OS version: 13.2 (22D49)
  • Attach com.googlecode.iterm2.plist here (drag-drop from finder into this window)
  • Attach a debug log, if possible.
  • Attach a screen capture video if it would make the reproduction steps clearer. not really

PLEASE ATTACH YOUR PLIST FILE FOR BUG REPORTS! Seriously! I'll probably ask you for it if you don’t.

Detailed steps to reproduce the problem

  1. Set up shell integration on an red hat 8 machine
  2. attempt to run it2ul on an image (at least in my case)
  3. the image doesn't copy over, tar errors instead.

What happened

tar never extracts the file, printing

tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.metadata:kMDItemScreenCaptureType'
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.metadata:kMDItemScreenCaptureGlobalRect'
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.metadata:kMDItemIsScreenCapture'
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.lastuseddate#PS'

What should have happened

The file should exist after uploading it


Adding --no-xattrs to the tar command of it2ul seems to solve the solution.

The bug doesn't occur on an ubuntu machine I tested on.