You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Saving a file with vim (8.1.1847, Xubuntu 20.04) that has xattrs set, resets its xattrs:
touch aha
setfattr -n user.pb -v "aha works" aha
alias gx='getfattr -d -m - '
gx * # show attributes
vim aha (then :wq save and exit)
gx * # shows no more attributes
Attributes are gone. 😭
This is how things are like /RIGHT NOW/ - where xattrs are not properly cared for in the user/tool landscape.
This does not have to stay like that in the future.