bouillon

New Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by bouillon

  1. From article:

     

    • Linux: xattr names MUST start with namespace (.used, .system, etc.) and cannot store more data than 1 filesystem block (usually 4Kb)

     

    I Use KDE, and KDE (tags) attributes begins normally with user. Here is an example:
     
    :~/Downloads$ getfattr -d KG1.pdf  
    # file: KG1.pdf
    user.baloo.rating="10"
    user.xdg.comment="LLALALALA"
    user.xdg.origin.url="http://www.kindergeld.org/download/KG1.pdf"
    user.xdg.referrer.url="http://www.kindergeld.org/formulare.html"
    user.xdg.tags="VASILIJ"

     
    Seems KDE tagging and btsync are not compatible...
    Is it very difficult too add support for user attributes?
    Or whats is a problem to support all attributes?